This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from abb22e44cff3 Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/s [...] new 20279420ae3a tracing/kprobes: Have uname use __get_str() in print_fmt new a78416d97425 Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm [...] new f1dc67d0e7df um: Add an option to make serial driver non-raw new 40814b98a570 um: Mark non-vector net transports as obsolete new 87c9366e1725 Revert "um: Enable CONFIG_CONSTRUCTORS" new d65197ad5249 um: Fix time-travel=inf-cpu with xor/raid6 new fad7bdc9b054 Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/ [...] new 17cdec960cf7 s390/pci: Recover handle in clp_set_pci_fn() new 576c75e36c68 s390/pci: Fix possible deadlock in recover_store() new ee5c4ccfd51d s390/cpum_sf: Convert debug trace to common layout new 32dab6828c42 s390/cpum_sf: Use kzalloc and minor changes new ee09c91480b1 s390/cpum_sf: Use DIV_ROUND_UP new c4e5c229b610 s390/jump_label: use "i" constraint for clang new 253b3c4b2920 s390: adjust -mpacked-stack support check for clang 10 new 45f7a0da600d s390/ftrace: generate traced function stack frame new 17248ea03674 s390: fix __EMIT_BUG() macro new 740eaf7d4dd2 Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/lin [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/s390/Makefile | 2 +- arch/s390/boot/head.S | 2 +- arch/s390/include/asm/bug.h | 16 ++++---- arch/s390/include/asm/jump_label.h | 4 +- arch/s390/include/asm/pci.h | 2 +- arch/s390/kernel/entry.h | 1 + arch/s390/kernel/mcount.S | 15 ++++++- arch/s390/kernel/perf_cpum_sf.c | 67 ++++++++++++++++--------------- arch/s390/kernel/pgm_check.S | 2 +- arch/s390/kernel/traps.c | 41 ++++++++++++++++--- arch/s390/pci/pci.c | 2 +- arch/s390/pci/pci_clp.c | 48 +++++++++++++--------- arch/s390/pci/pci_sysfs.c | 63 +++++++++++++++++++---------- arch/um/Kconfig | 2 + arch/um/drivers/Kconfig | 81 +++++++++++++++++++------------------- arch/um/drivers/chan_user.h | 2 +- arch/um/drivers/ssl.c | 8 ++++ arch/um/include/asm/Kbuild | 1 - arch/um/include/asm/common.lds.S | 2 +- arch/um/include/asm/xor.h | 7 ++++ arch/um/kernel/dyn.lds.S | 1 + init/Kconfig | 1 + kernel/gcov/Kconfig | 2 +- kernel/trace/trace_probe.c | 6 ++- 24 files changed, 239 insertions(+), 139 deletions(-) create mode 100644 arch/um/include/asm/xor.h