diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2026-07-03 07:42:04 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2026-07-03 07:46:27 +0200 |
| commit | 2bb62a85aff6d4c14a62a476dfabaada3c1cc014 (patch) | |
| tree | 89fe2bb7d5d671e24077d57a276c08c48561ab27 /include/net | |
| parent | 08bc5b2636afcbadc31bb17243eec094e048bd79 (diff) | |
| parent | 87320be9f0d24fce67631b7eef919f0b79c3e45c (diff) | |
| download | linux-2bb62a85aff6d4c14a62a476dfabaada3c1cc014.tar.gz linux-2bb62a85aff6d4c14a62a476dfabaada3c1cc014.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR (net-7.2-rc2).
No conflicts.
Adjacent changes:
MAINTAINERS:
56114690ff3c ("MAINTAINERS: Update Marvell octeontx2 driver maintainers")
eb56577ae9a5 ("ehea: remove the ehea driver")
net/core/netpoll.c:
45f1458a8501 ("netpoll: fix a use-after-free on shutdown path")
84c0ff1efb62 ("netpoll: do not warn when the best-effort pool refill fails")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/tcp_ao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp_ao.h b/include/net/tcp_ao.h index 29fd7b735afa..9a2333e62e99 100644 --- a/include/net/tcp_ao.h +++ b/include/net/tcp_ao.h @@ -145,6 +145,7 @@ struct tcp_ao_info { u32 snd_sne; u32 rcv_sne; refcount_t refcnt; /* Protects twsk destruction */ + struct rcu_head rcu; }; #ifdef CONFIG_TCP_MD5SIG |
