Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller: - Mikulas Patocka added support for R_PARISC_SECREL32 relocations in modules with CONFIG_MODVERSIONS. - Dave Anglin optimized the cache flushing for vmap ranges. - Arvind Yadav provided a fix for a potential NULL pointer dereference in the parisc perf code (and some code cleanups). - I wired up the new statx system call, fixed some compiler warnings with the access_ok() macro and fixed shutdown code to really halt a system at shutdown instead of crashing & rebooting. * 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: Fix system shutdown halt parisc: perf: Fix potential NULL pointer dereference parisc: Avoid compiler warnings with access_ok() parisc: Wire up statx system call parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range parisc: support R_PARISC_SECREL32 relocation in modules
Showing
- arch/parisc/include/asm/cacheflush.h 2 additions, 21 deletionsarch/parisc/include/asm/cacheflush.h
- arch/parisc/include/asm/uaccess.h 2 additions, 1 deletionarch/parisc/include/asm/uaccess.h
- arch/parisc/include/uapi/asm/unistd.h 2 additions, 1 deletionarch/parisc/include/uapi/asm/unistd.h
- arch/parisc/kernel/cache.c 22 additions, 0 deletionsarch/parisc/kernel/cache.c
- arch/parisc/kernel/module.c 8 additions, 0 deletionsarch/parisc/kernel/module.c
- arch/parisc/kernel/perf.c 49 additions, 45 deletionsarch/parisc/kernel/perf.c
- arch/parisc/kernel/process.c 2 additions, 0 deletionsarch/parisc/kernel/process.c
- arch/parisc/kernel/syscall_table.S 1 addition, 0 deletionsarch/parisc/kernel/syscall_table.S
Loading
Please register or sign in to comment