Consider using the `bpf_probe_read_user` helper function within your bpf program. It is [recommended](https://lore.kernel.org/bpf/YsUy8jBpt11zoc5E@infradead.org/T/#t) to use this over `bpf_probe_read`. It is also recommended within the man pages: [`bpf-helpers(7)`](https://man7.org/linux/man-pages/man7/bpf-helpers.7.html)
Consider using the
bpf_probe_read_userhelper function within your bpf program. It is recommended to use this overbpf_probe_read.It is also recommended within the man pages:
bpf-helpers(7)