Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Vasily Gorbik: - Add clang 10 build support. - Fix BUG() implementation to contain precise bug address, which is relevant for kprobes. - Make ftraced function appear in a stacktrace. - Minor perf improvements and refactoring. - Possible deadlock and recovery fixes in pci code. * tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390: fix __EMIT_BUG() macro s390/ftrace: generate traced function stack frame s390: adjust -mpacked-stack support check for clang 10 s390/jump_label: use "i" constraint for clang s390/cpum_sf: Use DIV_ROUND_UP s390/cpum_sf: Use kzalloc and minor changes s390/cpum_sf: Convert debug trace to common layout s390/pci: Fix possible deadlock in recover_store() s390/pci: Recover handle in clp_set_pci_fn()
No related branches found
No related tags found
Showing
- arch/s390/Makefile 1 addition, 1 deletionarch/s390/Makefile
- arch/s390/boot/head.S 1 addition, 1 deletionarch/s390/boot/head.S
- arch/s390/include/asm/bug.h 7 additions, 9 deletionsarch/s390/include/asm/bug.h
- arch/s390/include/asm/jump_label.h 3 additions, 1 deletionarch/s390/include/asm/jump_label.h
- arch/s390/include/asm/pci.h 1 addition, 1 deletionarch/s390/include/asm/pci.h
- arch/s390/kernel/entry.h 1 addition, 0 deletionsarch/s390/kernel/entry.h
- arch/s390/kernel/mcount.S 14 additions, 1 deletionarch/s390/kernel/mcount.S
- arch/s390/kernel/perf_cpum_sf.c 35 additions, 32 deletionsarch/s390/kernel/perf_cpum_sf.c
- arch/s390/kernel/pgm_check.S 1 addition, 1 deletionarch/s390/kernel/pgm_check.S
- arch/s390/kernel/traps.c 36 additions, 5 deletionsarch/s390/kernel/traps.c
- arch/s390/pci/pci.c 1 addition, 1 deletionarch/s390/pci/pci.c
- arch/s390/pci/pci_clp.c 29 additions, 19 deletionsarch/s390/pci/pci_clp.c
- arch/s390/pci/pci_sysfs.c 42 additions, 21 deletionsarch/s390/pci/pci_sysfs.c
Loading
Please register or sign in to comment