Re: [PATCH V2] samples: bpf: fix: broken sample regarding removed function

2019-02-27 Thread Daniel Borkmann
On 02/27/2019 08:52 AM, Daniel T. Lee wrote: > 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

[PATCH V2] samples: bpf: fix: broken sample regarding removed function

2019-02-26 Thread Daniel T. Lee
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