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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 30934C4727E for ; Thu, 24 Sep 2020 18:07:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA8C322208 for ; Thu, 24 Sep 2020 18:07:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728675AbgIXSHz (ORCPT ); Thu, 24 Sep 2020 14:07:55 -0400 Received: from smtprelay0224.hostedemail.com ([216.40.44.224]:60986 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728577AbgIXSHz (ORCPT ); Thu, 24 Sep 2020 14:07:55 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 4FBFD100E7B4A; Thu, 24 Sep 2020 18:07:54 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: flesh53_541162527161 X-Filterd-Recvd-Size: 2054 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf03.hostedemail.com (Postfix) with ESMTPA; Thu, 24 Sep 2020 18:07:51 +0000 (UTC) Message-ID: <734165bbee434a920f074940624bcef01fcd9d60.camel@perches.com> Subject: Re: [PATCH v3] nfs: remove incorrect fallthrough label From: Joe Perches To: Nick Desaulniers , Trond Myklebust , Anna Schumaker , Linus Torvalds Cc: "Gustavo A . R . Silva" , "Gustavo A . R . Silva" , Miaohe Lin , Nathan Chancellor , Hongxiang Lou , linux-nfs@vger.kernel.org, LKML , clang-built-linux , Andrew Morton , Mark Brown Date: Thu, 24 Sep 2020 11:07:50 -0700 In-Reply-To: References: <20200917214545.199463-1-ndesaulniers@google.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-09-24 at 10:40 -0700, Joe Perches wrote: > On Thu, 2020-09-24 at 10:19 -0700, Nick Desaulniers wrote: > > Hello maintainers, > > Would you mind please picking up this patch? KernelCI has been > > erroring for over a week without it. > > As it's trivial and necessary, why not go through Linus directly? [] > Fixes: 2a1390c95a69 ("nfs: Convert to use the preferred fallthrough macro") Real reason why not: the commit to be fixed is not in Linus' tree. > https://lore.kernel.org/patchwork/patch/1307549/