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.0 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 8E6D7C4332B for ; Thu, 19 Mar 2020 01:20:28 +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 C591D20752 for ; Thu, 19 Mar 2020 01:20:27 +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="DgG2coG3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C591D20752 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 48jTc96QgvzDr68 for ; Thu, 19 Mar 2020 12:20:25 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48jTZH3NqszDr80 for ; Thu, 19 Mar 2020 12:18:47 +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=DgG2coG3; dkim-atps=neutral Received: by ozlabs.org (Postfix, from userid 1003) id 48jTZH1vPMz9sRY; Thu, 19 Mar 2020 12:18:46 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1584580727; bh=VBieu84jNex4rf5tZCk5leIvZLK6i0Bff/OLnlxA9T4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DgG2coG3tgVzln8eQ/SgNhMogSqvTPY3N3uiHpcH/A+KRoVNBJ3N9mRGRpQ7NQwzA 9pQJa0xQwoYYXXo/15vUEuZk5qC7NioVEwWD4ScSroMECAskVrw8XUoTUFCPcJJzID KvbGqhTb/YBK/EbQ3Gn9c2ceCL1yVgnfNz/Y85Cp64+e6vP1S8jc+McdM87pi/LVSD nIO6UrSemKVKVcPVGcL5JUUR+2TnzQTvXz4Ezi+DkZjCnHwA02s2SSL4pYAmRRIg7C ml2JyfbsM37Kh89bFaqjTv4Ib8tJ2lAOWAkIeQIg3fwv6NujhHfWuQzUBGuUmhaGI3 KjVJE3N09CZog== Date: Thu, 19 Mar 2020 12:18:41 +1100 From: Paul Mackerras To: Joe Perches Subject: Re: [PATCH -next 016/491] KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc): Use fallthrough; Message-ID: <20200319011840.GA5033@blackberry> References: <37a5342c67e1b68b9ad06aca8da245b0ff409692.1583896348.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37a5342c67e1b68b9ad06aca8da245b0ff409692.1583896348.git.joe@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 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". Apart from that, Acked-by: Paul Mackerras How are these patches going upstream? Do you want me to take this via my tree? Paul.