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: <9a5ff3f2-5157-0e07-5085-f9ef41070e1d@embeddedor.com> Date: Wed, 23 Jan 2019 12:04:54 -0600 From: "Gustavo A. R. Silva" <gustavo@...eddedor.com> To: Marcel Holtmann <marcel@...tmann.org> Cc: Johan Hedberg <johan.hedberg@...il.com>, "David S. Miller" <davem@...emloft.net>, Bluez mailing list <linux-bluetooth@...r.kernel.org>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next] Bluetooth: Mark expected switch fall-throughs On 1/23/19 11:46 AM, Marcel Holtmann wrote: > Hi Gustavo, > >> In preparation to enabling -Wimplicit-fallthrough, mark switch cases >> where we are expecting to fall through. >> >> This patch fixes the following warnings: >> >> net/bluetooth/rfcomm/core.c:479:6: warning: this statement may fall through [-Wimplicit-fallthrough=] >> net/bluetooth/l2cap_core.c:4223:6: warning: this statement may fall through [-Wimplicit-fallthrough=] >> >> Warning level 3 was used: -Wimplicit-fallthrough=3 >> >> This patch is part of the ongoing efforts to enabling >> -Wimplicit-fallthrough. >> >> Signed-off-by: Gustavo A. R. Silva <gustavo@...eddedor.com> >> --- >> net/bluetooth/l2cap_core.c | 1 + >> net/bluetooth/rfcomm/core.c | 1 + >> 2 files changed, 2 insertions(+) > > patch has been applied to bluetooth-next tree. > Thank you, Marcel. -- Gustavo
Powered by blists - more mailing lists