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:	Fri, 29 Apr 2011 09:09:53 +0200
From:	Heiko Carstens <heiko.carstens@...ibm.com>
To:	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc:	Thiago Farina <tfransosi@...il.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Martin Schwidefsky <schwidefsky@...ibm.com>,
	linux390@...ibm.com, linux-s390@...r.kernel.org
Subject: Re: [PATCH] s390: convert old cpumask API into new one

> From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
> Date: Fri, 29 Apr 2011 00:44:43 +0900
> Subject: [PATCH] s390: coding style fix
> 
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
> ---
>  arch/s390/kernel/smp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c
> index 4cc09b8..a80798b 100644
> --- a/arch/s390/kernel/smp.c
> +++ b/arch/s390/kernel/smp.c
> @@ -1021,7 +1021,7 @@ int __ref smp_rescan_cpus(void)
>  	if (rc)
>  		goto out;
>  	cpumask_andnot(&newcpus, cpu_present_mask, &newcpus);
> -	for_each_cpu(cpu,&newcpus) {
> +	for_each_cpu(cpu, &newcpus) {
>  		rc = smp_add_present_cpu(cpu);
>  		if (rc)
>  			set_cpu_present(cpu, false);

Applied and merged both to our tree.
Thanks!
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ