We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fe25a commit 9436cf2Copy full SHA for 9436cf2
driver/bpf/Makefile
@@ -27,6 +27,7 @@ $(obj)/probe.o: $(src)/probe.c \
27
$(KBUILD_CPPFLAGS) \
28
$(DEBUG) \
29
-D__KERNEL__ \
30
+ -D__BPF_TRACING__ \
31
-Wno-gnu-variable-sized-type-not-at-end \
32
-Wno-address-of-packed-member \
33
-fno-jump-tables \
driver/bpf/quirks.h
@@ -20,11 +20,4 @@
20
#define BPF_SUPPORTS_RAW_TRACEPOINTS
21
#endif
22
23
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 17, 0)
24
-#include <linux/compiler.h>
25
-
26
-#undef asm_volatile_goto
-#define asm_volatile_goto(...)
-#endif
0 commit comments