This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f154c806676a Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/li [...] new 54357f0c9149 tracing: Add migrate-disabled counter to tracing output. new 5615e088b43d tracing: Fix some alloc_event_probe() error handling bugs new 4b6b08f2e45e tracing/osnoise: Fix missed cpus_read_unlock() in start_pe [...] new 40caa127f3c7 init: bootconfig: Remove all bootconfig data when the init [...] new b66fbbe8d482 init/bootconfig: Reorder init parameter from bootconfig an [...] new 26c9c72fd0b9 docs: bootconfig: Add how to use bootconfig for kernel parameters new 32ba9f0fb027 tools/bootconfig: Fix tracing_on option checking in ftrace [...] new 903bd067faa8 bootconfig: Fix missing return check of xbc_node_compose_k [...] new 47914d4e591c tools/bootconfig: Show whole test command for each test case new 0be083cee42e tracing: synth events: increase max fields count new c910db943d35 tracing: Dynamically allocate the per-elt hist_elt_data array new 04178ea130a6 selftests/ftrace: Exclude "(fault)" in testing add/remove [...] new cfd799837dbc tracing/boot: Fix to loop on only subkeys new 43175623dd0d Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/ [...] new c755238d2ce0 ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functi [...] new b08cae33b88e ARM: 9100/1: MAINTAINERS: mark all linux-arm-kernel@infrad [...] new d7bcc5e22967 ARM: 9102/1: move theinstall rules to arch/arm/Makefile new 6fec92d9b2bf ARM: 9103/1: Drop ARCH_NR_GPIOS definition new b30d0289de72 ARM: 9105/1: atags_to_fdt: don't warn about stack size new 2423de2e6f4d ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kern [...] new 344179fc7ef4 ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs() new b6e47f3c11c1 ARM: 9109/1: oabi-compat: add epoll_pwait handler new 4e57a4ddf6b0 ARM: 9107/1: syscall: always store thread_info->abi_syscall new 249dbe74d3c4 ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation new bdec0145286f ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation new 7e2d8c29ecdd ARM: 9111/1: oabi-compat: rework fcntl64() emulation new 2df4c9a741a0 ARM: 9112/1: uaccess: add __{get,put}_kernel_nofault new 8ac6f5d7f84b ARM: 9113/1: uaccess: remove set_fs() implementation new da0b9ee43c15 ARM: 9110/1: oabi-compat: fix oabi epoll sparse warning new 88210317eec6 ARM: 9116/1: unified: Remove check for gcc < 4 new c747ce470619 ARM: 9117/1: asm-generic: div64: Remove always-true __div6 [...] new 6c974e79d376 ARM: 9118/1: div64: Remove always-true __div64_const32_is_ [...] new 35776f10513c Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
The 33 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: Documentation/admin-guide/bootconfig.rst | 39 +++- MAINTAINERS | 56 +++--- arch/arm/Kconfig | 1 - arch/arm/Makefile | 3 +- arch/arm/boot/Makefile | 14 +- arch/arm/boot/compressed/Makefile | 2 + arch/arm/include/asm/div64.h | 11 -- arch/arm/include/asm/gpio.h | 4 - arch/arm/include/asm/ptrace.h | 1 - arch/arm/include/asm/syscall.h | 16 +- arch/arm/include/asm/thread_info.h | 6 +- arch/arm/include/asm/uaccess-asm.h | 6 - arch/arm/include/asm/uaccess.h | 169 ++++++++-------- arch/arm/include/asm/unified.h | 4 - arch/arm/include/uapi/asm/unistd.h | 1 + arch/arm/kernel/asm-offsets.c | 3 +- arch/arm/kernel/entry-common.S | 20 +- arch/arm/kernel/process.c | 7 +- arch/arm/kernel/ptrace.c | 14 +- arch/arm/kernel/signal.c | 8 - arch/arm/kernel/sys_oabi-compat.c | 216 ++++++++++++--------- arch/arm/kernel/traps.c | 47 ++--- arch/arm/lib/copy_from_user.S | 3 +- arch/arm/lib/copy_to_user.S | 3 +- arch/arm/tools/syscall.tbl | 2 +- fs/eventpoll.c | 5 +- include/asm-generic/div64.h | 14 +- include/linux/eventpoll.h | 18 ++ include/linux/syscalls.h | 3 + init/main.c | 37 ++-- ipc/sem.c | 85 ++++---- kernel/trace/trace.c | 26 ++- kernel/trace/trace_boot.c | 6 +- kernel/trace/trace_eprobe.c | 5 +- kernel/trace/trace_events.c | 1 + kernel/trace/trace_events_hist.c | 14 +- kernel/trace/trace_osnoise.c | 6 +- kernel/trace/trace_output.c | 11 +- kernel/trace/trace_synth.h | 2 +- mm/maccess.c | 28 ++- tools/bootconfig/main.c | 4 +- tools/bootconfig/scripts/ftrace2bconf.sh | 4 +- tools/bootconfig/test-bootconfig.sh | 4 +- .../ftrace/test.d/dynevent/add_remove_eprobe.tc | 2 +- 44 files changed, 521 insertions(+), 410 deletions(-)