OSDN Git Service

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)
commit7af08140979a6e7e12b78c93b8625c8d25b084e2
tree1c20d2cdb9f746b513146d28830c82a0d01f6785
parentbf05bf16c76bb44ab5156223e1e58e26dfe30a88
Revert "gcov: clang: fix clang-11+ build"

This reverts commit 04c53de57cb6435738961dace8b1b71d3ecd3c39.

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