Re: [PATCH] remove binfmts.h from header exports

2007-08-08 Thread Olaf Hering
On Wed, Aug 08, Alexey Dobriyan wrote: > > > And? Does it contain stuff which is userspace visible? > > > binfmts.h has at least CORENAME_MAX_SIZE and SUID_DUMP_* > > > > Yes, its inside __KERNEL__. > > Can't you accept for a second that some stuff under __KERNEL__ > was put there by mistake? I

Re: [PATCH] remove binfmts.h from header exports

2007-08-08 Thread Alexey Dobriyan
On 8/8/07, Olaf Hering <[EMAIL PROTECTED]> wrote: > On Wed, Aug 08, Alexey Dobriyan wrote: > > > On Tue, Aug 07, 2007 at 10:16:03PM +0200, Olaf Hering wrote: > > > remove linux/binfmts.h from make headers_install > > > > > > A recent patch added PAGE_SIZE to the part outside of __KERNEL__. > > > qe

Re: [PATCH] remove binfmts.h from header exports

2007-08-07 Thread Olaf Hering
On Wed, Aug 08, Alexey Dobriyan wrote: > On Tue, Aug 07, 2007 at 10:16:03PM +0200, Olaf Hering wrote: > > remove linux/binfmts.h from make headers_install > > > > A recent patch added PAGE_SIZE to the part outside of __KERNEL__. > > qemu and ia32el have their own define of MAX_ARG_PAGES. > > Sho

Re: [PATCH] remove binfmts.h from header exports

2007-08-07 Thread Olaf Hering
On Wed, Aug 08, Rene Herman wrote: > >No package uses linux/binfmts.h, so it is safe to not provide it. > > How is "all packages" defined? 3052 openSuSE 10.3 packages. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: [PATCH] remove binfmts.h from header exports

2007-08-07 Thread Rene Herman
On 08/07/2007 10:16 PM, Olaf Hering wrote: remove linux/binfmts.h from make headers_install A recent patch added PAGE_SIZE to the part outside of __KERNEL__. qemu and ia32el have their own define of MAX_ARG_PAGES. No package uses linux/binfmts.h, so it is safe to not provide it. How is "all p

Re: [PATCH] remove binfmts.h from header exports

2007-08-07 Thread Alexey Dobriyan
On Tue, Aug 07, 2007 at 10:16:03PM +0200, Olaf Hering wrote: > remove linux/binfmts.h from make headers_install > > A recent patch added PAGE_SIZE to the part outside of __KERNEL__. > qemu and ia32el have their own define of MAX_ARG_PAGES. Should they use kernel header instead? > No package uses

[PATCH] remove binfmts.h from header exports

2007-08-07 Thread Olaf Hering
remove linux/binfmts.h from make headers_install A recent patch added PAGE_SIZE to the part outside of __KERNEL__. qemu and ia32el have their own define of MAX_ARG_PAGES. No package uses linux/binfmts.h, so it is safe to not provide it. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- includ