diff options
| author | Yafang Shao <[email protected]> | 2022-01-20 02:08:33 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2022-01-20 06:52:53 +0000 |
| commit | d068144d3b2cae09062ed936a3865c093ff69590 (patch) | |
| tree | 42b089f3e3f4a82553c10a095e7192d681e23c7d /fs/proc/array.c | |
| parent | fs/binfmt_elf: replace open-coded string copy with get_task_comm (diff) | |
| download | kernel-d068144d3b2cae09062ed936a3865c093ff69590.tar.gz kernel-d068144d3b2cae09062ed936a3865c093ff69590.zip | |
samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
bpf_probe_read_kernel_str() will add a nul terminator to the dst, then
we don't care about if the dst size is big enough. This patch also
replaces the hard-coded 16 with TASK_COMM_LEN to make it grepable.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Yafang Shao <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Andrii Nakryiko <[email protected]>
Cc: Michal Miroslaw <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Dennis Dalessandro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
