All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers <x86@kernel.org>
Subject: [GIT PULL] x86/debug changes for v6.16
Date: Sun, 25 May 2025 13:05:00 +0200	[thread overview]
Message-ID: <aDL5XBNMbYXn5txr@gmail.com> (raw)

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%)

             reply	other threads:[~2025-05-25 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-25 11:05 Ingo Molnar [this message]
2025-05-27  5:03 ` [GIT PULL] x86/debug changes for v6.16 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aDL5XBNMbYXn5txr@gmail.com \
    --to=mingo@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.