Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_HUNT_FOR_ZERO
has multiple definitions:
arch/blackfin/Kconfig.debug
The configuration item CONFIG_DEBUG_HUNT_FOR_ZERO:
(none)
Say Y here to catch reads/writes to anywhere in the memory range from 0x0000 - 0x0FFF (the first 4k) of memory. This is useful in catching common programming errors such as NULL pointer dereferences.
Misbehaving applications will be killed (generate a SEGV) while the kernel will trigger a panic.
Enabling this option will take up an extra entry in CPLB table. Otherwise, there is no extra overhead.
arch/blackfin/Kconfig
The configuration item CONFIG_DEBUG_HUNT_FOR_ZERO:
(none)
Say Y here to catch reads/writes to anywhere in the memory range from 0x0000 - 0x0FFF (the first 4k) of memory. This is useful in catching common programming errors such as NULL pointer dereferences.
Misbehaving applications will be killed (generate a SEGV) while the kernel will trigger a panic.
Enabling this option will take up an extra entry in CPLB table. Otherwise, there is no extra overhead.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab