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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190822165815.GA2586@embeddedor>
Date:   Thu, 22 Aug 2019 11:58:15 -0500
From:   "Gustavo A. R. Silva" <gustavo@...ux.embeddedor.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-rc6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ