diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-22 08:40:13 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-22 08:40:13 -0800 |
| commit | d2ba6e9c0ae54b3d0973e23d8806cd9a16b9faef (patch) | |
| tree | 91c968b293638433f4b7ac6066588c92e4e0cd4c /rust/kernel | |
| parent | 189f164e573e18d9f8876dbd3ad8fcbe11f93037 (diff) | |
| parent | 75f3cf0d1561b0a1cfa97ee35d78ca0118e584d5 (diff) | |
Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/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
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions
