diff options
author | Kuniyuki Iwashima <kuniyu@google.com> | 2025-09-16 21:47:24 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-17 18:10:22 -0700 |
commit | 108a86c71c93ff28087994e6107bc99ebe336629 (patch) | |
tree | f62baedd5c05bddf23f6ea2e87cff6c263c21c33 /rust/kernel/workqueue.rs | |
parent | c65f27b9c3be2269918e1cbad6d8884741f835c5 (diff) |
mptcp: Call dst_release() in mptcp_active_enable().
mptcp_active_enable() calls sk_dst_get(), which returns dst with its
refcount bumped, but forgot dst_release().
Let's add missing dst_release().
Cc: stable@vger.kernel.org
Fixes: 27069e7cb3d1 ("mptcp: disable active MPTCP in case of blackhole")
Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250916214758.650211-7-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/kernel/workqueue.rs')
0 files changed, 0 insertions, 0 deletions