Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kcov: fix typo in comment of kcov_fault_in_area

change '__santizer_cov_trace_pc()' to '__sanitizer_cov_trace_pc()'

Link: https://lkml.kernel.org/r/20250615123237.110144-1-n9winx@163.com
Signed-off-by: Wei Nanxin <n9winx@163.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Macro Elver <elver@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Wei Nanxin and committed by
Andrew Morton
ad2c8079 19f3cb64

+1 -1
+1 -1
kernel/kcov.c
··· 552 552 553 553 /* 554 554 * Fault in a lazily-faulted vmalloc area before it can be used by 555 - * __santizer_cov_trace_pc(), to avoid recursion issues if any code on the 555 + * __sanitizer_cov_trace_pc(), to avoid recursion issues if any code on the 556 556 * vmalloc fault handling path is instrumented. 557 557 */ 558 558 static void kcov_fault_in_area(struct kcov *kcov)