[GIT PULL] few more parisc architecture fixes for kernel v5.16-rc1

From: Helge Deller
Date: Sun Nov 14 2021 - 13:58:42 EST


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(-)