mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
tests: vm: Output everything on console
When running tests, make printk put all messages, including debug messages, onto the serial console to go into the console file. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d39f796f43
commit
be9fe3d8af
@ -14,6 +14,8 @@ mount debugfs -t debugfs /sys/kernel/debug
|
||||
|
||||
export PATH=/usr/sbin:$PATH
|
||||
|
||||
echo 8 8 8 8 > /proc/sys/kernel/printk
|
||||
|
||||
# reboot on any sort of crash
|
||||
sysctl kernel.panic_on_oops=1
|
||||
sysctl kernel.panic=1
|
||||
|
Loading…
Reference in New Issue
Block a user