All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1
@ 2021-07-07  5:28 Gustavo A. R. Silva
  2021-07-07 18:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo A. R. Silva @ 2021-07-07  5:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kees Cook, linux-kernel, Gustavo A. R. Silva

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1
  2021-07-07  5:28 [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1 Gustavo A. R. Silva
@ 2021-07-07 18:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-07-07 18:45 UTC (permalink / raw)
  To: Gustavo A. R. Silva
  Cc: Linus Torvalds, Kees Cook, linux-kernel, Gustavo A. R. Silva

The pull request you sent on Wed, 7 Jul 2021 00:28:22 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/383df634f14778302879e41d985958070e8f2320

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-07 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  5:28 [GIT PULL] More fallthrough fixes for Clang for 5.14-rc1 Gustavo A. R. Silva
2021-07-07 18:45 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.