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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35576C433F5 for ; Tue, 17 May 2022 18:43:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236673AbiEQSnD (ORCPT ); Tue, 17 May 2022 14:43:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233429AbiEQSnB (ORCPT ); Tue, 17 May 2022 14:43:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E313928987 for ; Tue, 17 May 2022 11:42:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1239061389 for ; Tue, 17 May 2022 18:42:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31246C34100; Tue, 17 May 2022 18:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1652812978; bh=HnvVB6Z3O5gkPCZtjNQvuPzy6HZNXr75Y7p/6+RcqG0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=14KKEzmcoorQSgSpQ0nGEmqRuigh7yUVN8xcqF3HiEOMCy9zIl3PSWFvxRGSx2pEF ljgjN2Ir5LXOhwnN9HAFzb8k3doEhOP/5A97JlvlgKGvJe8fMzutUzEWV7YHKAFpt1 xmItkCdZyC3mdEG/pUxTTW4Y9JCuNQqDhPdPBrFo= Date: Tue, 17 May 2022 11:42:57 -0700 From: Andrew Morton To: ALOK JHA Cc: "Gustavo A. R. Silva" , Masahiro Yamada , Michal Marek , Kees Cook , linux-kbuild@vger.kernel.org Subject: Re: [PATCH] Makefile: Globally enable fall-through warning Message-Id: <20220517114257.f13bf43126c51eebe8bcd7d8@linux-foundation.org> In-Reply-To: <20220517173534.10878-1-alok08jha@gmail.com> References: <20220517173534.10878-1-alok08jha@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Tue, 17 May 2022 23:05:34 +0530 ALOK JHA wrote: > From: "Gustavo A. R. Silva" > > Now that all the fall-through warnings have been addressed in the > kernel, enable the fall-through warning globally. > > Also, update the deprecated.rst file to include implicit fall-through > as 'deprecated' so people can be pointed to a single location for > justification. > > Cc: Masahiro Yamada > Cc: Andrew Morton > Cc: Michal Marek > Cc: Kees Cook > Cc: linux-kbuild@vger.kernel.org > Signed-off-by: Gustavo A. R. Silva Since you sent the patch, it should have your signoff as well as Gustavo's. Please resend?