lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 11 Jan 2022 13:14:56 -0600 From: "Gustavo A. R. Silva" <gustavoars@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: Kees Cook <keescook@...omium.org>, linux-hardening@...r.kernel.org, linux-kernel@...r.kernel.org, "Gustavo A. R. Silva" <gustavoars@...nel.org> Subject: [GIT PULL] fallthrough fixes for Clang for 5.17-rc1 The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6: Linux 5.16-rc2 (2021-11-21 13:47:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.17-rc1 for you to fetch changes up to ceec16f8fd660c7827e72aec74021f1acc1f7240: fbdev: sh7760fb: document fallthrough cases (2021-11-22 18:43:20 -0600) ---------------------------------------------------------------- fallthrough fixes for Clang for 5.17-rc1 Hi Linus, Please, pull the following patches that fix some fall-through warnings when building with Clang and -Wimplicit-fallthrough. Thanks! -- Gustavo ---------------------------------------------------------------- Gustavo A. R. Silva (1): MIPS: mm: tlbex: Fix fall-through warning for Clang Randy Dunlap (1): fbdev: sh7760fb: document fallthrough cases arch/mips/mm/tlbex.c | 1 + drivers/video/fbdev/sh7760fb.c | 2 ++ 2 files changed, 3 insertions(+)
Powered by blists - more mailing lists