diff options
| author | Breno Leitao <leitao@debian.org> | 2026-05-12 14:12:18 +0300 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-06-11 21:24:38 +0300 |
| commit | bafa5552d646959e320b6376df884844742395bd (patch) | |
| tree | 4507c2844ebc280d61c7b6ac8c5e4e7683cec947 /tools/lib/python/feat | |
| parent | ad6cde306654504209f5602b00d6ceac681e29f2 (diff) | |
| download | linux-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/feat')
0 files changed, 0 insertions, 0 deletions
