linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>,
	Greg KH <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>
Subject: [GIT PULL] Wimplicit-fallthrough patches for 5.3-rc4
Date: Fri, 9 Aug 2019 23:16:10 -0500	[thread overview]
Message-ID: <20190810041610.GA27921@embeddedor> (raw)

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@embeddedor.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(-)

             reply	other threads:[~2019-08-10  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-10  4:16 Gustavo A. R. Silva [this message]
2019-08-10 19:30 ` [GIT PULL] Wimplicit-fallthrough patches for 5.3-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190810041610.GA27921@embeddedor \
    --to=gustavo@embeddedor.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).