Centos-kernel-stream-9/net/unix
Jeff Moyer c46aaba751 net: change proto and proto_ops accept type
JIRA: https://issues.redhat.com/browse/RHEL-64867
Conflicts: RHEL is missing commit 1ded5e5a5931 ("net: annotate
data-races around sock->ops"), which accounts for the differences in
ops structure dereferencing.

commit 92ef0fd55ac80dfc2e4654edfe5d1ddfa6e070fe
Author: Jens Axboe <axboe@kernel.dk>
Date:   Thu May 9 09:20:08 2024 -0600

    net: change proto and proto_ops accept type
    
    Rather than pass in flags, error pointer, and whether this is a kernel
    invocation or not, add a struct proto_accept_arg struct as the argument.
    This then holds all of these arguments, and prepares accept for being
    able to pass back more information.
    
    No functional changes in this patch.
    
    Acked-by: Jakub Kicinski <kuba@kernel.org>
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2024-12-02 11:12:33 -05:00
..
Kconfig
Makefile af_unix: Implement ->psock_update_sk_prot() 2022-05-12 17:29:44 +02:00
af_unix.c net: change proto and proto_ops accept type 2024-12-02 11:12:33 -05:00
diag.c af_unix: fix lockdep positive in sk_diag_dump_icons() 2024-06-06 11:51:40 +02:00
garbage.c af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). 2024-06-18 15:54:16 +02:00
scm.c io_uring/unix: drop usage of io_uring socket 2024-05-15 13:58:16 -04:00
scm.h
sysctl_net_unix.c
unix_bpf.c bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser() 2023-06-14 10:44:28 +02:00