From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Fri, 7 Sep 2018 07:47:24 +0200 Subject: rcu: Make expedited GPs handle CPU 0 being offline In-Reply-To: <20180907034530.GA18753@linux.vnet.ibm.com> References: <20180907034530.GA18753@linux.vnet.ibm.com> Message-ID: <20180907054724.GA10955@kroah.com> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Thu, Sep 06, 2018 at 08:45:30PM -0700, Paul E. McKenney wrote: > Hello! > > Please apply the following commit to the v4.18 -stable tree: > > rcu: Make expedited GPs handle CPU 0 being offline > fcc63543650150629c8a873cbef3578770acecd9 > > This patch fixes a v4.18 regression that is causing the RISC-V people > (CCed) some trouble. It is a small patch and has been tested in the > failing situation running v4.18 by Atish Patra and Andreas Schwab > (both CCed). > > Please let me know if more information is required. Now applied, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57149 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbeIGK0o (ORCPT ); Fri, 7 Sep 2018 06:26:44 -0400 Date: Fri, 7 Sep 2018 07:47:24 +0200 From: Greg KH To: "Paul E. McKenney" Cc: stable@vger.kernel.org, atish.patra@wdc.com, hch@infradead.org, schwab@suse.de, linux-riscv@lists.infradead.org, palmer@sifive.com, boqun.feng@gmail.com Subject: Re: rcu: Make expedited GPs handle CPU 0 being offline Message-ID: <20180907054724.GA10955@kroah.com> References: <20180907034530.GA18753@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180907034530.GA18753@linux.vnet.ibm.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Sep 06, 2018 at 08:45:30PM -0700, Paul E. McKenney wrote: > Hello! > > Please apply the following commit to the v4.18 -stable tree: > > rcu: Make expedited GPs handle CPU 0 being offline > fcc63543650150629c8a873cbef3578770acecd9 > > This patch fixes a v4.18 regression that is causing the RISC-V people > (CCed) some trouble. It is a small patch and has been tested in the > failing situation running v4.18 by Atish Patra and Andreas Schwab > (both CCed). > > Please let me know if more information is required. Now applied, thanks. greg k-h