diff options
author | Dave Airlie <airlied@redhat.com> | 2025-03-12 09:43:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2025-03-12 09:43:12 +1000 |
commit | 626fb115662c9fd44fcbdd744d96a45b0427b504 (patch) | |
tree | 6432ee86358d0c2181a10f915bf1e288409eba89 /net/unix/af_unix.c | |
parent | e5dc4f665da3f230aaac183c7587571af7148227 (diff) | |
parent | 80e54e84911a923c40d7bee33a34c1b4be148d7a (diff) |
Backmerge tag 'v6.14-rc6' into drm-next
This is a backmerge from Linux 6.14-rc6, needed for the nova PR.
Signed-off-by: Dave Airlie <airlied@redhat.com>
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 34945de1fb1f..f0e613d97664 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -2102,6 +2102,7 @@ restart_locked: goto out_sock_put; } + sock_put(other); goto lookup; } |