]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Apr 2026 21:47:52 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Apr 2026 21:47:52 +0000 (14:47 -0700)
commit1e18ed5727e827d627e4897bfed9d001d5d51d65
tree43a898ec996f9fba0faa6576acb2ecfb2a8474f4
parent38ee6e1fb6f66ca6c82ad638a3c622feeaa488f2
parent5335e318ad3cf12d905de27e3be4e7fd7b1c6746
Merge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull ring-buffer fix from Steven Rostedt:

 - Make undefsyms_base.c into a real file

   The file undefsyms_base.c is used to catch any symbols used by a
   remote ring buffer that is made for use of a pKVM hypervisor. As it
   doesn't share the same text as the rest of the kernel, referencing
   any symbols within the kernel will make it fail to be built for the
   standalone hypervisor.

   A file was created by the Makefile that checked for any symbols that
   could cause issues. There's no reason to have this file created by
   the Makefile, just create it as a normal file instead.

* tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: Make undefsyms_base.c a first-class citizen