* Nam Cao <nam...@linutronix.de> wrote:
> On Fri, May 16, 2025 at 10:21:36AM +0200, Ingo Molnar wrote: > > > > * Nam Cao <nam...@linutronix.de> wrote: > > > > > Nam Cao (22): > > > x86/tracing: Remove redundant trace_pagefault_key > > > x86/tracing: Move page fault trace points to generic > > > > Does the renaming of the tracepoint class from 'x86_exceptions' to > > 'exceptions' have any negative effects on tooling? > > No, tracepoint class name doesn't affect userspace. The tracepoints' names > seen from userspace are the same after the patches: > exceptions:page_fault_kernel > exceptions:page_fault_user Perfect, thank you! Since there's been no new review feedback about these two patches since -v5, I've applied them to tip:x86/debug, with a v6.15-rc6 base, because IMO they make sense independently of your series as well. Thanks, Ingo