Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Vasily Gorbik: - Fix order in trace_hardirqs_off_caller() to make locking state consistent even if the IRQ tracer calls into lockdep again. Touches common code. Acked-by Peter Zijlstra. - Correctly handle secure storage violation exception to avoid kernel panic triggered by user space misbehaviour. - Switch the idle->seqcount over to using raw_write_*() to avoid "suspicious RCU usage". - Fix memory leaks on hard unplug in pci code. - Use kvmalloc instead of kmalloc for larger allocations in zcrypt. - Add few missing __init annotations to static functions to avoid section mismatch complains when functions are not inlined. * tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390: add 3f program exception handler lockdep: fix order in trace_hardirqs_off_caller() s390/pci: fix leak of DMA tables on hard unplug s390/init: add missing __init annotations s390/zcrypt: fix kmalloc 256k failure s390/idle: fix suspicious RCU usage
Showing
- arch/s390/kernel/entry.h 1 addition, 0 deletionsarch/s390/kernel/entry.h
- arch/s390/kernel/idle.c 2 additions, 3 deletionsarch/s390/kernel/idle.c
- arch/s390/kernel/pgm_check.S 1 addition, 1 deletionarch/s390/kernel/pgm_check.S
- arch/s390/kernel/setup.c 3 additions, 3 deletionsarch/s390/kernel/setup.c
- arch/s390/mm/fault.c 20 additions, 0 deletionsarch/s390/mm/fault.c
- arch/s390/pci/pci.c 4 additions, 0 deletionsarch/s390/pci/pci.c
- arch/s390/pci/pci_event.c 2 additions, 0 deletionsarch/s390/pci/pci_event.c
- drivers/s390/crypto/zcrypt_ccamisc.c 4 additions, 4 deletionsdrivers/s390/crypto/zcrypt_ccamisc.c
- kernel/trace/trace_preemptirq.c 2 additions, 2 deletionskernel/trace/trace_preemptirq.c
Loading
Please register or sign in to comment