From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD0B3C4332B for ; Thu, 19 Mar 2020 23:34:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 98D8B2076C for ; Thu, 19 Mar 2020 23:34:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="w+xaqjFY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbgCSXeq (ORCPT ); Thu, 19 Mar 2020 19:34:46 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:44561 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726785AbgCSXeq (ORCPT ); Thu, 19 Mar 2020 19:34:46 -0400 Received: by ozlabs.org (Postfix, from userid 1003) id 48k3Cm2kFYz9sRf; Fri, 20 Mar 2020 10:34:43 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1584660884; bh=3e2k76pHCNkJOTrpeeP78LipvWD3QnennPV0985nbeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w+xaqjFY5Fv29r1Q0f9Q0Bo8C4lkPR9EmD5Ich/4mWGxpHrXeA7cX9BRHCaCbTXCz LUtuJ4h9wDgyvIx3cLqP6DXvLkowerdeH1F7vr3N6oHvo21rBjMqf5IAVQqEZXYTc2 OoZQsJjlRliODnmWWffoyVgOqHsmAZEGprxfLrtTbMjBUjNXHgvh/qJ/ZH0yFgbima 2sR+0gJNIjornWzZBsn34TSW3pyh1CRKS5Sd7xO7qLcqD0iyetshmgT+bYdNn9CJk7 0pukYH3HWFi2K873b/NZjs40Xz3XCI+vFqd596KQdGf2agfYZWKZjC5vPJ0rJ8/NHn sLFtKqmgI5pVQ== Date: Fri, 20 Mar 2020 10:33:30 +1100 From: Paul Mackerras To: Joe Perches Cc: Benjamin Herrenschmidt , Michael Ellerman , kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next 016/491] KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc): Use fallthrough; Message-ID: <20200319233330.GE3260@blackberry> References: <37a5342c67e1b68b9ad06aca8da245b0ff409692.1583896348.git.joe@perches.com> <20200319011840.GA5033@blackberry> <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E5C5C4332D for ; Thu, 19 Mar 2020 23:41:52 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BFBCA2076C for ; Thu, 19 Mar 2020 23:41:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="w+xaqjFY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BFBCA2076C Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48k3Mx1VKbzDrR6 for ; Fri, 20 Mar 2020 10:41:48 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48k3Cm44DYzDr4Y for ; Fri, 20 Mar 2020 10:34:44 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=w+xaqjFY; dkim-atps=neutral Received: by ozlabs.org (Postfix, from userid 1003) id 48k3Cm2kFYz9sRf; Fri, 20 Mar 2020 10:34:43 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1584660884; bh=3e2k76pHCNkJOTrpeeP78LipvWD3QnennPV0985nbeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w+xaqjFY5Fv29r1Q0f9Q0Bo8C4lkPR9EmD5Ich/4mWGxpHrXeA7cX9BRHCaCbTXCz LUtuJ4h9wDgyvIx3cLqP6DXvLkowerdeH1F7vr3N6oHvo21rBjMqf5IAVQqEZXYTc2 OoZQsJjlRliODnmWWffoyVgOqHsmAZEGprxfLrtTbMjBUjNXHgvh/qJ/ZH0yFgbima 2sR+0gJNIjornWzZBsn34TSW3pyh1CRKS5Sd7xO7qLcqD0iyetshmgT+bYdNn9CJk7 0pukYH3HWFi2K873b/NZjs40Xz3XCI+vFqd596KQdGf2agfYZWKZjC5vPJ0rJ8/NHn sLFtKqmgI5pVQ== Date: Fri, 20 Mar 2020 10:33:30 +1100 From: Paul Mackerras To: Joe Perches Subject: Re: [PATCH -next 016/491] KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc): Use fallthrough; Message-ID: <20200319233330.GE3260@blackberry> References: <37a5342c67e1b68b9ad06aca8da245b0ff409692.1583896348.git.joe@perches.com> <20200319011840.GA5033@blackberry> <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7584d7937f4bb929beb0b9f5e80523653297676d.camel@perches.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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. 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.