From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qais Yousef Subject: Re: [PATCH v2] ALSA: ASoC: soc-compress.c: fix NULL dereference Date: Wed, 14 Jan 2015 08:00:57 +0000 Message-ID: <54B62239.1020009@imgtec.com> References: <1421147933-21802-1-git-send-email-qais.yousef@imgtec.com> <20150113145931.GD3085@intel.com> <54B536BA.3070001@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by alsa0.perex.cz (Postfix) with ESMTP id CDA7E260832 for ; Wed, 14 Jan 2015 09:00:59 +0100 (CET) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: James Hogan Cc: alsa-devel@alsa-project.org, Vinod Koul , linux-kernel@vger.kernel.org, Liam Girdwood , Takashi Iwai , Mark Brown List-Id: alsa-devel@alsa-project.org On 01/13/2015 05:21 PM, James Hogan wrote: > On 13 January 2015 15:16:10 GMT+00:00, Qais Yousef wrote: >> >> Will this really be helpful? I think it'll be more clutter (the >> backtrace on metag arch is not great): > I suspect you don't have frame pointers enabled in your kernel config. That should improve the meaningfulness of the backtrace. > > I forgot about this option. Thanks.