From: Peter Zijlstra <peterz@infradead.org>
To: Marco Elver <elver@google.com>
Cc: Paul McKenney <paulmck@kernel.org>, linux-kernel@vger.kernel.org
Subject: Re: RCU vs data_race()
Date: Fri, 18 Jun 2021 13:26:10 +0200 [thread overview]
Message-ID: <YMyC0iux0wKzc1JG@hirez.programming.kicks-ass.net> (raw)
In-Reply-To: <YMxgbuEdrq8k3eZp@elver.google.com>
On Fri, Jun 18, 2021 at 10:59:26AM +0200, Marco Elver wrote:
> On Fri, Jun 18, 2021 at 10:24AM +0200, Peter Zijlstra wrote:
> > Hi Paul,
> >
> > Due to a merge conflict I had to look at some recent RCU code, and I saw
> > you went a little overboard with data_race(). How's something like the
> > below look to you?
>
> I commented below. The main thing is just using the __no_kcsan function
> attribute if it's only about accesses within the function (and not
> also about called functions elsewhere).
>
> Using the attribute also improves performance slightly (not that it
> matters much in a KCSAN-enabled kernel) due to no instrumentation.
Aah yes ofcourse! Much better still.
> > The idea being that we fundamentally don't care about data races for
> > debug/error condition prints, so marking every single variable access is
> > just clutter.
>
> Having data_race() around the pr_* helpers seems reasonable, if you
> worry about future unnecessary markings that might pop up due to them.
Right, so I did them on WARN and higher, figuring that those really only
happen when there's smoething wrong and we're way past caring about
data races. Paul has a few pr_info() users that are heavy on
data_race(), but your __no_kcsan attribute suggestion helps with that.
next prev parent reply other threads:[~2021-06-18 11:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-18 8:24 Peter Zijlstra
2021-06-18 8:59 ` Marco Elver
2021-06-18 11:26 ` Peter Zijlstra [this message]
2021-06-18 20:48 ` Paul E. McKenney
2021-06-20 19:14 ` Peter Zijlstra
2021-06-20 21:01 ` Paul E. McKenney
2021-06-21 7:28 ` Peter Zijlstra
2021-06-21 13:37 ` Paul E. McKenney
2021-07-06 8:00 ` Peter Zijlstra
2021-07-06 8:44 ` Marco Elver
2021-07-06 10:33 ` Peter Zijlstra
2021-07-06 14:03 ` Paul E. McKenney
2021-07-06 8:37 ` Peter Zijlstra
2021-07-06 14:16 ` Paul E. McKenney
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=YMyC0iux0wKzc1JG@hirez.programming.kicks-ass.net \
--to=peterz@infradead.org \
--cc=elver@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulmck@kernel.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
all inboxes | Powered by JetHome®