hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/bpf.h
....@@ -740,7 +740,7 @@
740740 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key,
741741 struct bpf_attach_target_info *tgt_info)
742742 {
743
- return ERR_PTR(-EOPNOTSUPP);
743
+ return NULL;
744744 }
745745 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) {}
746746 #define DEFINE_BPF_DISPATCHER(name)