Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 6 Jan 2025 18:29:32 -0800 you wrote:
Most of our tests use rtnetlink to read device stats, so they don't expose the drivers much to paths in which device stats are read under RCU. Add tests which hammer profcs reads to make sure drivers:
- don't sleep while reporting stats,
- can handle parallel reads,
- can handle device going down while reading.
[...]
Here is the summary with links: - [net-next,v2] selftests: drv-net: test drivers sleeping in ndo_get_stats64 https://git.kernel.org/netdev/net-next/c/31eae6d99587
You are awesome, thank you!