aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorDaniel Jordan <[email protected]>2024-09-04 13:55:30 -0400
committerSteven Rostedt <[email protected]>2024-09-04 15:06:28 -0400
commit2351e8c65404aabc433300b6bf90c7a37e8bbc4d (patch)
tree195819c4e54f8ace1aa46a5c6162cae23c78f2e8 /lib/crypto/mpi/mpi-mod.c
parentd441734d0cfcebc5780bc1880d871f92debb588a (diff)
ktest.pl: Avoid false positives with grub2 skip regex
Some distros have grub2 config files with the lines if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi which match the skip regex defined for grub2 in get_grub_index(): $skip = '^\s*menuentry'; These false positives cause the grub number to be higher than it should be, and the wrong kernel can end up booting. Grub documents the menuentry command with whitespace between it and the title, so make the skip regex reflect this. Link: https://lore.kernel.org/[email protected] Signed-off-by: Daniel Jordan <[email protected]> Acked-by: John 'Warthog9' Hawley (Tenstorrent) <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions