Skip to content

Commit 354a018

Browse files
author
CKI KWF Bot
committed
Merge: tcp: stable backports from upstream for 10.1 phase 2
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1125 JIRA: https://issues.redhat.com/browse/RHEL-96601 Addressing a single critical issue Signed-off-by: Paolo Abeni <pabeni@redhat.com> Approved-by: Florian Westphal <fwestpha@redhat.com> Approved-by: Hangbin Liu <haliu@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents af31bfc + e5998d5 commit 354a018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net/ipv4/tcp_offload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ static void tcp4_check_fraglist_gro(struct list_head *head, struct sk_buff *skb,
435435
iif, sdif);
436436
NAPI_GRO_CB(skb)->is_flist = !sk;
437437
if (sk)
438-
sock_put(sk);
438+
sock_gen_put(sk);
439439
}
440440

441441
INDIRECT_CALLABLE_SCOPE

net/ipv6/tcpv6_offload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void tcp6_check_fraglist_gro(struct list_head *head, struct sk_buff *skb,
4242
iif, sdif);
4343
NAPI_GRO_CB(skb)->is_flist = !sk;
4444
if (sk)
45-
sock_put(sk);
45+
sock_gen_put(sk);
4646
#endif /* IS_ENABLED(CONFIG_IPV6) */
4747
}
4848

0 commit comments

Comments
 (0)