diff options
| author | Daniel T. Lee <[email protected]> | 2019-02-27 07:52:26 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2019-02-27 16:27:22 +0000 |
| commit | d2e614cb0795d935aee879e47aab231247274f13 (patch) | |
| tree | 3004ab61b1ad0e1611083510111f3faa8d3c61d0 /tools/bpf/bpftool/prog.c | |
| parent | Merge branch 'bpf-prog-stats' (diff) | |
| download | kernel-d2e614cb0795d935aee879e47aab231247274f13.tar.gz kernel-d2e614cb0795d935aee879e47aab231247274f13.zip | |
samples: bpf: fix: broken sample regarding removed function
Currently, running sample "task_fd_query" and "tracex3" occurs the
following error. On kernel v5.0-rc* this sample will be unavailable
due to the removal of function 'blk_start_request' at commit "a1ce35f".
(function removed, as "Single Queue IO scheduler" no longer exists)
$ sudo ./task_fd_query
failed to create kprobe 'blk_start_request' error 'No such file or
directory'
This commit will change the function 'blk_start_request' to
'blk_mq_start_request' to fix the broken sample.
Signed-off-by: Daniel T. Lee <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions
