You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hwprov should be protected by rcu_read_lock to prevent possible UAF
Fixes: 4c61d80 ("net: ethtool: Fix suspicious rcu_dereference usage")
Signed-off-by: Li RongQing <[email protected]>
Acked-by: Kory Maincent <[email protected]>
diff with v1: move and use err varialbe, instead of define a new variable
net/ethtool/common.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
0 commit comments