Return-Path: Received: from mail-lj1-f195.google.com ([209.85.208.195]:43816 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728336AbeJVSGq (ORCPT ); Mon, 22 Oct 2018 14:06:46 -0400 MIME-Version: 1.0 References: <20181021171414.22674-1-miguel.ojeda.sandonis@gmail.com> <20181021182926.GB6683@kroah.com> In-Reply-To: <20181021182926.GB6683@kroah.com> From: Miguel Ojeda Date: Mon, 22 Oct 2018 11:48:44 +0200 Message-ID: Subject: Re: [PATCH 0/2] Compiler Attributes: __fallthrough To: Greg KH Cc: linux-kernel , Dan , Andreas Dilger , Masahiro Yamada , Michal Marek , Steven Rostedt , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , David Miller , Andrey Ryabinin , Kees Cook , Thomas Gleixner , Ingo Molnar , Paul Lawrence , Sandipan Das , Andrey Konovalov , David Woodhouse , Will Deacon , Philippe Ombredanne , Paul Burton , David Rientjes , Willy Tarreau , Martin Sebor , Christopher Li , Jonathan Corbet , "Ted Ts'o" , Geert Uytterhoeven , Rasmus Villemoes , Joe Perches , Arnd Bergmann , Dominique Martinet , Stefan Agner , Luc Van Oostenryck , Nick Desaulniers , Andrew Morton , Linus Torvalds , Linux Doc Mailing List , Ext4 Developers List , linux-sparse@vger.kernel.org, linux-kbuild@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sun, Oct 21, 2018 at 8:29 PM Greg Kroah-Hartman wrote: > > On Sun, Oct 21, 2018 at 07:14:12PM +0200, Miguel Ojeda wrote: > > These are two patches are meant to go on top of the rest of the compiler > > attributes series on: > > > > https://github.com/ojeda/linux/tree/compiler-attributes > > > > which will be sent to Greg for the next merge window. > > > > Please review them and let me know! (specially if someone is against > > __fallthrough for some reason :-). > > Will this work with all of the static tools that are currently looking > for the comment instead? I know coverity handles that, what about > others? Thank you Greg, good question. I will try to keep all the information we can get about the tools in the commit message. I will also contact the different tools about this. Cheers, Miguel