[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190810041610.GA27921@embeddedor>
Date: Fri, 9 Aug 2019 23:16:10 -0500
From: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>,
Greg KH <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>
Subject: [GIT PULL] Wimplicit-fallthrough patches for 5.3-rc4
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:
Linux 5.3-rc2 (2019-07-28 12:47:02 -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-rc4
for you to fetch changes up to 1f7585f30a3af595ac07f610b807c738c9e3baab:
ARM: ep93xx: Mark expected switch fall-through (2019-08-09 19:53:35 -0500)
----------------------------------------------------------------
Wimplicit-fallthrough patches for 5.3-rc4
Hi Linus,
Please, pull the following patches that mark switch cases where we are
expecting to fall through.
- Fix fall-through warnings in arm, sparc64, mips, i386 and s390.
Thanks
Signed-off-by: Gustavo A. R. Silva <gustavo@...eddedor.com>
----------------------------------------------------------------
Gustavo A. R. Silva (17):
ARM/hw_breakpoint: Mark expected switch fall-throughs
ARM: tegra: Mark expected switch fall-through
ARM: alignment: Mark expected switch fall-throughs
ARM: OMAP: dma: Mark expected switch fall-throughs
mfd: db8500-prcmu: Mark expected switch fall-throughs
mfd: omap-usb-host: Mark expected switch fall-throughs
ARM: signal: Mark expected switch fall-through
watchdog: Mark expected switch fall-throughs
watchdog: scx200_wdt: Mark expected switch fall-through
watchdog: wdt977: Mark expected switch fall-through
crypto: ux500/crypt: Mark expected switch fall-throughs
s390/net: Mark expected switch fall-throughs
watchdog: riowd: Mark expected switch fall-through
video: fbdev: omapfb_main: Mark expected switch fall-throughs
pcmcia: db1xxx_ss: Mark expected switch fall-throughs
scsi: fas216: Mark expected switch fall-throughs
ARM: ep93xx: Mark expected switch fall-through
arch/arm/kernel/hw_breakpoint.c | 5 +++++
arch/arm/kernel/signal.c | 1 +
arch/arm/mach-ep93xx/crunch.c | 1 +
arch/arm/mach-tegra/reset.c | 2 +-
arch/arm/mm/alignment.c | 4 +++-
arch/arm/plat-omap/dma.c | 14 +++++---------
drivers/crypto/ux500/cryp/cryp.c | 6 ++++++
drivers/mfd/db8500-prcmu.c | 2 ++
drivers/mfd/omap-usb-host.c | 4 ++--
drivers/pcmcia/db1xxx_ss.c | 4 ++++
drivers/s390/net/ctcm_fsms.c | 1 +
drivers/s390/net/ctcm_mpc.c | 3 +++
drivers/s390/net/qeth_l2_main.c | 2 +-
drivers/scsi/arm/fas216.c | 8 ++++++++
drivers/video/fbdev/omap/omapfb_main.c | 8 ++++++++
drivers/watchdog/ar7_wdt.c | 1 +
drivers/watchdog/pcwd.c | 2 +-
drivers/watchdog/riowd.c | 2 +-
drivers/watchdog/sb_wdog.c | 1 +
drivers/watchdog/scx200_wdt.c | 1 +
drivers/watchdog/wdt.c | 2 +-
drivers/watchdog/wdt977.c | 2 +-
22 files changed, 58 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists