Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-09 Thread Michael Opdenacker
On 02/08/2008 10:58 PM, Andrew Morton wrote: > mm... I'm inclined to merge the patch. It's a decent saving, and it > requires CONFIG_EMBEDDED which most people don't appear to set. > That would be great! It does no harm to most people and doesn't make things more complex to manage. And of

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-09 Thread Michael Opdenacker
On 02/08/2008 10:58 PM, Andrew Morton wrote: mm... I'm inclined to merge the patch. It's a decent saving, and it requires CONFIG_EMBEDDED which most people don't appear to set. That would be great! It does no harm to most people and doesn't make things more complex to manage. And of

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Andrew Morton
On Fri, 08 Feb 2008 03:36:41 -0700 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > > On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig <[EMAIL PROTECTED]> > > wrote: > > > >> Disable sysctl_check.c for embedded targets. This saves about about 11 kB >

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Michael Opdenacker
On 02/08/2008 11:36 AM, Eric W. Biederman wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > >> On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig <[EMAIL PROTECTED]> >> wrote: >> >> >>> Disable sysctl_check.c for embedded targets. This saves about about 11 kB >>> in .text and another 11

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig <[EMAIL PROTECTED]> > wrote: > >> Disable sysctl_check.c for embedded targets. This saves about about 11 kB >> in .text and another 11 kB in .data on a PXA255 embedded platform. >> > > Nice improvement.

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Eric W. Biederman
Andrew Morton [EMAIL PROTECTED] writes: On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig [EMAIL PROTECTED] wrote: Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and another 11 kB in .data on a PXA255 embedded platform. Nice improvement. But iirc

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Andrew Morton
On Fri, 08 Feb 2008 03:36:41 -0700 [EMAIL PROTECTED] (Eric W. Biederman) wrote: Andrew Morton [EMAIL PROTECTED] writes: On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig [EMAIL PROTECTED] wrote: Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-08 Thread Michael Opdenacker
On 02/08/2008 11:36 AM, Eric W. Biederman wrote: Andrew Morton [EMAIL PROTECTED] writes: On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig [EMAIL PROTECTED] wrote: Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and another 11 kB in .data on a

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-07 Thread Andrew Morton
On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig <[EMAIL PROTECTED]> wrote: > Disable sysctl_check.c for embedded targets. This saves about about 11 kB > in .text and another 11 kB in .data on a PXA255 embedded platform. > Nice improvement. But iirc sysctl_check was overtly a temporary thing.

[PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-07 Thread Holger Schurig
Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and another 11 kB in .data on a PXA255 embedded platform. Signed-off-by: Holger Schurig <[EMAIL PROTECTED]> --- linux.orig/init/Kconfig +++ linux/init/Kconfig @@ -475,6 +475,17 @@ If unsure say Y here.

[PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-07 Thread Holger Schurig
Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and another 11 kB in .data on a PXA255 embedded platform. Signed-off-by: Holger Schurig [EMAIL PROTECTED] --- linux.orig/init/Kconfig +++ linux/init/Kconfig @@ -475,6 +475,17 @@ If unsure say Y here.

Re: [PATCH] sysctl: allow embedded targets to disable sysctl_check.c

2008-02-07 Thread Andrew Morton
On Thu, 7 Feb 2008 14:38:58 +0100 Holger Schurig [EMAIL PROTECTED] wrote: Disable sysctl_check.c for embedded targets. This saves about about 11 kB in .text and another 11 kB in .data on a PXA255 embedded platform. Nice improvement. But iirc sysctl_check was overtly a temporary thing. Eric,