public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavo@linux.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-rc6
Date: Thu, 22 Aug 2019 11:58:15 -0500	[thread overview]
Message-ID: <20190822165815.GA2586@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-rc6

for you to fetch changes up to c3cb6674df4c4a70f949e412dfe2230483092523:

  video: fbdev: acornfb: Mark expected switch fall-through (2019-08-20 19:44:01 -0500)

----------------------------------------------------------------
Wimplicit-fallthrough patches for 5.3-rc6

Hi Linus,

Please, pull the following patches that mark switch cases where we are
expecting to fall through.

 - Fix fall-through warnings on arm and mips for multiple
   configurations.

Thanks

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

----------------------------------------------------------------
Gustavo A. R. Silva (10):
      dmaengine: fsldma: Mark expected switch fall-through
      ARM: riscpc: Mark expected switch fall-through
      drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-through
      drm/sun4i: tcon: Mark expected switch fall-through
      mtd: sa1100: Mark expected switch fall-through
      watchdog: wdt285: Mark expected switch fall-through
      power: supply: ab8500_charger: Mark expected switch fall-through
      MIPS: Octeon: Mark expected switch fall-through
      scsi: libsas: sas_discover: Mark expected switch fall-through
      video: fbdev: acornfb: Mark expected switch fall-through

 arch/arm/mach-rpc/riscpc.c                   | 1 +
 arch/mips/include/asm/octeon/cvmx-sli-defs.h | 1 +
 drivers/dma/fsldma.c                         | 1 +
 drivers/gpu/drm/sun4i/sun4i_tcon.c           | 1 +
 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c       | 1 +
 drivers/mtd/maps/sa1100-flash.c              | 1 +
 drivers/power/supply/ab8500_charger.c        | 1 +
 drivers/scsi/libsas/sas_discover.c           | 1 +
 drivers/video/fbdev/acornfb.c                | 1 +
 drivers/watchdog/wdt285.c                    | 2 +-
 10 files changed, 10 insertions(+), 1 deletion(-)

             reply	other threads:[~2019-08-22 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-22 16:58 Gustavo A. R. Silva [this message]
2019-08-22 18:30 ` [GIT PULL] Wimplicit-fallthrough patches for 5.3-rc6 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=20190822165815.GA2586@embeddedor \
    --to=gustavo@linux.embeddedor.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=gustavo@embeddedor.com \
    --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