Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 07:31:46 -0500 Steven Rostedt wrote: > On Fri, 14 Nov 2014 12:13:51 + > Daniel Thompson wrote: > > > BTW I did check on kernel.org before punting them back on the list: > > https://git.kernel.org/cgit/linux/kernel/git/rostedt/linux-trace.git/log/?h=for-next > > > > Am

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 12:13:51 + Daniel Thompson wrote: > BTW I did check on kernel.org before punting them back on the list: > https://git.kernel.org/cgit/linux/kernel/git/rostedt/linux-trace.git/log/?h=for-next > > Am I looking in the wrong place or are they not aimed at linux-next just >

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Daniel Thompson
On 14/11/14 11:59, Steven Rostedt wrote: > On Fri, 14 Nov 2014 09:08:21 + > Daniel Thompson wrote: > >> On 14/11/14 02:26, Steven Rostedt wrote: >>> On Thu, 6 Nov 2014 12:41:55 + >>> Daniel Thompson wrote: >>> Currently kdb's ftdump command unconditionally crashes due to a null

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 09:08:21 + Daniel Thompson wrote: > On 14/11/14 02:26, Steven Rostedt wrote: > > On Thu, 6 Nov 2014 12:41:55 + > > Daniel Thompson wrote: > > > >> Currently kdb's ftdump command unconditionally crashes due to a null > >> pointer de-reference whenever the command is

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Daniel Thompson
On 14/11/14 02:26, Steven Rostedt wrote: > On Thu, 6 Nov 2014 12:41:55 + > Daniel Thompson wrote: > >> Currently kdb's ftdump command unconditionally crashes due to a null >> pointer de-reference whenever the command is run. This in turn causes >> the kernel to panic. >> >> The abridged

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Daniel Thompson
On 14/11/14 02:26, Steven Rostedt wrote: On Thu, 6 Nov 2014 12:41:55 + Daniel Thompson daniel.thomp...@linaro.org wrote: Currently kdb's ftdump command unconditionally crashes due to a null pointer de-reference whenever the command is run. This in turn causes the kernel to panic. The

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 09:08:21 + Daniel Thompson daniel.thomp...@linaro.org wrote: On 14/11/14 02:26, Steven Rostedt wrote: On Thu, 6 Nov 2014 12:41:55 + Daniel Thompson daniel.thomp...@linaro.org wrote: Currently kdb's ftdump command unconditionally crashes due to a null

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Daniel Thompson
On 14/11/14 11:59, Steven Rostedt wrote: On Fri, 14 Nov 2014 09:08:21 + Daniel Thompson daniel.thomp...@linaro.org wrote: On 14/11/14 02:26, Steven Rostedt wrote: On Thu, 6 Nov 2014 12:41:55 + Daniel Thompson daniel.thomp...@linaro.org wrote: Currently kdb's ftdump command

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 12:13:51 + Daniel Thompson daniel.thomp...@linaro.org wrote: BTW I did check on kernel.org before punting them back on the list: https://git.kernel.org/cgit/linux/kernel/git/rostedt/linux-trace.git/log/?h=for-next Am I looking in the wrong place or are they not aimed

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-14 Thread Steven Rostedt
On Fri, 14 Nov 2014 07:31:46 -0500 Steven Rostedt rost...@goodmis.org wrote: On Fri, 14 Nov 2014 12:13:51 + Daniel Thompson daniel.thomp...@linaro.org wrote: BTW I did check on kernel.org before punting them back on the list:

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-13 Thread Steven Rostedt
On Thu, 6 Nov 2014 12:41:55 + Daniel Thompson wrote: > Currently kdb's ftdump command unconditionally crashes due to a null > pointer de-reference whenever the command is run. This in turn causes > the kernel to panic. > > The abridged stacktrace (gathered with ARCH=arm) is: > --- cut here

Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump

2014-11-13 Thread Steven Rostedt
On Thu, 6 Nov 2014 12:41:55 + Daniel Thompson daniel.thomp...@linaro.org wrote: Currently kdb's ftdump command unconditionally crashes due to a null pointer de-reference whenever the command is run. This in turn causes the kernel to panic. The abridged stacktrace (gathered with