[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc1

From: Gustavo A. R. Silva
Date: Tue Jul 09 2019 - 14:20:19 EST


The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/Wimplicit-fallthrough-5.3-rc1

for you to fetch changes up to d93512ef0f0efa17eded6b9edf8e88e8418f44bd:

Makefile: Globally enable fall-through warning (2019-07-08 15:23:22 -0500)

----------------------------------------------------------------
Wimplicit-fallthrough patches for 5.3-rc1

Hi Linus,

Please, pull the following patches that mark switch cases where we are
expecting to fall through. These patches are part of the ongoing efforts
to enable -Wimplicit-fallthrough. All of them have been baking in linux-next
for a whole development cycle.

Also, pull the Makefile patch that universally enables the
-Wimplicit-fallthrough option.

Thanks

Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

----------------------------------------------------------------
Gustavo A. R. Silva (6):
afs: fsclient: Mark expected switch fall-throughs
afs: yfsclient: Mark expected switch fall-throughs
can: mark expected switch fall-throughs
firewire: mark expected switch fall-throughs
platform/x86: acer-wmi: Mark expected switch fall-throughs
Makefile: Globally enable fall-through warning

Documentation/process/deprecated.rst | 14 +++++++
Makefile | 3 ++
drivers/firewire/core-device.c | 2 +-
drivers/firewire/core-iso.c | 2 +-
drivers/firewire/core-topology.c | 1 +
drivers/net/can/at91_can.c | 6 ++-
drivers/net/can/peak_canfd/peak_pciefd_main.c | 2 +-
drivers/net/can/spi/mcp251x.c | 3 +-
drivers/net/can/usb/peak_usb/pcan_usb.c | 2 +-
drivers/platform/x86/acer-wmi.c | 4 ++
fs/afs/fsclient.c | 51 ++++++++++++++++---------
fs/afs/yfsclient.c | 54 +++++++++++++++++----------
12 files changed, 100 insertions(+), 44 deletions(-)