This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1f2d9ffc7a5f Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/ [...] new 4651b9438b69 x86/lib: Include <asm/misc.h> to fix a missing prototypes [...] new 65c24d7b0f91 x86/lib: Fix compiler and kernel-doc warnings new 6be3dafc7c1d Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub [...] new 7734a0f31e99 x86/boot: Robustify calling startup_{32,64}() from the dec [...] new 5353fff29e42 scripts/head-object-list: Remove x86 from the list new e2869bd7af60 x86/acpi/boot: Do not register processors that cannot be o [...] new 35011c67c8b7 Merge tag 'x86-boot-2023-02-20' of git://git.kernel.org/pu [...] new f9bb7f6a7eb0 x86/build: Make 64-bit defconfig the default new 572640f0c0d6 Merge tag 'x86-build-2023-02-20' of git://git.kernel.org/p [...] new f6e2a56c2bad x86/signal: Move siginfo field tests new 6be9a8f18fb2 x86/signal/compat: Move sigaction_compat_abi() to signal_64.c new ce3ba2af9695 x86: Suppress KMSAN reports in arch_within_stack_frames() new 8a68bd3e9ff6 Merge tag 'x86-core-2023-02-20' of git://git.kernel.org/pu [...] new aa81cb9d9723 x86/fpu: Replace zero-length array in struct xregs_state w [...] new cb3ea4b7671b x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads new 2e0ddb34e5a3 Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub [...] new ebd3ad60a688 x86/cpu: Use cpu_feature_enabled() when checking global pa [...] new 238b05ec999a Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/ [...] new bd4edba2653a x86/rtc: Simplify PNP ids check new 7ddf0050a21f x86/mce/dev-mcelog: use strscpy() to instead of strncpy() new 89f5349e0673 Merge tag 'x86-platform-2023-02-20' of git://git.kernel.or [...]
The 21 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/x86/Makefile | 6 +- arch/x86/boot/compressed/head_32.S | 2 +- arch/x86/boot/compressed/head_64.S | 2 +- arch/x86/boot/compressed/misc.c | 18 ++-- arch/x86/include/asm/fpu/sched.h | 2 +- arch/x86/include/asm/fpu/types.h | 2 +- arch/x86/include/asm/thread_info.h | 5 + arch/x86/kernel/Makefile | 1 - arch/x86/kernel/acpi/boot.c | 19 +++- arch/x86/kernel/cpu/mce/dev-mcelog.c | 3 +- arch/x86/kernel/fpu/context.h | 2 +- arch/x86/kernel/fpu/core.c | 2 +- arch/x86/kernel/rtc.c | 9 +- arch/x86/kernel/signal_32.c | 127 +++++++++++++++++++++++ arch/x86/kernel/signal_64.c | 127 +++++++++++++++++++++++ arch/x86/kernel/signal_compat.c | 191 ----------------------------------- arch/x86/lib/cmdline.c | 4 +- arch/x86/lib/misc.c | 2 + arch/x86/mm/tlb.c | 2 +- scripts/head-object-list.txt | 6 -- 20 files changed, 305 insertions(+), 227 deletions(-) delete mode 100644 arch/x86/kernel/signal_compat.c