Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753730Ab1F3S6s (ORCPT ); Thu, 30 Jun 2011 14:58:48 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:63551 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753349Ab1F3S6p convert rfc822-to-8bit (ORCPT ); Thu, 30 Jun 2011 14:58:45 -0400 MIME-Version: 1.0 In-Reply-To: <4E0CC5F4.7010002@zytor.com> References: <20110622063441.GA1740@x4.trippels.de> <4E048C0D.7020403@suse.cz> <20110624135100.GB1708@x4.trippels.de> <201106241833.15424.arnd@arndb.de> <4E0CBFF0.2040205@zytor.com> <4E0CC5F4.7010002@zytor.com> From: Mike Frysinger Date: Thu, 30 Jun 2011 14:58:25 -0400 X-Google-Sender-Auth: y0JnNvFbhlKPHrjpcTDRggD06Js Message-ID: Subject: Re: {PATCH] fix __packed in exported kernel headers To: "H. Peter Anvin" Cc: Arnd Bergmann , Markus Trippelsdorf , Michal Marek , Joe Perches , Nick Bowler , "linux-kernel@vger.kernel.org" , Sam Ravnborg , Artem Bityutskiy Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 20 On Thu, Jun 30, 2011 at 14:52, H. Peter Anvin wrote: > On 06/30/2011 11:48 AM, Mike Frysinger wrote: >> without fallback logic (#ifndef xxx...#define xxx...#endif), i think >> that's throwing an unreasonable amount of requirements onto userspace >> consumers > > Unclear.  Too much "smarts" in kernel headers is a constant headache to > userspace consumers. not even being able to include a header without hitting a build failure without first declaring some magic defines (which, realistically, the vast majority of people will be doing exactly the same as they'll be using gcc) is unreasonable. hence my suggestion about compiler.h. -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/