Re: [PATCH 21/31] Add debugger entry points for MIPS

2016-02-01 Thread Ralf Baechle
On Mon, Feb 01, 2016 at 09:03:54AM -0700, Jeff Merkey wrote: > You can drop this patch series, I am rethinking a better way to do this. Dropped. Ralf

Re: [PATCH 21/31] Add debugger entry points for MIPS

2016-02-01 Thread Jeff Merkey
On 2/1/16, Maciej W. Rozycki wrote: > On Thu, 28 Jan 2016, Jeffrey Merkey wrote: > >> This patch series 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 assum

Re: [PATCH 21/31] Add debugger entry points for MIPS

2016-02-01 Thread Maciej W. Rozycki
On Thu, 28 Jan 2016, Jeffrey Merkey wrote: > This patch series 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, th

Re: [PATCH 21/31] Add debugger entry points for MIPS

2016-01-28 Thread kbuild test robot
Hi Jeffrey, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160128] [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-hard-s

[PATCH 21/31] Add debugger entry points for MIPS

2016-01-28 Thread Jeffrey Merkey
This patch series 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 active