[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210628111446.357b2418@oasis.local.home>
Date: Mon, 28 Jun 2021 11:14:46 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Tanner Love <tannerlove.kernel@...il.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Mahesh Bandewar <maheshb@...gle.com>,
"Darrick J . Wong" <djwong@...nel.org>,
Arnd Bergmann <arnd@...db.de>, Petr Mladek <pmladek@...e.com>,
Sergey Senozhatsky <senozhatsky@...omium.org>,
John Ogness <john.ogness@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Jakub Kicinski <kuba@...nel.org>,
Andrii Nakryiko <andriin@...com>,
Antoine Tenart <atenart@...nel.org>,
Alexander Lobakin <alobakin@...me>,
Wei Wang <weiwan@...gle.com>, Taehee Yoo <ap420073@...il.com>,
Yunsheng Lin <linyunsheng@...wei.com>,
Willem de Bruijn <willemb@...gle.com>,
Tanner Love <tannerlove@...gle.com>
Subject: Re: [PATCH net-next v3 1/2] once: implement DO_ONCE_LITE for
non-fast-path "do once" functionality
On Mon, 28 Jun 2021 09:50:06 -0400
Tanner Love <tannerlove.kernel@...il.com> wrote:
> Certain uses of "do once" functionality reside outside of fast path,
> and so do not require jump label patching via static keys, making
> existing DO_ONCE undesirable in such cases.
>
> Replace uses of __section(".data.once") with DO_ONCE_LITE(_IF)?
I hate the name "_LITE" but can't come up with something better.
Maybe: DO_ONCE_SLOW() ??
Anyway, besides my bike-shedding comment above...
Acked-by: Steven Rostedt (VMware) <rostedt@...dmis.org>
-- Steve
Powered by blists - more mailing lists