Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1690357

Re: [PATCH] xen/x86: fix cpu hotplug

From Boris Ostrovsky <boris.ostrovsky@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH] xen/x86: fix cpu hotplug
Date 2017-07-18 17:10 +0200
Message-ID <u4Cil-3Yt-17@gated-at.bofh.it> (permalink)
References <tZTa9-7iN-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 07/05/2017 10:05 AM, Juergen Gross wrote:
> Commit dc6416f1d711eb4c1726e845d653235dcaae12e1 ("xen/x86: Call
> cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()")
> introduced an error leading to a stack overflow of the idle task when
> a cpu was brought offline/online many times: by calling
> cpu_startup_entry() instead of returning at the end of xen_play_dead()
> do_idle() would be entered again and again.
>
> Don't use cpu_startup_entry(), but cpuhp_online_idle() instead allowing
> to return from xen_play_dead().
>
> Cc: <stable@vger.kernel.org> # 4.12
> Signed-off-by: Juergen Gross <jgross@suse.com>


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH] xen/x86: fix cpu hotplug Juergen Gross <jgross@suse.com> - 2017-07-05 16:10 +0200
  Re: [PATCH] xen/x86: fix cpu hotplug Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-07-18 17:10 +0200

csiph-web