linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Markus Elfring <Markus.Elfring@web.de>
To: Matthew Wilcox <willy@infradead.org>,
	kernel-janitors@vger.kernel.org,
	Boqun Feng <boqun.feng@gmail.com>,
	Johannes Berg <johannes.berg@intel.com>,
	Peter Zijlstra <peterz@infradead.org>,
	"Paul E. McKenney" <paulmck@kernel.org>,
	Uladzislau Rezki <urezki@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org, maple-tree@lists.infradead.org
Subject: Re: [v2 2/5] rosebush: Add new data structure
Date: Mon, 1 Jul 2024 07:21:18 +0200	[thread overview]
Message-ID: <8ced519f-47f2-4a74-be6d-4be5958009ba@web.de> (raw)
In-Reply-To: <ZoIHLiTvNm0IE0CD@casper.infradead.org>

>> Under which circumstances would you become interested to apply a statement
>> like “guard(rcu)();”?
>
> Under no circumstances.

I imagine that further contributors would like to discuss collateral evolution
also according to the support for applications of scope-based resource management.
https://elixir.bootlin.com/linux/v6.10-rc6/source/include/linux/rcupdate.h#L1093

See also the commit 80cd613a9ae091dbf52e27a409d58da988ffc8f3 ("rcu:
Mollify sparse with RCU guard") from 2024-04-15.

Regards,
Markus

  reply	other threads:[~2024-07-01  5:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 21:17 [PATCH v2 0/5] Rosebush, a new hash table Matthew Wilcox (Oracle)
2024-06-25 21:17 ` [PATCH v2 1/5] tools: Add kernel stubs needed for rosebush Matthew Wilcox (Oracle)
2024-06-25 21:17 ` [PATCH v2 2/5] rosebush: Add new data structure Matthew Wilcox (Oracle)
2024-06-25 23:36   ` Dr. David Alan Gilbert
2024-06-26 13:16     ` Matthew Wilcox
2024-06-26 13:07   ` Matthew Wilcox
2024-06-29 19:45   ` Markus Elfring
2024-07-01  1:32     ` Matthew Wilcox
2024-07-01  5:21       ` Markus Elfring [this message]
2024-07-01 14:18         ` [v2 " Paul E. McKenney
2024-07-02  1:04   ` [PATCH v2 " Bagas Sanjaya
2024-06-25 21:17 ` [PATCH v2 3/5] rosebush: Add test suite Matthew Wilcox (Oracle)
2024-06-28 15:18   ` Pankaj Raghav (Samsung)
2024-06-29  5:13   ` Jeff Johnson
2024-06-25 21:17 ` [PATCH v2 4/5] tools: Add support for running rosebush tests in userspace Matthew Wilcox (Oracle)
2024-06-29  5:15   ` Jeff Johnson
2024-06-25 21:18 ` [PATCH v2 5/5] dcache: Convert to use rosebush Matthew Wilcox (Oracle)

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=8ced519f-47f2-4a74-be6d-4be5958009ba@web.de \
    --to=markus.elfring@web.de \
    --cc=boqun.feng@gmail.com \
    --cc=johannes.berg@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maple-tree@lists.infradead.org \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=urezki@gmail.com \
    --cc=willy@infradead.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;
as well as URLs for NNTP newsgroup(s).