This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a92b7d26c743 Merge tag 'drm-fixes-2023-06-23' of git://anongit.freedesk [...] new d082d48737c7 x86/mm: Avoid using set_pgd() outside of real PGD pages new 85d38d5810e2 x86/apic: Fix kernel panic when booting with intremap=off [...] new 661e723b6fc7 Merge tag 'x86_urgent_for_v6.4' of git://git.kernel.org/pu [...] new b9f174c811e3 x86/unwind/orc: Add ELF section with ORC version identifier new 300edd751b10 Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.or [...] new b50f26a44887 perf/core: Drop __weak attribute from arch_perf_update_use [...] new a6742cb90b56 perf/x86/intel: Fix the FRONTEND encoding on GNR and MTL new 547cc9be86f4 Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/p [...]
The 8 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 | 12 ++++++++++++ arch/x86/events/intel/core.c | 15 ++++++++++++++- arch/x86/include/asm/Kbuild | 1 + arch/x86/include/asm/orc_header.h | 19 +++++++++++++++++++ arch/x86/kernel/apic/x2apic_phys.c | 5 ++++- arch/x86/kernel/unwind_orc.c | 3 +++ arch/x86/mm/kaslr.c | 8 ++++---- include/asm-generic/vmlinux.lds.h | 3 +++ include/linux/perf_event.h | 6 +++--- scripts/mod/modpost.c | 5 +++++ scripts/orc_hash.sh | 16 ++++++++++++++++ 11 files changed, 84 insertions(+), 9 deletions(-) create mode 100644 arch/x86/include/asm/orc_header.h create mode 100644 scripts/orc_hash.sh