Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 May 2025 04:18:59 +0000 (21:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 May 2025 04:18:59 +0000 (21:18 -0700)
Pull x86 debug updates from Ingo Molnar:
 "Move the x86 page fault tracepoints to generic code, because other
  architectures would like to make use of them as well"

* tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/tracing, x86/mm: Move page fault tracepoints to generic
  x86/tracing, x86/mm: Remove redundant trace_pagefault_key

1  2 
arch/x86/mm/Makefile
arch/x86/mm/fault.c

@@@ -28,9 -32,8 +28,7 @@@ obj-y                         += pat
  
  # Make sure __phys_addr has no stackprotector
  CFLAGS_physaddr.o             := -fno-stack-protector
 -CFLAGS_mem_encrypt_identity.o := -fno-stack-protector
  
- CFLAGS_fault.o := -I $(src)/../include/asm/trace
  obj-$(CONFIG_X86_32)          += pgtable_32.o iomap_32.o
  
  obj-$(CONFIG_HUGETLB_PAGE)    += hugetlbpage.o
Simple merge