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:   Sun, 14 Nov 2021 19:57:32 +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] few more parisc architecture fixes for kernel v5.16-rc1

The following changes since commit c8103c2718eb99aab954187ca5be14f3d994c9be:

  Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2021-11-13 12:24:19 -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-3

for you to fetch changes up to 3ec18fc7831e7d79e2d536dd1f3bc0d3ba425e8a:

  parisc/entry: fix trace test in syscall exit path (2021-11-13 22:10:56 +0100)

----------------------------------------------------------------
parisc architecture build-, trace-, backtrace- and page table fixes

Fix a build error in stracktrace.c, fix resolving of addresses to
function names in backtraces, fix single-stepping in assembly code
and flush userspace pte's when using set_pte_at().

----------------------------------------------------------------
Helge Deller (2):
      parisc: Fix backtrace to always include init funtion names
      parisc: Fix implicit declaration of function '__kernel_text_address'

John David Anglin (1):
      parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page

Sven Schnelle (1):
      parisc/entry: fix trace test in syscall exit path

 arch/parisc/include/asm/pgtable.h | 10 ++++++++--
 arch/parisc/kernel/cache.c        |  4 ++--
 arch/parisc/kernel/entry.S        |  2 +-
 arch/parisc/kernel/stacktrace.c   |  1 +
 arch/parisc/kernel/vmlinux.lds.S  |  3 ++-
 5 files changed, 14 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ