kernel/include/linux/bpf.h
.. .. @@ -740,7 +740,7 @@ 740 740 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, 741 741 struct bpf_attach_target_info *tgt_info) 742 742 { 743 - return ERR_PTR(-EOPNOTSUPP);743 + return NULL;744 744 } 745 745 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) {} 746 746 #define DEFINE_BPF_DISPATCHER(name)