diff options
Diffstat (limited to '2910_bfp-mark-get-entry-ip-as--maybe-unused.patch')
-rw-r--r-- | 2910_bfp-mark-get-entry-ip-as--maybe-unused.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2910_bfp-mark-get-entry-ip-as--maybe-unused.patch b/2910_bfp-mark-get-entry-ip-as--maybe-unused.patch new file mode 100644 index 00000000..a75b90c8 --- /dev/null +++ b/2910_bfp-mark-get-entry-ip-as--maybe-unused.patch @@ -0,0 +1,11 @@ +--- a/kernel/trace/bpf_trace.c 2022-11-09 13:30:24.192940988 -0500 ++++ b/kernel/trace/bpf_trace.c 2022-11-09 13:30:59.029810818 -0500 +@@ -1027,7 +1027,7 @@ static const struct bpf_func_proto bpf_g + }; + + #ifdef CONFIG_X86_KERNEL_IBT +-static unsigned long get_entry_ip(unsigned long fentry_ip) ++static unsigned long __maybe_unused get_entry_ip(unsigned long fentry_ip) + { + u32 instr; + |