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=-15.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 CE0CCC2D0A3 for ; Thu, 29 Oct 2020 19:47:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6468920782 for ; Thu, 29 Oct 2020 19:47:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604000862; bh=OLlL22ROQ8H9aoFZu++uTtV5Tdd5I9l+ZNwd7xWy4mo=; h=Date:From:To:Cc:Subject:List-ID:From; b=t/p2iiuKSGnotQP+7krM+cQKoCh2tcfuCpmZ8cYqqRBkt9Veg8OKztxIIE1JbSzQE 4d1qKk3Cj0gDD1KwPGIp0Du4am/Lkydn2SZ45gd06U0ZKJJqPw8AzeUiaNLAyLA8nI 06Tfho5A6B2Q6CixT5DM2pqDBdtanGs96HY9Xppg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726256AbgJ2Trl (ORCPT ); Thu, 29 Oct 2020 15:47:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:57444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725857AbgJ2Trj (ORCPT ); Thu, 29 Oct 2020 15:47:39 -0400 Received: from embeddedor (187-162-31-110.static.axtel.net [187.162.31.110]) (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 E68FE20727; Thu, 29 Oct 2020 19:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604000859; bh=OLlL22ROQ8H9aoFZu++uTtV5Tdd5I9l+ZNwd7xWy4mo=; h=Date:From:To:Cc:Subject:From; b=kPZMGM6lMqZX5Yj/z9yEy3foR5HrSrVf7ZINWnvBn70rZ9nC3u8EnMHK4BjQ/YeaV yNpjN0JzKv7xN2kG+IzkgBAetnp3dhqgrYKFz7oaEPAur0gHhUnb/y6dF0NrotSg+6 QqttacQY19nqqqa4QpZt/orJOc9s4hoIRnJaJcog= Date: Thu, 29 Oct 2020 13:47:02 -0500 From: "Gustavo A. R. Silva" To: Linus Torvalds Cc: Kees Cook , Linux Kernel Mailing List , "Gustavo A. R. Silva" Subject: [GIT PULL] fallthrough fixes for Clang for 5.10-rc2 Message-ID: <20201029184702.GA10611@embeddedor> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.10-rc2 for you to fetch changes up to 4169e889e5889405d54cec27d6e9f7f0ce3c7096: include: jhash/signal: Fix fall-through warnings for Clang (2020-10-29 13:17:58 -0500) ---------------------------------------------------------------- fallthrough fixes for Clang for 5.10-rc2 Hi Linus, Please, pull the following patch that fixes almost 40,000 fall-through warnings when building Linux 5.10-rc1 with Clang 12.0.0 and this[1] change reverted. Notice that in order to enable -Wimplicit-fallthrough for Clang, such change[1] is meant to be reverted at some point. So, this patch helps to move in that direction. - include: jhash/signal: Fix fall-through warnings for Clang [1] commit e2079e93f562c ("kbuild: Do not enable -Wimplicit-fallthrough for clang for now") ---------------------------------------------------------------- Gustavo A. R. Silva (1): include: jhash/signal: Fix fall-through warnings for Clang include/linux/jhash.h | 2 ++ include/linux/signal.h | 2 ++ 2 files changed, 4 insertions(+)