diff options
| author | Eric Dumazet <edumazet@google.com> | 2025-02-05 15:51:17 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-21 14:01:42 +0100 |
| commit | a575827791918418a9565734d941624775c3de28 (patch) | |
| tree | c21131682619178c11f9563242a92379fe34e272 /scripts/patch-kernel | |
| parent | 3c925321a574362f6065dd97e6e764fc5985f0d5 (diff) | |
| download | linux-a575827791918418a9565734d941624775c3de28.tar.gz linux-a575827791918418a9565734d941624775c3de28.tar.bz2 linux-a575827791918418a9565734d941624775c3de28.zip | |
flow_dissector: use RCU protection to fetch dev_net()
[ Upstream commit afec62cd0a4191cde6dd3a75382be4d51a38ce9b ]
__skb_flow_dissect() can be called from arbitrary contexts.
It must extend its RCU protection section to include
the call to dev_net(), which can become dev_net_rcu().
This makes sure the net structure can not disappear under us.
Fixes: 9b52e3f267a6 ("flow_dissector: handle no-skb use case")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250205155120.1676781-10-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
