Skip to content

Commit

Permalink
LTP: Add debug_pagealloc=on kernel cmdline arg
Browse files Browse the repository at this point in the history
See: jsc#SLE-9743
  • Loading branch information
pevik authored and richiejp committed Dec 11, 2019
1 parent 7cb2b21 commit ba40311
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/kernel/install_ltp.pm
Expand Up @@ -314,9 +314,12 @@ sub run {

$self->select_serial_terminal;

# jsc#SLE-9743
$grub_param = 'debug_pagealloc=on';

if (script_output('cat /sys/module/printk/parameters/time') eq 'N') {
script_run('echo 1 > /sys/module/printk/parameters/time');
$grub_param = 'printk.time=1';
$grub_param .= ' printk.time=1';
}

# check kGraft if KGRAFT=1
Expand Down

0 comments on commit ba40311

Please sign in to comment.