linux-next/arch
Masahiro Yamada 7f7f6f7ad6 Makefile: remove redundant tool coverage variables
Now Kbuild provides reasonable defaults for objtool, sanitizers, and
profilers.

Remove redundant variables.

Note:

This commit changes the coverage for some objects:

  - include arch/mips/vdso/vdso-image.o into UBSAN, GCOV, KCOV
  - include arch/sparc/vdso/vdso-image-*.o into UBSAN
  - include arch/sparc/vdso/vma.o into UBSAN
  - include arch/x86/entry/vdso/extable.o into KASAN, KCSAN, UBSAN, GCOV, KCOV
  - include arch/x86/entry/vdso/vdso-image-*.o into KASAN, KCSAN, UBSAN, GCOV, KCOV
  - include arch/x86/entry/vdso/vdso32-setup.o into KASAN, KCSAN, UBSAN, GCOV, KCOV
  - include arch/x86/entry/vdso/vma.o into GCOV, KCOV
  - include arch/x86/um/vdso/vma.o into KASAN, GCOV, KCOV

I believe these are positive effects because all of them are kernel
space objects.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Tested-by: Roberto Sassu <roberto.sassu@huawei.com>
2024-05-14 23:35:48 +09:00
..
alpha Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
arc kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
arm Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
arm64 Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
csky Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
hexagon hexagon: vmlinux.lds.S: handle attributes section 2024-03-26 11:07:23 -07:00
loongarch Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
m68k TTY/Serial driver update for 6.9-rc1 2024-03-21 12:44:10 -07:00
microblaze arch: define CONFIG_PAGE_SIZE_*KB on all architectures 2024-03-06 19:29:09 +01:00
mips Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
nios2 kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
openrisc OpenRISC updates for 6.9 2024-03-14 15:53:10 -07:00
parisc Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
powerpc Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
riscv Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
s390 Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
sh Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
sparc Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
um kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
x86 Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
xtensa kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
.gitignore
Kconfig Kconfig: add some hidden tabs on purpose 2024-04-12 10:05:10 -07:00