On 5/24/24 09:20, Quentin Monnet wrote:
2024-05-24 00:09 UTC+0100 ~ Kui-Feng Lee <thinker.li@xxxxxxxxx>
To support epoll, a new instance of file_operations, bpf_link_fops_poll,
has been added for links that support epoll. The pid_iter.bpf.c checks
f_ops for links and other BPF objects. The check should fail for struct_ops
links without this patch.
Cc: Quentin Monnet <qmo@xxxxxxxxxx>
Signed-off-by: Kui-Feng Lee <thinker.li@xxxxxxxxx>
The bpftool change looks OK to me, thanks!
Although I wouldn't call it a "fix" (in the commit object).
Got it! I would love to change it.
Acked-by: Quentin Monnet <qmo@xxxxxxxxxx>
Thank you for the review.