Hi Linus, please pull two small important fixes for the parisc architecture for v5.19-rc5. They fix issues with signals in userspace and unaligned memory accesses in kernel and userspace. Thanks, Helge ---- The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a: Linux 5.19-rc4 (2022-06-26 14:22:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.19/parisc-4 for you to fetch changes up to aa78fa905b4431c432071a878da99c2b37fc0e79: parisc: Fix vDSO signal breakage on 32-bit kernel (2022-07-02 18:36:58 +0200) ---------------------------------------------------------------- parisc architecture fixes for kernel v5.19-rc5: Two important fixes for bugs in code which was added in kernel v5.18: * Fix userspace signal failures on 32-bit kernel due to a bug in vDSO * Fix 32-bit load-word unalignment exception handler which returned wrong values ---------------------------------------------------------------- Helge Deller (2): parisc/unaligned: Fix emulate_ldw() breakage parisc: Fix vDSO signal breakage on 32-bit kernel arch/parisc/kernel/asm-offsets.c | 5 +++++ arch/parisc/kernel/unaligned.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)