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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
af_unix.c | ||
diag.c | ||
garbage.c | ||
scm.c | ||
scm.h | ||
sysctl_net_unix.c | ||
unix_bpf.c |