Skip to content

Commit

Permalink
remove pti=on as kernel cmdline param because pti is enabled per default
Browse files Browse the repository at this point in the history
anyway.
  • Loading branch information
jens-maus committed Mar 1, 2024
1 parent 421b38d commit 41a626c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/board/generic-aarch64/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
set default="0"
fi

default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge pti=on net.ifnames=0 quiet loglevel=0"
default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge net.ifnames=0 quiet loglevel=0"
file_env -f ($bootfs)/cmdline.txt cmdline

# menu entry definitions
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/board/intelnuc/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
set default="0"
fi

default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge pti=on net.ifnames=0 quiet loglevel=0"
default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge net.ifnames=0 quiet loglevel=0"
file_env -f ($bootfs)/cmdline.txt cmdline

# menu entry definitions
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/board/ova/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
set default="0"
fi

default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge pti=on net.ifnames=0 quiet loglevel=0"
default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge net.ifnames=0 quiet loglevel=0"
file_env -f ($bootfs)/cmdline.txt cmdline

# menu entry definitions
Expand Down

0 comments on commit 41a626c

Please sign in to comment.