Re: [PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread Jeff Merkey
On 1/26/16, kbuild test robot wrote: > Hi Jeff, > > [auto build test ERROR on v4.5-rc1] > [also build test ERROR on next-20160125] > [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/Jeff-Merke

Re: [PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread kbuild test robot
Hi Jeff, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160125] [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/Jeff-Merkey/Add-hard-soft-lockup-debugger-entry-points/2016

Re: [PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread kbuild test robot
Hi Jeff, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160125] [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/Jeff-Merkey/Add-hard-soft-lockup-debugger-entry-points/2016

Re: [PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread Jeff Merkey
On 1/26/16, Chris Metcalf wrote: > On 01/26/2016 12:04 PM, Jeff Merkey wrote: >> This patch adds an export which can be set by system debuggers to direct >> the hard lockup and soft lockup detector to trigger a breakpoint >> exception >> and enter a debugger if one is active. It is assumed that i

Re: [PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread Chris Metcalf
On 01/26/2016 12:04 PM, Jeff Merkey wrote: This patch adds an export which can be set by system debuggers to direct the hard lockup and soft lockup detector to trigger a breakpoint exception and enter a debugger if one is active. It is assumed that if someone sets this variable, then an breakpoi

[PATCH v2] Add hard/soft lockup debugger entry points

2016-01-26 Thread Jeff Merkey
This patch adds an export which can be set by system debuggers to direct the hard lockup and soft lockup detector to trigger a breakpoint exception and enter a debugger if one is active. It is assumed that if someone sets this variable, then an breakpoint handler of some sort will be actively load