From: Gabriele Monaco <gmonaco@redhat.com>
To: linux-kernel@vger.kernel.org, Steven Rostedt <rostedt@goodmis.org>
Cc: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
Subject: [GIT PULL] rv fixes for v7.0-rc1
Date: Fri, 20 Feb 2026 13:18:29 +0100 [thread overview]
Message-ID: <20260220121828.123477-2-gmonaco@redhat.com> (raw)
Steve,
The following changes since commit 403faa575738a7f92267b2ca2ee56cd1b9373078:
rv: Fix documentation reference in da_monitor.h (2026-01-12 07:44:09 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gmonaco/linux.git rv-fixes-7.0-rc1
for you to fetch changes up to 75f3cf0d1561b0a1cfa97ee35d78ca0118e584d5:
rv: Fix multiple definition of __pcpu_unique_da_mon_this (2026-02-20 13:12:00 +0100)
----------------------------------------------------------------
rv fixes for v7.0-rc1
Summary of changes:
- 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.
----------------------------------------------------------------
Mikhail Gavrilov (1):
rv: Fix multiple definition of __pcpu_unique_da_mon_this
include/rv/da_monitor.h | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
reply other threads:[~2026-02-20 12:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260220121828.123477-2-gmonaco@redhat.com \
--to=gmonaco@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mikhail.v.gavrilov@gmail.com \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome