[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aDL5XBNMbYXn5txr@gmail.com>
Date: Sun, 25 May 2025 13:05:00 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, the arch/x86 maintainers <x86@...nel.org>
Subject: [GIT PULL] x86/debug changes for v6.16
Linus,
Please pull the latest x86/debug Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-debug-2025-05-25
# HEAD: 06aa9378df017ea7482b1bfdcd750104c8b3c407 x86/tracing, x86/mm: Move page fault tracepoints to generic
Move the x86 page fault tracepoints to generic code, because
other architectures would like to make use of them as well.
Thanks,
Ingo
------------------>
Nam Cao (2):
x86/tracing, x86/mm: Remove redundant trace_pagefault_key
x86/tracing, x86/mm: Move page fault tracepoints to generic
arch/x86/include/asm/trace/common.h | 12 ----------
arch/x86/include/asm/trace/irq_vectors.h | 1 -
arch/x86/kernel/Makefile | 1 -
arch/x86/kernel/tracepoint.c | 21 -----------------
arch/x86/mm/Makefile | 2 --
arch/x86/mm/fault.c | 5 +---
.../trace => include/trace/events}/exceptions.h | 27 +++++++---------------
7 files changed, 9 insertions(+), 60 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%)
Powered by blists - more mailing lists