[PATCH net-next 0/4] netdev: address a handful of nit picks
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-06-09 19:08:09
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-06-09 19:08:09
I got slightly concerned about the state of the netdev-genl implementation
after Gemini found the bug fixed by commit c849de7d8757 ("netdev: fix
double-free in netdev_nl_bind_rx_doit()"). I fed the file into a couple
of models to make sure we're not sitting on more bugs. The models haven't
found anything worthy of a Fixes tag but some of the nit picks are
borderline worth addressing.
Jakub Kicinski (4):
netdev: check for nla_put_u32() failures
netdev: correct error code in netdev_nl_queue_fill_lease()
netdev: avoid skipping objects on race with device disappearance
netdev: don't use dev->flags for IFF_UP
net/core/netdev-genl.c | 47 +++++++++++++++++++++++++++++++++---------
1 file changed, 37 insertions(+), 10 deletions(-)
--
2.54.0