No. What i mean is that with your patch, a debugging session would go like
this:
< kernel crashes > # reboot #1
< admin logs in and scratches head >
< admin consults kernel hackers and enables lbr_debug=1 in /etc/grub.conf >
< admin reboots > # reboot #2
< kernel crashes again > # reboot #3
With the sysctl we'd have one reboot less:
< kernel crashes > # reboot #1
< admin logs in and scratches head >
< admin consults kernel hackers and tweaks /proc/sys/kernel/x86/lbr_debug >
< kernel crashes again > # reboot #2
Thanks,
Ingo
--