linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
       [not found] <201011160259.oAG2x1UX012045@hera.kernel.org>
@ 2010-11-16  5:17 ` Joe Perches
  2010-11-16  5:36   ` Eric Paris
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2010-11-16  5:17 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Eric Paris, James Morris, Dan Rosenberg, Ingo Molnar, Eugene Teo,
	Kees Cook, Andrew Morton, LSM List, LKML

Sigh...

Signed-off-by: Joe Perches <joe@perches.com>
---
 kernel/sysctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index b65bf63..5abfa15 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
 		.extra1		= &zero,
 		.extra2		= &ten_thousand,
 	},
-#endif
 	{
 		.procname	= "dmesg_restrict",
 		.data		= &dmesg_restrict,
@@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
 		.extra1		= &zero,
 		.extra2		= &one,
 	},
+#endif
 	{
 		.procname	= "ngroups_max",
 		.data		= &ngroups_max,



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
  2010-11-16  5:17 ` [PATCH] kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK Joe Perches
@ 2010-11-16  5:36   ` Eric Paris
  2010-11-16 22:01     ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Paris @ 2010-11-16  5:36 UTC (permalink / raw)
  To: Joe Perches
  Cc: Linus Torvalds, James Morris, Dan Rosenberg, Ingo Molnar,
	Eugene Teo, Kees Cook, Andrew Morton, LSM List, LKML

On Mon, 2010-11-15 at 21:17 -0800, Joe Perches wrote:
> Sigh...
> 
> Signed-off-by: Joe Perches <joe@perches.com>

eparis fails again.

Acked-by: Eric Paris <eparis@redhat.com>

> ---
>  kernel/sysctl.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index b65bf63..5abfa15 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
>  		.extra1		= &zero,
>  		.extra2		= &ten_thousand,
>  	},
> -#endif
>  	{
>  		.procname	= "dmesg_restrict",
>  		.data		= &dmesg_restrict,
> @@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
>  		.extra1		= &zero,
>  		.extra2		= &one,
>  	},
> +#endif
>  	{
>  		.procname	= "ngroups_max",
>  		.data		= &ngroups_max,
> 
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
  2010-11-16  5:36   ` Eric Paris
@ 2010-11-16 22:01     ` James Morris
  0 siblings, 0 replies; 3+ messages in thread
From: James Morris @ 2010-11-16 22:01 UTC (permalink / raw)
  To: Eric Paris
  Cc: Joe Perches, Linus Torvalds, Dan Rosenberg, Ingo Molnar,
	Eugene Teo, Kees Cook, Andrew Morton, LSM List, LKML

On Tue, 16 Nov 2010, Eric Paris wrote:

> On Mon, 2010-11-15 at 21:17 -0800, Joe Perches wrote:
> > Sigh...
> > 
> > Signed-off-by: Joe Perches <joe@perches.com>
> 
> eparis fails again.
> 
> Acked-by: Eric Paris <eparis@redhat.com>

Acked-by: James Morris <jmorris@namei.org>


> 
> > ---
> >  kernel/sysctl.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> > index b65bf63..5abfa15 100644
> > --- a/kernel/sysctl.c
> > +++ b/kernel/sysctl.c
> > @@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
> >  		.extra1		= &zero,
> >  		.extra2		= &ten_thousand,
> >  	},
> > -#endif
> >  	{
> >  		.procname	= "dmesg_restrict",
> >  		.data		= &dmesg_restrict,
> > @@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
> >  		.extra1		= &zero,
> >  		.extra2		= &one,
> >  	},
> > +#endif
> >  	{
> >  		.procname	= "ngroups_max",
> >  		.data		= &ngroups_max,
> > 
> > 
> 
> 

-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-16 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201011160259.oAG2x1UX012045@hera.kernel.org>
2010-11-16  5:17 ` [PATCH] kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK Joe Perches
2010-11-16  5:36   ` Eric Paris
2010-11-16 22:01     ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).