From: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>
Subject: [PATCH net-next 0/4] WireGuard fixes for 7.1-rc1
Date: Tue, 14 Apr 2026 17:39:40 +0200 [thread overview]
Message-ID: <20260414153944.2742252-1-Jason@zx2c4.com> (raw)
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
next reply other threads:[~2026-04-14 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-14 15:39 Jason A. Donenfeld [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260414153944.2742252-1-Jason@zx2c4.com \
--to=jason@zx2c4.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox