Skip to content

Commit ad402a7

Browse files
ghartman17022pundiramit
authored andcommitted
ANDROID: x86_64_cuttlefish_defconfig: Disable KPTI
Disable page table isolation to avoid kernel panics when booting kernels under KVM. Temporary workaround while this issue is investigated. Bug: 78252157 Bug: 71362031 Change-Id: I5ba126b08678fcb8fd7bc31fe79de80fa81cf869 Merged-In: I5ba126b08678fcb8fd7bc31fe79de80fa81cf869 Signed-off-by: Greg Hartman <ghartman@google.com> Signed-off-by: Alistair Strachan <astrachan@google.com>
1 parent a84937b commit ad402a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/configs/x86_64_cuttlefish_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CONFIG_PHYSICAL_START=0x200000
5555
CONFIG_RANDOMIZE_BASE=y
5656
CONFIG_PHYSICAL_ALIGN=0x1000000
5757
CONFIG_CMDLINE_BOOL=y
58-
CONFIG_CMDLINE="console=ttyS0 reboot=p"
58+
CONFIG_CMDLINE="console=ttyS0 reboot=p nopti"
5959
CONFIG_PM_WAKELOCKS=y
6060
CONFIG_PM_WAKELOCKS_LIMIT=0
6161
# CONFIG_PM_WAKELOCKS_GC is not set

0 commit comments

Comments
 (0)