j
k
j a
j l
On Mon, Nov 07, 2022 at 05:20:31PM +0800, Yang Jihong wrote:
+bool bpf_jit_supports_kfunc_call(void) +{ return true;
+bool bpf_jit_supports_kfunc_call(void) +{
It would be far cleaner to make this:
return IS_ENABLED(CONFIG_AEABI);
So userspace knows that it isn't supported on OABI.
Back to the thread
Back to the list