Message ID | 20201122061701.Hak73b_uU%akpm@linux-foundation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/8] mm/madvise: fix memory leak from process_madvise | expand |
--- a/include/linux/compiler-clang.h~compiler-clang-remove-version-check-for-bpf-tracing +++ a/include/linux/compiler-clang.h @@ -8,8 +8,10 @@ + __clang_patchlevel__) #if CLANG_VERSION < 100001 +#ifndef __BPF_TRACING__ # error Sorry, your version of Clang is too old - please use 10.0.1 or newer. #endif +#endif /* Compiler specific definitions for Clang compiler */