This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d47136c28015 Merge tag 'hwmon-for-v6.1-rc2' of git://git.kernel.org/pub [...] new e993ffe3da4b net: flag sockets supporting msghdr originated zerocopy new edf81438799c io_uring/net: fail zc send when unsupported by socket new cc767e7c6913 io_uring/net: fail zc sendmsg when unsupported by socket new 942e01ab9015 Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux new c32d7cab57e3 x86/fpu: Configure init_fpstate attributes orderly new d3e021adac7c x86/fpu: Fix the init_fpstate size check with the actual size new a401f45e3875 x86/fpu: Exclude dynamic states from init_fpstate new 33806e7cb8d5 x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB new 7108b80a542b hwmon/coretemp: Handle large core ID value new 2b12a7a126d6 x86/topology: Fix multiple packages shown on a single-pack [...] new 71eac7063698 x86/topology: Fix duplicated core ID within a package new e7ad18d1169c x86/microcode/AMD: Apply the patch early on every logical thread new 67bf6493449b x86/resctrl: Fix min_cbm_bits for AMD new b5f1fc318440 x86/ftrace: Remove ftrace_epilogue() new 883bbbffa5a4 ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph() new b329f5ddc9ce perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of c [...] new 471f0aa7fa64 x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly new 295dad10bfb5 Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.or [...] new 230db82413c0 x86/unwind/orc: Fix unreliable stack dump with gcov new 6204a81aa3f4 Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kerne [...] new e705968dd687 sched/core: Fix comparison in sched_group_cookie_match() new 8e5bad7dccec sched: Introduce struct balance_callback to avoid CFI mismatches new c70055d8d9a0 Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel. [...] new ca6c21327c6a perf: Fix missing SIGTRAPs new 23488ec66867 selftests/perf_events: Add a SIGTRAP stress test with disables new 21da7472a040 bpf: Fix sample_flags for bpf_perf_event_output new a70385240892 Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.o [...]
The 27 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/arm64/kernel/entry-ftrace.S | 7 +- arch/x86/Kconfig | 1 - arch/x86/events/intel/lbr.c | 2 +- arch/x86/kernel/cpu/microcode/amd.c | 16 ++- arch/x86/kernel/cpu/resctrl/core.c | 8 +- arch/x86/kernel/cpu/topology.c | 16 ++- arch/x86/kernel/fpu/init.c | 8 -- arch/x86/kernel/fpu/xstate.c | 42 +++--- arch/x86/kernel/ftrace_64.S | 34 ++--- arch/x86/kernel/unwind_orc.c | 2 +- drivers/hwmon/coretemp.c | 56 ++++++-- include/asm-generic/vmlinux.lds.h | 18 ++- include/linux/net.h | 1 + include/linux/perf_event.h | 19 ++- io_uring/net.c | 4 + kernel/events/core.c | 151 +++++++++++++++------ kernel/events/ring_buffer.c | 2 +- kernel/sched/core.c | 24 ++-- kernel/sched/deadline.c | 4 +- kernel/sched/rt.c | 4 +- kernel/sched/sched.h | 32 +++-- kernel/trace/bpf_trace.c | 2 + net/ipv4/tcp.c | 1 + net/ipv4/udp.c | 1 + .../selftests/perf_events/sigtrap_threads.c | 35 ++++- 25 files changed, 328 insertions(+), 162 deletions(-)