]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "gcov: clang: fix clang-11+ build"
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 19 Apr 2021 22:08:49 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 19 Apr 2021 22:08:49 +0000 (15:08 -0700)
commit52a2f36336816e7741f79d9a77ba0fb33809b3c0
tree1c20d2cdb9f746b513146d28830c82a0d01f6785
parent627063ce1ae170bedca2e810696a43e13d71dd75
Revert "gcov: clang: fix clang-11+ build"

This reverts commit b7747c243b288fa07b7f602b01aa3195cd171c69.

Nathan Chancellor points out that it should not have been merged into
mainline by itself. It was a fix for "gcov: use kvmalloc()", which is
still in -mm/-next. Merging it alone has broken the build.

Link: https://github.com/ClangBuiltLinux/continuous-integration2/runs/2384465683?check_suite_focus=true
Reported-by: Nathan Chancellor <nathan@kernel.org>
Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/gcov/clang.c