Revision 34074da5424c08542d197396757cc3194ef754b4 authored by Linus Torvalds on 02 July 2022, 17:23:36 UTC, committed by Linus Torvalds on 02 July 2022, 17:23:36 UTC
Pull parisc architecture fixes from Helge Deller:
 "Two important fixes for bugs in code which was added in 5.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"

* tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Fix vDSO signal breakage on 32-bit kernel
  parisc/unaligned: Fix emulate_ldw() breakage
2 parent s bb7c512 + aa78fa9
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 260 bytes
balloc.c -rw-r--r-- 27.7 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 15.7 KB
file.c -rw-r--r-- 998 bytes
ialloc.c -rw-r--r-- 9.3 KB
inode.c -rw-r--r-- 32.9 KB
namei.c -rw-r--r-- 7.4 KB
super.c -rw-r--r-- 44.2 KB
swab.h -rw-r--r-- 2.5 KB
ufs.h -rw-r--r-- 5.1 KB
ufs_fs.h -rw-r--r-- 34.6 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 16.8 KB

back to top