Access user space data without sleeping
Access user space data without sleeping
Posted Oct 30, 2020 11:23 UTC (Fri) by wEddy (guest, #135401)In reply to: Access user space data without sleeping by epa
Parent article: Relief for insomniac tracepoints
copy_from_user_nofault() maybe? bpftrace can use it by bpf_probe_read_user() helper.