Re: [PATCH 2/4] Add BUG() debugger entry points x86

2016-01-29 Thread kbuild test robot
Hi Jeffrey, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160129] [cannot apply to tip/x86/core] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Jeffrey-Merkey/Add-BUG-de

[PATCH 2/4] Add BUG() debugger entry points x86

2016-01-29 Thread Jeffrey Merkey
This patch series adds a config option which can be set during compile to direct the compiler to output a breakpoint instruction anywhere a BUG() macro has been placed in the kernel to trigger the system to enter a debugger if a bug is detected by the system. Use of this compile time option also a