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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20201124144754.GL16084@embeddedor> Date: Tue, 24 Nov 2020 08:47:54 -0600 From: "Gustavo A. R. Silva" <gustavoars@...nel.org> To: Mark Brown <broonie@...nel.org> Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org, linux-sctp@...r.kernel.org, Nathan Chancellor <natechancellor@...il.com>, linux-hardening@...r.kernel.org, usb-storage@...ts.one-eyed-alien.net, linux-block@...r.kernel.org, linux-security-module@...r.kernel.org, bridge@...ts.linux-foundation.org, GR-Linux-NIC-Dev@...vell.com, rds-devel@....oracle.com, dri-devel@...ts.freedesktop.org, linux-media@...r.kernel.org, wcn36xx@...ts.infradead.org, linux-wireless@...r.kernel.org, linux-mediatek@...ts.infradead.org, reiserfs-devel@...r.kernel.org, oss-drivers@...ronome.com, linux-arm-kernel@...ts.infradead.org, alsa-devel@...a-project.org, virtualization@...ts.linux-foundation.org, Joe Perches <joe@...ches.com>, patches@...nsource.cirrus.com, linux-gpio@...r.kernel.org, linux-hwmon@...r.kernel.org, linux-cifs@...r.kernel.org, coreteam@...filter.org, Kees Cook <keescook@...omium.org>, Nick Desaulniers <ndesaulniers@...gle.com>, linux-scsi@...r.kernel.org, linux-afs@...ts.infradead.org, netfilter-devel@...r.kernel.org, linux-geode@...ts.infradead.org, drbd-dev@...ts.linbit.com, linux-ext4@...r.kernel.org, linux-hams@...r.kernel.org, target-devel@...r.kernel.org, samba-technical@...ts.samba.org, tipc-discussion@...ts.sourceforge.net, linux-stm32@...md-mailman.stormreply.com, linux-renesas-soc@...r.kernel.org, linux-input@...r.kernel.org, amd-gfx@...ts.freedesktop.org, linux-nfs@...r.kernel.org, devel@...verdev.osuosl.org, selinux@...r.kernel.org, linux-atm-general@...ts.sourceforge.net, linux-iio@...r.kernel.org, linux-i3c@...ts.infradead.org, Miguel Ojeda <ojeda@...nel.org>, linux-can@...r.kernel.org, linux-integrity@...r.kernel.org, GR-everest-linux-l2@...vell.com, keyrings@...r.kernel.org, intel-wired-lan@...ts.osuosl.org, linux-usb@...r.kernel.org, nouveau@...ts.freedesktop.org, x86@...nel.org, xen-devel@...ts.xenproject.org, linux-mm@...ck.org, cluster-devel@...hat.com, linux1394-devel@...ts.sourceforge.net, linux-decnet-user@...ts.sourceforge.net, op-tee@...ts.trustedfirmware.org, linux-ide@...r.kernel.org, intel-gfx@...ts.freedesktop.org, linux-acpi@...r.kernel.org, dm-devel@...hat.com, linux-watchdog@...r.kernel.org, linux-rdma@...r.kernel.org, linux-mtd@...ts.infradead.org, ceph-devel@...r.kernel.org, linux-arm-msm@...r.kernel.org, linux-mmc@...r.kernel.org, linux-fbdev@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH 000/141] Fix fall-through warnings for Clang On Mon, Nov 23, 2020 at 08:38:46PM +0000, Mark Brown wrote: > On Fri, 20 Nov 2020 12:21:39 -0600, Gustavo A. R. Silva wrote: > > This series aims to fix almost all remaining fall-through warnings in > > order to enable -Wimplicit-fallthrough for Clang. > > > > In preparation to enable -Wimplicit-fallthrough for Clang, explicitly > > add multiple break/goto/return/fallthrough statements instead of just > > letting the code fall through to the next case. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next > > Thanks! > > [1/1] regulator: as3722: Fix fall-through warnings for Clang > commit: b52b417ccac4fae5b1f2ec4f1d46eb91e4493dc5 Thank you, Mark. -- Gustavo
Powered by blists - more mailing lists