From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Cc: sfr@canb.auug.org.au, rcj@linux.vnet.ibm.com,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
paulus@samba.org, wangyun@linux.vnet.ibm.com,
srivatsa.bhat@linux.vnet.ibm.com, alistair@popple.id.au,
joe@perches.com, qiuxishi@huawei.com, akpm@linux-foundation.org,
qiudayu@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] arch/powerpc/mm/numa.c: Fix break placement
Date: Tue, 05 Aug 2014 19:16:59 +1000 [thread overview]
Message-ID: <1407230219.3073.5.camel@pasglop> (raw)
In-Reply-To: <1407183190-1397-1-git-send-email-andrey.krieger.utkin@gmail.com>
On Mon, 2014-08-04 at 23:13 +0300, Andrey Utkin wrote:
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81631
> Reported-by: David Binderman <dcb314@hotmail.com>
> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Thanks, I wonder how that managed to remain unnoticed for so long !
Cheers,
Ben.
> ---
> arch/powerpc/mm/numa.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
> index 3b181b2..d3e9a78 100644
> --- a/arch/powerpc/mm/numa.c
> +++ b/arch/powerpc/mm/numa.c
> @@ -611,8 +611,8 @@ static int cpu_numa_callback(struct notifier_block *nfb, unsigned long action,
> case CPU_UP_CANCELED:
> case CPU_UP_CANCELED_FROZEN:
> unmap_cpu_from_node(lcpu);
> - break;
> ret = NOTIFY_OK;
> + break;
> #endif
> }
> return ret;
next prev parent reply other threads:[~2014-08-05 9:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 20:13 [PATCH] arch/powerpc/mm/numa.c: Fix break placement Andrey Utkin
2014-08-05 9:16 ` Benjamin Herrenschmidt [this message]
2014-08-05 12:39 ` Michael Ellerman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407230219.3073.5.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=akpm@linux-foundation.org \
--cc=alistair@popple.id.au \
--cc=andrey.krieger.utkin@gmail.com \
--cc=joe@perches.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=qiudayu@linux.vnet.ibm.com \
--cc=qiuxishi@huawei.com \
--cc=rcj@linux.vnet.ibm.com \
--cc=sfr@canb.auug.org.au \
--cc=srivatsa.bhat@linux.vnet.ibm.com \
--cc=wangyun@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).