Re: [PATCH 1/4] Add BUG_XX() debugging options

2016-02-01 Thread Jeffrey Merkey
On 2/1/16, Jeffrey Merkey wrote: > On 2/1/16, kbuild test robot wrote: >> Hi Jeffrey, >> >> [auto build test WARNING on v4.5-rc2] >> [also build test WARNING on next-20160201] >> [cannot apply to tip/x86/core] >> [if your patch is applied to the wrong git tree, please drop us a note to >> help im

Re: [PATCH 1/4] Add BUG_XX() debugging options

2016-02-01 Thread Jeffrey Merkey
On 2/1/16, kbuild test robot wrote: > Hi Jeffrey, > > [auto build test WARNING on v4.5-rc2] > [also build test WARNING on next-20160201] > [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://gith

Re: [PATCH 1/4] Add BUG_XX() debugging options

2016-02-01 Thread kbuild test robot
Hi Jeffrey, [auto build test WARNING on v4.5-rc2] [also build test WARNING on next-20160201] [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-BU

[PATCH 1/4] Add BUG_XX() debugging options

2016-02-01 Thread Jeffrey Merkey
This patch series adds config options which can be set during compile to direct the compiler to output a breakpoint instruction anywhere a BUG() or WARN() 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 opti