[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210819040517.GA329693@embeddedor>
Date: Wed, 18 Aug 2021 23:05:17 -0500
From: "Gustavo A. R. Silva" <gustavoars@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>, linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
linux-hardening@...r.kernel.org
Subject: [GIT PULL] Enable -Wimplicit-fallthrough for Clang for 5.14-rc7
The following changes since commit 7c60610d476766e128cc4284bb6349732cbd6606:
Linux 5.14-rc6 (2021-08-15 13:40:53 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/implicit-fallthrough-clang-5.14-rc7
for you to fetch changes up to 7bc04ce6b914a06d5823509d1de237787c58e649:
Makefile: Enable -Wimplicit-fallthrough for Clang (2021-08-18 16:46:44 -0500)
----------------------------------------------------------------
Enable -Wimplicit-fallthrough for Clang for 5.14-rc7
Hi Linus,
Please, pull the following patch that enables -Wimplicit-fallthrough
for Clang 14+, globally.
We had almost 40,000[1] of these issues for Clang in the beginning,
and there might be a couple more out there when building some
architectures with certain configurations. However, with the
recent fixes I think we are in good shape and it is now possible
to enable -Wimplicit-fallthrough for Clang. :)
[1] https://github.com/KSPP/linux/issues/115
Thanks!
----------------------------------------------------------------
Gustavo A. R. Silva (1):
Makefile: Enable -Wimplicit-fallthrough for Clang
Makefile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists