[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166029781440.21057.2862076834998387336.git-patchwork-notify@kernel.org>
Date: Fri, 12 Aug 2022 09:50:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Mikulas Patocka <mpatocka@...hat.com>
Cc: santosh.shilimkar@...cle.com, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, rds-devel@....oracle.com
Subject: Re: [PATCH] rds: add missing barrier to release_refill
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Wed, 10 Aug 2022 09:00:42 -0400 (EDT) you wrote:
> The functions clear_bit and set_bit do not imply a memory barrier, thus it
> may be possible that the waitqueue_active function (which does not take
> any locks) is moved before clear_bit and it could miss a wakeup event.
>
> Fix this bug by adding a memory barrier after clear_bit.
>
> Signed-off-by: Mikulas Patocka <mpatocka@...hat.com>
> Cc: stable@...r.kernel.org
Here is the summary with links:
- rds: add missing barrier to release_refill
https://git.kernel.org/netdev/net/c/9f414eb409da
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists