Merge tag 's390-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Alexander Gordeev: - Fix missing NULL pointer check when determining guest/host fault - Mark all functions in asm/atomic_ops.h, asm/atomic.h and asm/preempt.h as __always_inline to avoid unwanted instrumentation - Fix removal of a Processor Activity Instrumentation (PAI) sampling event in PMU device driver - Align system call table on 8 bytes * tag 's390-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/entry: align system call table on 8 bytes s390/pai: fix sampling event removal for PMU device driver s390/preempt: mark all functions __always_inline s390/atomic: mark all functions __always_inline s390/mm: fix NULL pointer dereference
No related branches found
No related tags found
Showing
- arch/s390/include/asm/atomic.h 22 additions, 22 deletionsarch/s390/include/asm/atomic.h
- arch/s390/include/asm/atomic_ops.h 11 additions, 11 deletionsarch/s390/include/asm/atomic_ops.h
- arch/s390/include/asm/preempt.h 18 additions, 18 deletionsarch/s390/include/asm/preempt.h
- arch/s390/kernel/entry.S 1 addition, 0 deletionsarch/s390/kernel/entry.S
- arch/s390/kernel/perf_pai_crypto.c 7 additions, 3 deletionsarch/s390/kernel/perf_pai_crypto.c
- arch/s390/kernel/perf_pai_ext.c 7 additions, 3 deletionsarch/s390/kernel/perf_pai_ext.c
- arch/s390/mm/fault.c 1 addition, 1 deletionarch/s390/mm/fault.c
Loading
Please register or sign in to comment