Commit 0b6bc3dbe632 for kernel

commit 0b6bc3dbe6322b283dfe5786a8e2a13d38f469f8
Merge: cb30bf881c5b 4245bf4dc58f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 17 10:12:11 2026 -0700

    Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

    Pull tracing latency update from Steven Rostedt:

     - Add TIMERLAT_ALIGN osnoise option

       Add a timer alignment option for timerlat that makes it work like the
       cyclictest -A option. timelat creates threads to test the latency of
       the kernel. The alignment option will have these threads trigger at
       the alignment offsets from each other. Instead of having each thread
       wake up at the exact same time, if the alignment is set to "20" each
       thread will wake up at 20 microseconds from the previous one.

    * tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
      tracing/osnoise: Add option to align tlat threads