diff options
| author | Breno Leitao <leitao@debian.org> | 2026-05-12 04:12:18 -0700 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-06-11 14:24:38 -0400 |
| commit | bafa5552d646959e320b6376df884844742395bd (patch) | |
| tree | 4507c2844ebc280d61c7b6ac8c5e4e7683cec947 /tools/perf/scripts/python/task-analyzer.py | |
| parent | ad6cde306654504209f5602b00d6ceac681e29f2 (diff) | |
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/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
