From: Linus Torvalds Date: Sun, 22 Feb 2026 16:40:13 +0000 (-0800) Subject: Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=d2ba6e9c0ae54b3d0973e23d8806cd9a16b9faef;p=linux-2.6-microblaze.git Merge tag 'trace-rv-7.0-2' of git://git./linux/kernel/git/trace/linux-trace Pull runtime verifier fix from Steven Rostedt: - Fix multiple definition of __pcpu_unique_da_mon_this After refactoring monitors, we used static per-cpu variables with the same names across different per-cpu monitors. This is explicitly disallowed for modules on some architectures (alpha) or if CONFIG_DEBUG_FORCE_WEAK_PER_CPU is enabled (e.g. Fedora's debug kernel). Make sure all those variables have different names to avoid compilation issues. * tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: rv: Fix multiple definition of __pcpu_unique_da_mon_this --- d2ba6e9c0ae54b3d0973e23d8806cd9a16b9faef