Hi Shuah,
Any feedback on this patch?.
Thanks,
Osama
On Sat, 17 Jun 2023 at 18:01, Osama Muhammad <osmtendev@xxxxxxxxx> wrote:
Hi,
Yes, I did install the latest kernel headers and TASK_COMM_LEN is not
accessible in userspace.
I looked into the test which uses TASK_COMM_LEN but the test defines
it in its own header file.
Example: https://elixir.bootlin.com/linux/latest/source/tools/testing/selftests/bpf/progs/pyperf.h#L13
TASK_COMM_LEN is defined in include/linux/sched.h, but this header
file is not exposed to userspace.