CONFIG_MODVERSIONS understand attempt

This commit is contained in:
Ciro Santilli
2017-06-22 18:00:34 +01:00
parent cdd0535227
commit 366b1c1af2

View File

@@ -33,3 +33,9 @@ CONFIG_KGDB_TESTS_ON_BOOT=n
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_SERIAL_KGDB_NMI=n
# Module.symvers in kernel tree and modules tree contains CRC of signatures.
# TODO: I think the CRC are stored in the built kernel and module, and checked
# at insmod, but bgrep did not find it in kernel image.
# Does not show in /proc/kallyms either.
CONFIG_MODVERSIONS=y