mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
1ad84a151a
The context info allows continuing DUMP requests, shall they fill the
netlink buffer.
In the case of filtered DUMP requests, a reference on the netdev is
grabbed in the .start() callback and release in .done().
Unfiltered DUMP request don't need the dev pointer to be set in the context
info, doing so will trigger an unwanted netdev_put() in .done().
Reported-by: syzbot+e9ed4e4368d450c8f9db@syzkaller.appspotmail.com
Closes: https://lore.kernel.org/netdev/000000000000d3bf150621d361a7@google.com/
Fixes:
|
||
---|---|---|
.. | ||
bitset.c | ||
bitset.h | ||
cabletest.c | ||
channels.c | ||
cmis.h | ||
cmis_cdb.c | ||
cmis_fw_update.c | ||
coalesce.c | ||
common.c | ||
common.h | ||
debug.c | ||
eee.c | ||
eeprom.c | ||
features.c | ||
fec.c | ||
ioctl.c | ||
linkinfo.c | ||
linkmodes.c | ||
linkstate.c | ||
Makefile | ||
mm.c | ||
module.c | ||
module_fw.h | ||
netlink.c | ||
netlink.h | ||
pause.c | ||
phc_vclocks.c | ||
phy.c | ||
plca.c | ||
privflags.c | ||
pse-pd.c | ||
rings.c | ||
rss.c | ||
stats.c | ||
strset.c | ||
tsinfo.c | ||
tunnels.c | ||
wol.c |