mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
CONFIG_MODVERSIONS understand attempt
This commit is contained in:
@@ -33,3 +33,9 @@ CONFIG_KGDB_TESTS_ON_BOOT=n
|
|||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
|
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
|
||||||
CONFIG_SERIAL_KGDB_NMI=n
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user