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=-2.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 19473ECDE43 for ; Sun, 21 Oct 2018 18:29:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC3A72083C for ; Sun, 21 Oct 2018 18:29:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="skS/wp/c" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC3A72083C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728187AbeJVCok (ORCPT ); Sun, 21 Oct 2018 22:44:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:55704 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727827AbeJVCok (ORCPT ); Sun, 21 Oct 2018 22:44:40 -0400 Received: from localhost (unknown [167.98.65.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EBEC820838; Sun, 21 Oct 2018 18:29:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1540146568; bh=gR2ujdJqT5S+krluXdab70IWn5PXGfqnq7Z6JRzEK04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=skS/wp/c6ePxRV6mMDMomsLeWCXwB93roAJ+jF0IBd2OqhXazNAMSAO9gMOw9Lb4/ 00phrDKNxtyL1KPsnuBWxpDm5NM1I1qh8iprVCyn/VV7bvXn4H8FDXrVS2DS0dgTmS MNF7SoFz1vN4taiBzoZnxHh1EyCcSCoy67riuKhE= Date: Sun, 21 Oct 2018 19:29:26 +0100 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: linux-kernel@vger.kernel.org, Dan Carpenter , Andreas Dilger , Masahiro Yamada , Michal Marek , Steven Rostedt , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , "David S . 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 , Theodore 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@vger.kernel.org, linux-ext4@vger.kernel.org, linux-sparse@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH 0/2] Compiler Attributes: __fallthrough Message-ID: <20181021182926.GB6683@kroah.com> References: <20181021171414.22674-1-miguel.ojeda.sandonis@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181021171414.22674-1-miguel.ojeda.sandonis@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? thanks, greg k-h