From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758037AbZBDRie (ORCPT ); Wed, 4 Feb 2009 12:38:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753474AbZBDRiY (ORCPT ); Wed, 4 Feb 2009 12:38:24 -0500 Received: from terminus.zytor.com ([198.137.202.10]:48378 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753532AbZBDRiX (ORCPT ); Wed, 4 Feb 2009 12:38:23 -0500 Message-ID: <4989D17F.4030406@zytor.com> Date: Wed, 04 Feb 2009 09:33:51 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Arnd Bergmann CC: Jaswinder Singh Rajput , Herbert Xu , mingo@elte.hu, x86@kernel.org, sam@ravnborg.org, jirislaby@gmail.com, gregkh@suse.de, davem@davemloft.net, xyzzy@speakeasy.org, mchehab@infradead.org, jens.axboe@oracle.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Avi Kivity Subject: Re: [GIT PULL -tip] fix 22 make headers_check - 200901 References: <20090204064307.GA18415@gondor.apana.org.au> <1233734645.3198.2.camel@localhost.localdomain> <200902041255.53264.arnd@arndb.de> In-Reply-To: <200902041255.53264.arnd@arndb.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > > I fear that the problem might be more widespread than just kvm. > The problem is that without __KERNEL_STRICT_NAMES > defines the standard types that glibc provides in its own , > some of them even defined differently (e.g. the size of off_t depends > __USE_FILE_OFFSET64). > > Subject: introduce > Actually, if anything we should move the *non* __KERNEL_STRICT_NAMES out of into something else, or completely deep-six them. I don't know of any libc which wants these anymore, and I think they're just residual libc5 cruft. However, if we want that's fine with me; but really should be clean, which means doing what __KERNEL_STRICT_NAMES does now. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.