Skip to content

Commit

Permalink
fix(kernel): remove slub_debug kernel param (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Oct 14, 2018
1 parent 5ccc909 commit bbc3097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image/src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ FULL=false
RAW=false
ROOTFS_SIZE=$(size_xz /generated/rootfs.tar.xz)
INITRAMFS_SIZE=$(size_xz /generated/boot/initramfs.xz)
KERNEL_SELF_PROTECTION_PROJECT_KERNEL_PARAMS="slub_debug=P page_poison=1 slab_nomerge pti=on"
# TODO(andrewrynhard): Add slub_debug=P. See https://github.com/autonomy/dianemo/pull/157.
KERNEL_SELF_PROTECTION_PROJECT_KERNEL_PARAMS="page_poison=1 slab_nomerge pti=on"

case "$1" in
image)
Expand Down

0 comments on commit bbc3097

Please sign in to comment.