summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2026-05-12 14:12:18 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2026-06-11 21:24:38 +0300
commitbafa5552d646959e320b6376df884844742395bd (patch)
tree4507c2844ebc280d61c7b6ac8c5e4e7683cec947 /tools/lib/python
parentad6cde306654504209f5602b00d6ceac681e29f2 (diff)
downloadlinux-bafa5552d646959e320b6376df884844742395bd.tar.xz
Bluetooth: ISO: convert to getsockopt_iter
Convert ISO 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() Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions