[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZO4PfUHs7cDLAQXN@smile.fi.intel.com>
Date: Tue, 29 Aug 2023 18:32:13 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Yury Norov <yury.norov@...il.com>
Cc: linux-kernel@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: Re: [PATCH v4 5/8] bitmap: replace _reg_op(REG_OP_RELEASE) with
bitmap_clear()
On Mon, Aug 28, 2023 at 07:39:08PM -0700, Yury Norov wrote:
> _reg_op(REG_OP_RELEASE) duplicates bitmap_clear().
...
> - __reg_op(bitmap, pos, order, REG_OP_RELEASE);
> + bitmap_clear(bitmap, pos, pos + BIT(order));
Is it still buggy?
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists