From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935268AbaKNMOC (ORCPT ); Fri, 14 Nov 2014 07:14:02 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:43465 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933506AbaKNMOA (ORCPT ); Fri, 14 Nov 2014 07:14:00 -0500 Message-ID: <5465F1FF.8070005@linaro.org> Date: Fri, 14 Nov 2014 12:13:51 +0000 From: Daniel Thompson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Steven Rostedt CC: Ingo Molnar , kgdb-bugreport@lists.sourceforge.net, linux-kernel@vger.kernel.org, Andrew Morton , patches@linaro.org, linaro-kernel@lists.linaro.org, John Stultz , Sumit Semwal , Jason Wessel Subject: Re: [PATCH RESEND 3.18-rc3 v2 1/2] trace: kdb: Fix kernel panic during ftdump References: <1411554781-16751-1-git-send-email-daniel.thompson@linaro.org> <1415277716-19419-1-git-send-email-daniel.thompson@linaro.org> <1415277716-19419-2-git-send-email-daniel.thompson@linaro.org> <20141113212646.6d720886@gandalf.local.home> <5465C685.9060006@linaro.org> <20141114065927.4156ef8e@gandalf.local.home> In-Reply-To: <20141114065927.4156ef8e@gandalf.local.home> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/11/14 11:59, Steven Rostedt wrote: > On Fri, 14 Nov 2014 09:08:21 +0000 > Daniel Thompson wrote: > >> On 14/11/14 02:26, Steven Rostedt wrote: >>> On Thu, 6 Nov 2014 12:41:55 +0000 >>> 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 --- >>> >>> This is a nasty line. "git am " truncated the change log there thinking >>> it was the end of the change log (that '---' did it). >> >> Oops. Looks like I shall have to train myself out of that particular >> habit (which will be tough, since I've used it long enough to be ingrained). >> >> Will repost as soon as I've thought about your other comments. > > I was just telling you so that you wouldn't do it again. I already > pulled in your patches. You didn't need to resend. But at least it > would help you get out of that habit! J Thanks. 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 yet? Daniel.