This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 785cdec46e92 Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pu [...] new 003f144ca046 x86/CPU/AMD: Replace strcpy() with strscpy() new bd6afa43eee1 x86/mm/pat: Fix W=1 build kernel-doc warning new f449bf98b7b6 x86/power: hibernate: Fix W=1 build kernel-doc warnings new 020fca04c689 Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.or [...] new d49ae4172cff x86/tracing, x86/mm: Remove redundant trace_pagefault_key new 06aa9378df01 x86/tracing, x86/mm: Move page fault tracepoints to generic new 0aee06172678 Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/p [...] new 2ce8043b1d34 x86/vdso: Remove #ifdeffery around page setup variants new bdb30d565f4b x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall() new 24244df067c5 Merge tag 'x86-entry-2025-05-25' of git://git.kernel.org/p [...] new ea1dcca1de12 x86/kbuild/64: Add the CONFIG_X86_NATIVE_CPU option to loc [...] new 01412081863a x86/kbuild/64: Test for the availability of the -mtune=nat [...] new ad9b861824ac x86/kbuild/64: Restrict clang versions that can use '-marc [...] new 914873bc7df9 Merge tag 'x86-build-2025-05-25' of git://git.kernel.org/p [...]
The 14 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/Kconfig.cpu | 24 +++++++++++++++ arch/x86/Makefile | 5 ++++ arch/x86/entry/vdso/vma.c | 35 ++++++++-------------- arch/x86/include/asm/elf.h | 4 --- arch/x86/include/asm/trace/common.h | 12 -------- arch/x86/include/asm/trace/irq_vectors.h | 1 - arch/x86/include/asm/vdso.h | 8 ----- arch/x86/kernel/Makefile | 1 - arch/x86/kernel/cpu/amd.c | 2 +- arch/x86/kernel/tracepoint.c | 21 ------------- arch/x86/mm/Makefile | 2 -- arch/x86/mm/fault.c | 5 +--- arch/x86/mm/pat/memtype.c | 1 + arch/x86/power/hibernate.c | 6 +++- .../trace => include/trace/events}/exceptions.h | 27 +++++------------ 15 files changed, 57 insertions(+), 97 deletions(-) delete mode 100644 arch/x86/include/asm/trace/common.h delete mode 100644 arch/x86/kernel/tracepoint.c rename {arch/x86/include/asm/trace => include/trace/events}/exceptions.h (55%)