[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZJ2hE5sUnd86Nc0O@corigine.com>
Date: Thu, 29 Jun 2023 17:19:47 +0200
From: Simon Horman <simon.horman@...igine.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Christian Brauner <brauner@...nel.org>
Subject: Re: [PATCH v1 1/2] net/core: Make use of assign_bit() API
On Thu, Jun 29, 2023 at 04:22:39PM +0300, Andy Shevchenko wrote:
> We have for some time the assign_bit() API to replace open coded
>
> if (foo)
> set_bit(n, bar);
> else
> clear_bit(n, bar);
>
> Use this API in the code. No functional change intended.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Hi Andy,
I'm assuming this is targeted at 'net-next', as opposed to 'net', which is
for fixes. In any case, the target tree should be included in the subject.
Subject: [PATCH net-next v2] ...
If it is for net-next, then please repost when net-next reopens after July 10th.
Link: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
--
pw-bot: deferred
Powered by blists - more mailing lists