diff options
author | 2025-02-27 10:14:23 -0800 | |
---|---|---|
committer | 2025-02-27 10:20:58 -0800 | |
commit | 357660d7596bd40d1004762739e426b1fbe10a14 (patch) | |
tree | feb18577cb2b07ee34bf9d64f8d79f39811583cc /net/unix/af_unix.c | |
parent | net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only (diff) | |
parent | Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
download | linux-rng-357660d7596bd40d1004762739e426b1fbe10a14.tar.xz linux-rng-357660d7596bd40d1004762739e426b1fbe10a14.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR (net-6.14-rc5).
Conflicts:
drivers/net/ethernet/cadence/macb_main.c
fa52f15c745c ("net: cadence: macb: Synchronize stats calculations")
75696dd0fd72 ("net: cadence: macb: Convert to get_stats64")
https://lore.kernel.org/20250224125848.68ee63e5@canb.auug.org.au
Adjacent changes:
drivers/net/ethernet/intel/ice/ice_sriov.c
79990cf5e7ad ("ice: Fix deinitializing VF in error path")
a203163274a4 ("ice: simplify VF MSI-X managing")
net/ipv4/tcp.c
18912c520674 ("tcp: devmem: don't write truncated dmabuf CMSGs to userspace")
297d389e9e5b ("net: prefix devmem specific helpers")
net/mptcp/subflow.c
8668860b0ad3 ("mptcp: reset when MPTCP opts are dropped after join")
c3349a22c200 ("mptcp: consolidate subflow cleanup")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 319153850be1..7f8f3859cdb3 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -2101,6 +2101,7 @@ restart_locked: goto out_sock_put; } + sock_put(other); goto lookup; } |