From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D053A67FAD for ; Wed, 17 Aug 2005 19:09:29 +1000 (EST) Date: Wed, 17 Aug 2005 10:09:20 +0100 From: Christoph Hellwig To: Miklos Szeredi Message-ID: <20050817090920.GA12716@infradead.org> References: <20050816.203312.77701192.davem@davemloft.net> <032E6AED-9456-4271-9B06-C5DCE5970193@freescale.com> <20050817083048.GA11892@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: akpm@osdl.org, zach@vmware.com, linux-kernel@vger.kernel.org, hch@infradead.org, linuxppc-dev@ozlabs.org, galak@freescale.com, davem@davemloft.net Subject: Re: [PATCH] ppc32: removed usage of List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 17, 2005 at 10:56:24AM +0200, Miklos Szeredi wrote: > > On Wed, Aug 17, 2005 at 12:43:37AM -0500, Kumar Gala wrote: > > > >I concur, in fact we should really kill that thing off entirely. > > > > > > I'm all for killing it off entirely but got some feedback that on > > > i386 segment.h can be included by userspace programs. > > > > No kernel headers can be included by userland anymore. > > I know nothing about but this generic statement is > simply not true. > > There are perfectly valid uses of kernel headers from userspace. For > example if a program uses the netlink interface, it should include > . It's the interface definition after all. > > Glibc headers also include and in quite few places. But these files in /usr/include/ aren't provided by the kernel anymore.