mirror of https://github.com/torvalds/linux.git
I hit the following compile error in arch/x86/
mm/kasan/common.c: In function kasan_populate_vmalloc:
mm/kasan/common.c:797:2: error: implicit declaration of function flush_cache_vmap; did you mean flush_rcu_work? [-Werror=implicit-function-declaration]
flush_cache_vmap(shadow_start, shadow_end);
^~~~~~~~~~~~~~~~
flush_rcu_work
cc1: some warnings being treated as errors
Link: http://lkml.kernel.org/r/1575363013-43761-1-git-send-email-zhongjiang@huawei.com
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| common.c | ||
| generic.c | ||
| generic_report.c | ||
| init.c | ||
| kasan.h | ||
| quarantine.c | ||
| report.c | ||
| tags.c | ||
| tags_report.c | ||