[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161171281019.17694.7986629700943704472.git-patchwork-notify@kernel.org>
Date: Wed, 27 Jan 2021 02:00:10 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Xie He <xie.he.0141@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, linux-x25@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org, ms@....tdt.de
Subject: Re: [PATCH net v6] net: lapb: Add locking to the lapb module
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 25 Jan 2021 20:09:39 -0800 you wrote:
> In the lapb module, the timers may run concurrently with other code in
> this module, and there is currently no locking to prevent the code from
> racing on "struct lapb_cb". This patch adds locking to prevent racing.
>
> 1. Add "spinlock_t lock" to "struct lapb_cb"; Add "spin_lock_bh" and
> "spin_unlock_bh" to APIs, timer functions and notifier functions.
>
> [...]
Here is the summary with links:
- [net,v6] net: lapb: Add locking to the lapb module
https://git.kernel.org/netdev/net/c/b491e6a7391e
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