Slide 12
Slide 12 text
The Bug
12
General guidelines to reproduce the issue:
▸ Install an affected kernel.
▸ Enable serial console (console=ttyS0/S1), ensure it is a boot option
▸ Setup/configure kdump (e.g. systemd service && path /var/crash)
▸ crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M
▸ Set some sysctl tunables
▸ Build and insert the “printk spammer” kernel module
▸ Trigger panic via NMI (management console, OpenIPMI, etc..)
The Reproducer (2) - Guidelines