lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 08 Sep 2011 06:58:45 +0200
From:	Mike Galbraith <efault@....de>
To:	frank.rowand@...sony.com
Cc:	Peter Zijlstra <peterz@...radead.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	"Paul E. McKenney" <paulmck@...ibm.com>,
	linux-rt-users <linux-rt-users@...r.kernel.org>
Subject: Re: [patch] sched, rt: fix migrate_enable() thinko

On Wed, 2011-09-07 at 19:11 -0700, Frank Rowand wrote:

> Fix compile error for CONFIG_SMP=n

Guilty as charged you honor.

Acked-by: Mike Galbraith <efault@....de>

> Signed-off-by: Frank Rowand <frank.rowand@...sony.com>
> ---
>  kernel/sched_debug.c |    2 	2 +	0 -	0 !
>  1 file changed, 2 insertions(+)
> 
> Index: b/kernel/sched_debug.c
> ===================================================================
> --- a/kernel/sched_debug.c
> +++ b/kernel/sched_debug.c
> @@ -235,7 +235,9 @@ void print_rt_rq(struct seq_file *m, int
>  	P(rt_throttled);
>  	PN(rt_time);
>  	PN(rt_runtime);
> +#ifdef CONFIG_SMP
>  	P(rt_nr_migratory);
> +#endif
>  
>  #undef PN
>  #undef P
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists