linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavoars@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>,
	linux-kernel@vger.kernel.org,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>
Subject: [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1
Date: Wed, 7 Jul 2021 00:28:22 -0500	[thread overview]
Message-ID: <20210707052822.GA35094@embeddedor> (raw)

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/Wimplicit-fallthrough-clang-5.14-rc1

for you to fetch changes up to f1469e568bf6dcbdff9fd7cd7d2cc9ca9d06efeb:

  Input: Fix fall-through warning for Clang (2021-07-06 16:26:17 -0500)

----------------------------------------------------------------
More fallthrough fixes for Clang for 5.14-rc1

Hi Linus,

Please, pull the following patches that fix many fall-through warnings
when building 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, these patches help to move
in that direction.

BTW: After these fixes are applied, there will be only 10 recently
introduced of these issues remaining in mainline (by recently
introduced I mean they never showed up in any release candidate
for v5.13), which I plan to fix once they show up in 5.14-rc1 and
send you a pull-request for 5.14-rc2, with the corresponding fixes
together with a patch for Makefile to finally enable
-Wimplici-fallthrough for Clang, globally.

Thanks!

[1] commit e2079e93f562c ("kbuild: Do not enable -Wimplicit-fallthrough for clang for now")

----------------------------------------------------------------
Gustavo A. R. Silva (4):
      net/mlx4: Fix fall-through warning for Clang
      i3c: master: cdns: Fix fall-through warning for Clang
      scsi: aic94xx: Fix fall-through warning for Clang
      Input: Fix fall-through warning for Clang

 drivers/i3c/master/i3c-master-cdns.c                  | 2 ++
 drivers/input/joystick/sidewinder.c                   | 1 +
 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c | 1 +
 drivers/scsi/aic94xx/aic94xx_sds.c                    | 4 +++-
 4 files changed, 7 insertions(+), 1 deletion(-)

             reply	other threads:[~2021-07-07  5:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  5:28 Gustavo A. R. Silva [this message]
2021-07-07 18:45 ` [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210707052822.GA35094@embeddedor \
    --to=gustavoars@kernel.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).