Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Eric W. Biederman
Olof Johansson <[EMAIL PROTECTED]> writes: > On Wed, Nov 14, 2007 at 08:45:28AM -0800, Randy Dunlap wrote: >> On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: >> >> > David Miller <[EMAIL PROTECTED]> writes: >> > >> > > From: Olof Johansson <[EMAIL PROTECTED]> >> > > Date: Tue, 13

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Olof Johansson
On Wed, Nov 14, 2007 at 08:45:28AM -0800, Randy Dunlap wrote: > On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: > > > David Miller <[EMAIL PROTECTED]> writes: > > > > > From: Olof Johansson <[EMAIL PROTECTED]> > > > Date: Tue, 13 Nov 2007 01:23:13 -0600 > > > > > >> As seen when

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: > David Miller <[EMAIL PROTECTED]> writes: > > > From: Olof Johansson <[EMAIL PROTECTED]> > > Date: Tue, 13 Nov 2007 01:23:13 -0600 > > > >> As seen when booting ppc64_defconfig: > >> > >> sysctl table check failed: /net/token-ring

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Eric W. Biederman
David Miller <[EMAIL PROTECTED]> writes: > From: Olof Johansson <[EMAIL PROTECTED]> > Date: Tue, 13 Nov 2007 01:23:13 -0600 > >> As seen when booting ppc64_defconfig: >> >> sysctl table check failed: /net/token-ring .3.14 procname does not match > binary path procname >> >> >> Signed-off-by:

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Eric W. Biederman
David Miller [EMAIL PROTECTED] writes: From: Olof Johansson [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 01:23:13 -0600 As seen when booting ppc64_defconfig: sysctl table check failed: /net/token-ring .3.14 procname does not match binary path procname Signed-off-by: Olof Johansson [EMAIL

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: David Miller [EMAIL PROTECTED] writes: From: Olof Johansson [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 01:23:13 -0600 As seen when booting ppc64_defconfig: sysctl table check failed: /net/token-ring .3.14 procname does not

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Olof Johansson
On Wed, Nov 14, 2007 at 08:45:28AM -0800, Randy Dunlap wrote: On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: David Miller [EMAIL PROTECTED] writes: From: Olof Johansson [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 01:23:13 -0600 As seen when booting ppc64_defconfig:

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Eric W. Biederman
Olof Johansson [EMAIL PROTECTED] writes: On Wed, Nov 14, 2007 at 08:45:28AM -0800, Randy Dunlap wrote: On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: David Miller [EMAIL PROTECTED] writes: From: Olof Johansson [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 01:23:13 -0600

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-13 Thread David Miller
From: Olof Johansson <[EMAIL PROTECTED]> Date: Tue, 13 Nov 2007 01:23:13 -0600 > As seen when booting ppc64_defconfig: > > sysctl table check failed: /net/token-ring .3.14 procname does not match > binary path procname > > > Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> Patch applied,

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-13 Thread David Miller
From: Olof Johansson [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 01:23:13 -0600 As seen when booting ppc64_defconfig: sysctl table check failed: /net/token-ring .3.14 procname does not match binary path procname Signed-off-by: Olof Johansson [EMAIL PROTECTED] Patch applied, thanks Olof.

[PATCH] Fix warning for token-ring from sysctl checker

2007-11-12 Thread Olof Johansson
As seen when booting ppc64_defconfig: sysctl table check failed: /net/token-ring .3.14 procname does not match binary path procname Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index 5a2f2b2..4abc6d2 100644 ---

[PATCH] Fix warning for token-ring from sysctl checker

2007-11-12 Thread Olof Johansson
As seen when booting ppc64_defconfig: sysctl table check failed: /net/token-ring .3.14 procname does not match binary path procname Signed-off-by: Olof Johansson [EMAIL PROTECTED] diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index 5a2f2b2..4abc6d2 100644 ---