summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2026-05-20 09:53:50 -0700
committerJakub Kicinski <kuba@kernel.org>2026-05-22 11:11:10 -0700
commit4b94edae0b6ceed7fba668bd8e2b10debe3252df (patch)
treedd4b69fdb3789e86a03826a69242aaa29b7f13d8 /scripts/patch-kernel
parentf83e9cd645931f87381b057d6a94496b59f1aeb3 (diff)
rxrpc: convert to getsockopt_iter
Convert RxRPC socket's getsockopt implementation to use the new getsockopt_iter callback with sockopt_t. Key changes: - Replace (char __user *optval, int __user *optlen) with sockopt_t *opt - Use opt->optlen for buffer length (input) and returned size (output) - Use copy_to_iter() instead of put_user()/copy_to_user() Acked-by: Stanislav Fomichev <sdf@fomichev.me> Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://patch.msgid.link/20260520-getsock_four-v3-5-b8c0b16b7780@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions