Ubuntu-focal-kernel/net/unix
Kuniyuki Iwashima 4d89b2a410 af_unix: Remove put_pid()/put_cred() in copy_peercred().
BugLink: https://bugs.launchpad.net/bugs/2081278

[ Upstream commit e4bd881d987121dbf1a288641491955a53d9f8f7 ]

When (AF_UNIX, SOCK_STREAM) socket connect()s to a listening socket,
the listener's sk_peer_pid/sk_peer_cred are copied to the client in
copy_peercred().

Then, the client's sk_peer_pid and sk_peer_cred are always NULL, so
we need not call put_pid() and put_cred() there.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:31 +02:00
..
Kconfig
Makefile
af_unix.c af_unix: Remove put_pid()/put_cred() in copy_peercred(). 2024-09-27 10:50:31 +02:00
diag.c af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). 2024-08-02 16:16:10 +02:00
garbage.c af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). 2024-06-07 15:01:46 +02:00
scm.c af_unix: Do not use atomic ops for unix_sk(sk)->inflight. 2024-06-07 15:01:32 +02:00
scm.h
sysctl_net_unix.c