Skip to content

Commit f34d086

Browse files
dvyukovKAGA-KOKO
authored andcommitted
module: Fix KCOV-ignored file name
module.c was renamed to main.c, but the Makefile directive was copy-pasted verbatim with the old file name. Fix up the file name. Fixes: cfc1d27 ("module: Move all into module/") Signed-off-by: Dmitry Vyukov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexander Potapenko <[email protected]> Reviewed-by: Marco Elver <[email protected]> Reviewed-by: Andrey Konovalov <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/all/bc0cf790b4839c5e38e2fafc64271f620568a39e.1718092070.git.dvyukov@google.com
1 parent 6cd0dd9 commit f34d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/module/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# These are called from save_stack_trace() on slub debug path,
77
# and produce insane amounts of uninteresting coverage.
8-
KCOV_INSTRUMENT_module.o := n
8+
KCOV_INSTRUMENT_main.o := n
99

1010
obj-y += main.o
1111
obj-y += strict_rwx.o

0 commit comments

Comments
 (0)