From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 19 Mar 2020 23:33:30 +0000 Subject: Re: [PATCH -next 016/491] KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc): Use fallthrough; Message-Id: <20200319233330.GE3260@blackberry> List-Id: References: <37a5342c67e1b68b9ad06aca8da245b0ff409692.1583896348.git.joe@perches.com> <20200319011840.GA5033@blackberry> <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> In-Reply-To: <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Joe Perches Cc: Benjamin Herrenschmidt , Michael Ellerman , kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org On Wed, Mar 18, 2020 at 06:22:29PM -0700, Joe Perches wrote: > On Thu, 2020-03-19 at 12:18 +1100, Paul Mackerras wrote: > > On Tue, Mar 10, 2020 at 09:51:30PM -0700, Joe Perches wrote: > > > Convert the various uses of fallthrough comments to fallthrough; > > > > > > Done via script > > > Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe.com/ > > > > > > Signed-off-by: Joe Perches > > > > The subject line should look like "KVM: PPC: Use fallthrough". > > There's no way to generate a subject line like that via a script > so far as I can tell. > > > Apart from that, > > > > Acked-by: Paul Mackerras > > > > How are these patches going upstream? Do you want me to take this via > > my tree? > > If you want. > > Ideally, these changes would go in treewide via a script run > by Linus at an -rc1, but if the change is OK with you, it'd > be fine to have you apply it now. I have taken this patch in my kvm-ppc-next branch. Thanks, Paul.