Skip to content

Commit

Permalink
linux-4.19.57: Disable CONFIG_RANDOMIZE_BASE
Browse files Browse the repository at this point in the history
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
donald committed Aug 14, 2019
1 parent 36a17b9 commit b3f98e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-4.19.57-286.bee
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ mee_configure() {
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_CRASH_DUMP=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_COMPAT_VDSO=y
# CONFIG_ACPI_AC is not set
Expand Down

0 comments on commit b3f98e4

Please sign in to comment.