Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-4.19.57: Disable CONFIG_RANDOMIZE_BASE
We figured out, that analyzing /proc/kcore (current kernel) and /proc/vmcore with gdb doesn't work at all with CONFIG_RANDOMIZE_BASE (KASLR , Kernel Address Space Layout Randomization) set. CONFIG_RANDOMIZE_BASE was defaulted on when we made the kernel relocatable. Disable CONFIG_RANDOMIZE_BASE.
- Loading branch information