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]
Date:   Fri, 2 Aug 2019 18:04:47 +0200
From:   Helge Deller <deller@....de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
        James Bottomley <James.Bottomley@...senpartnership.com>,
        John David Anglin <dave.anglin@...l.net>
Cc:     Sven Schnelle <svens@...ckframe.org>
Subject: [GIT PULL] parisc architecture fixes for kernel v5.3-rc3

Hi Linus,

please pull a few small fixes for the parisc architecture for kernel 5.3-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.3-4

Changes:
* Fix fall-through warnings in parisc math emu code
* Fix vmlinuz linking failure with debug-enabled kernels
* Fix a race condition in kernel live-patching code
* Add missing archclean Makefile target & defconfig adjustments

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (4):
      parisc: Mark expected switch fall-throughs in fault.c
      parisc: Fix fall-through warnings in fpudispatch.c
      parisc: Fix build of compressed kernel even with debug enabled
      parisc: Strip debug info from kernel before creating compressed vmlinuz

James Bottomley (1):
      parisc: Add archclean Makefile target

Masahiro Yamada (1):
      parisc: rename default_defconfig to defconfig

Sven Schnelle (1):
      parisc: fix race condition in patching code

 arch/parisc/Makefile                                 | 5 +++--
 arch/parisc/boot/compressed/Makefile                 | 4 +++-
 arch/parisc/boot/compressed/vmlinux.lds.S            | 4 ++--
 arch/parisc/configs/{default_defconfig => defconfig} | 0
 arch/parisc/kernel/ftrace.c                          | 3 ++-
 arch/parisc/math-emu/Makefile                        | 1 +
 arch/parisc/mm/fault.c                               | 1 +
 7 files changed, 12 insertions(+), 6 deletions(-)
 rename arch/parisc/configs/{default_defconfig => defconfig} (100%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ