Martin KaFai Lau <kafai@xxxxxx> writes: > This patch adds support to BPF verifier to allow bpf program calling > kernel function directly. Hi Martin This is exciting stuff! :) Just one quick question about this: > [ For the future calling function-in-kernel-module support, an array > of module btf_fds can be passed at the load time and insn->off > can be used to index into this array. ] Is adding the support for extending this to modules also on your radar, or is this more of an "in case someone needs it" comment? :) -Toke