[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164407561047.28243.2487705910471283005.git-patchwork-notify@kernel.org>
Date: Sat, 05 Feb 2022 15:40:10 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
edumazet@...gle.com
Subject: Re: [PATCH v2 net-next 0/3] net: device tracking improvements
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:
On Fri, 4 Feb 2022 14:42:34 -0800 you wrote:
> From: Eric Dumazet <edumazet@...gle.com>
>
> Main goal of this series is to be able to detect the following case
> which apparently is still haunting us.
>
> dev_hold_track(dev, tracker_1, GFP_ATOMIC);
> dev_hold(dev);
> dev_put(dev);
> dev_put(dev); // Should complain loudly here.
> dev_put_track(dev, tracker_1); // instead of here (as before this series)
>
> [...]
Here is the summary with links:
- [v2,net-next,1/3] ref_tracker: implement use-after-free detection
https://git.kernel.org/netdev/net-next/c/e3ececfe668f
- [v2,net-next,2/3] ref_tracker: add a count of untracked references
https://git.kernel.org/netdev/net-next/c/8fd5522f44dc
- [v2,net-next,3/3] net: refine dev_put()/dev_hold() debugging
https://git.kernel.org/netdev/net-next/c/4c6c11ea0f7b
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