diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-12-18 03:25:08 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-19 04:22:51 +0100 |
commit | 5eb70dbebf32c2fd1f2814c654ae17fc47d6e859 (patch) | |
tree | 76175d9523c626ae65b0f8f982a69cfee2236ecf /net/core/timestamping.c | |
parent | net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg... (diff) | |
download | linux-5eb70dbebf32c2fd1f2814c654ae17fc47d6e859.tar.xz linux-5eb70dbebf32c2fd1f2814c654ae17fc47d6e859.zip |
netdev-genl: avoid empty messages in queue dump
Empty netlink responses from do() are not correct (as opposed to
dump() where not dumping anything is perfectly fine).
We should return an error if the target object does not exist,
in this case if the netdev is down it has no queues.
Fixes: 6b6171db7fc8 ("netdev-genl: Add netlink framework functions for queue")
Reported-by: syzbot+0a884bc2d304ce4af70f@syzkaller.appspotmail.com
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20241218022508.815344-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/timestamping.c')
0 files changed, 0 insertions, 0 deletions