public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] WireGuard fixes for 7.1-rc1
@ 2026-04-14 15:39 Jason A. Donenfeld
  2026-04-14 15:39 ` [PATCH net-next 1/4] wireguard: allowedips: Use kfree_rcu() instead of call_rcu() Jason A. Donenfeld
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2026-04-14 15:39 UTC (permalink / raw)
  To: netdev, kuba, pabeni; +Cc: Jason A. Donenfeld

Hi Jakub,

Please find 4 simple patches attached:

1) Asbjørn's YNL sample, finally merged. Sorry for the wait on this one.

2) A simplification to use kfree_rcu instead of call_rcu, since
   kfree_rcu now works with kmem caches.

3) A trivial formatting derp.

4) Fix for a deadlock by moving to using exit_rtnl instead of pre_exit.

Please apply these!

Thanks,
Jason

Asbjørn Sloth Tønnesen (1):
  tools: ynl: add sample for wireguard

Fushuai Wang (1):
  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()

Jason A. Donenfeld (1):
  wireguard: allowedips: remove redundant space in comment

Shardul Bankar (1):
  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock
    in pre_exit

 drivers/net/wireguard/allowedips.c          |   9 +-
 drivers/net/wireguard/device.c              |   8 +-
 drivers/net/wireguard/selftest/allowedips.c |   2 +-
 tools/net/ynl/tests/.gitignore              |   1 +
 tools/net/ynl/tests/wireguard.c             | 106 ++++++++++++++++++++
 5 files changed, 113 insertions(+), 13 deletions(-)
 create mode 100644 tools/net/ynl/tests/wireguard.c

-- 
2.53.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-14 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 15:39 [PATCH net-next 0/4] WireGuard fixes for 7.1-rc1 Jason A. Donenfeld
2026-04-14 15:39 ` [PATCH net-next 1/4] wireguard: allowedips: Use kfree_rcu() instead of call_rcu() Jason A. Donenfeld
2026-04-14 15:39 ` [PATCH net-next 2/4] tools: ynl: add sample for wireguard Jason A. Donenfeld
2026-04-14 15:39 ` [PATCH net-next 3/4] wireguard: allowedips: remove redundant space Jason A. Donenfeld
2026-04-14 15:39 ` [PATCH net-next 4/4] wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit Jason A. Donenfeld
2026-04-14 18:50 ` [PATCH net-next 0/4] WireGuard fixes for 7.1-rc1 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox