kernel_optimize_test/arch/um
Johannes Berg 2f06cd6d9c um: Disable CONFIG_GCOV with MODULES
[ Upstream commit ad3d19911632debc886ef4a992d41d6de7927006 ]

CONFIG_GCOV doesn't work with modules, and for various reasons
it cannot work, see also
https://lore.kernel.org/r/d36ea54d8c0a8dd706826ba844a6f27691f45d55.camel@sipsolutions.net

Make CONFIG_GCOV depend on !MODULES to avoid anyone
running into issues there. This also means we need
not export the gcov symbols.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-05-22 11:40:53 +02:00
..
configs
drivers um: virtio: free vu_dev only with the contained struct device 2021-02-10 09:29:12 +01:00
include um: defer killing userspace on page table update failures 2021-03-04 11:38:42 +01:00
kernel um: Disable CONFIG_GCOV with MODULES 2021-05-22 11:40:53 +02:00
os-Linux um: defer killing userspace on page table update failures 2021-03-04 11:38:42 +01:00
scripts
.gitignore
Kconfig Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-10-22 09:59:21 -07:00
Kconfig.debug um: Disable CONFIG_GCOV with MODULES 2021-05-22 11:40:53 +02:00
Makefile kbuild: remove cc-option test of -fno-stack-protector 2020-07-07 11:13:10 +09:00
Makefile-os-Linux
Makefile-skas