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:   Wed, 22 Dec 2021 17:07:09 +0100
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>,
        Sven Schnelle <svens@...ckframe.org>
Subject: [GIT PULL] parisc architecture late bug fixes for kernel v5.16

The following changes since commit a7904a538933c525096ca2ccde1e60d0ee62c08e:

  Linux 5.16-rc6 (2021-12-19 14:14:33 -0800)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-7

for you to fetch changes up to aacb2016063dfa6da9378d76734cd9dc1e977619:

  parisc: remove ARCH_DEFCONFIG (2021-12-22 09:02:10 +0100)

----------------------------------------------------------------
parisc architecture late bug fixes for kernel v5.16

- Fix a bug in the C code which calculates the relevant futex spinlock based on
  the futex virtual address. In some cases a wrong spinlock (compared to what
  is calculated in the assembly code path) was choosen which then can lead to
  deadlocks.

- The 64-bit kernel missed to clip the LWS number in the Light-weight-syscall
  path for 32-bit processes.

- Prevent CPU register dump to show stale value in IIR register on access rights traps.

- Remove unused ARCH_DEFCONFIG entries.

----------------------------------------------------------------
Helge Deller (1):
      parisc: Clear stale IIR value on instruction access rights trap

John David Anglin (2):
      parisc: Correct completer in lws start
      parisc: Fix mask used to select futex spinlock

Masahiro Yamada (1):
      parisc: remove ARCH_DEFCONFIG

 arch/parisc/Kconfig             | 5 -----
 arch/parisc/include/asm/futex.h | 4 ++--
 arch/parisc/kernel/syscall.S    | 2 +-
 arch/parisc/kernel/traps.c      | 2 ++
 4 files changed, 5 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ