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] fallthrough fixes for Clang for 5.14-rc4
Date: Thu, 29 Jul 2021 13:08:23 -0500 [thread overview]
Message-ID: <20210729180823.GA7908@embeddedor> (raw)
The following changes since commit ff1176468d368232b684f75e82563369208bc371:
Linux 5.14-rc3 (2021-07-25 15:35:14 -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.14-rc4
for you to fetch changes up to cb163627e6d32dbaca4d89b2292788cee895b06d:
scsi: fas216: Fix fall-through warning for Clang (2021-07-29 12:51:16 -0500)
----------------------------------------------------------------
fallthrough fixes for Clang for 5.14-rc4
Hi Linus,
Please, pull the following patches that fix some fall-through warnings
when building with Clang and -Wimplicit-fallthrough on ARM.
Thanks
----------------------------------------------------------------
Gustavo A. R. Silva (3):
ARM: riscpc: Fix fall-through warning for Clang
scsi: acornscsi: Fix fall-through warning for clang
scsi: fas216: Fix fall-through warning for Clang
arch/arm/mach-rpc/riscpc.c | 1 +
drivers/scsi/arm/acornscsi.c | 1 +
drivers/scsi/arm/fas216.c | 1 +
3 files changed, 3 insertions(+)
next reply other threads:[~2021-07-29 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-29 18:08 Gustavo A. R. Silva [this message]
2021-07-30 5:13 ` [GIT PULL] fallthrough fixes for Clang for 5.14-rc4 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=20210729180823.GA7908@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 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.