Re: [PATCH net-next v2 0/2] netconsole: replace target_list_lock by RCU on userdata hot path
Breno Leitao <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 05:09:08PM -0700, Jakub Kicinski wrote: > On Wed, 05 Aug 2026 03:58:18 -0700 Breno Leitao wrote: > > I would like to move netconsole to use RCU on the hot path for > > a while instead of target_list_lock. My goal is to have no lock on the > > tx side at all and eventually drop CON_NBCON_ATOMIC_UNSAFE, if that is > > possible [1]. > > Bot says this didn't apply when it was posted. Sorry, let me rebase it and update.