On Tue, 05 May 2026 04:12:41 -0700 Breno Leitao wrote: > Convert LLC 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() > - Add linux/uio.h for copy_to_iter()
kdoc needs to be adjusted here. When you repost could you split the CAN stuff out and send it to Marc and co. ? We don't normally take CAN patches directly. -- pw-bot: cr

