[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <74654397-dc74-41ec-b527-f1bf634fb509@acm.org>
Date: Wed, 24 Jul 2024 07:50:27 -0700
From: Bart Van Assche <bvanassche@....org>
To: YangYang <yang.yang@...o.com>, kernel test robot <oliver.sang@...el.com>
Cc: oe-lkp@...ts.linux.dev, lkp@...el.com, linux-kernel@...r.kernel.org,
linux-block@...r.kernel.org
Subject: Re: [bvanassche:block-for-next] [sbitmap] e992c326a3:
BUG:workqueue_lockup-pool
On 7/24/24 2:29 AM, YangYang wrote:
> The patch in above branch is different from:
> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?h=for-next&id=72d04bdcf3f7d7e07d82f9757946f68802a7270a
>
> return (READ_ONCE(map->word) & word_mask) == word_mask;
> should be
> return (READ_ONCE(map->word) & word_mask) != word_mask;
Hi Yang,
Thanks for having taken a look. That branch should not have been
published so I deleted it.
Thanks,
Bart.
Powered by blists - more mailing lists