From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757455AbcIVUjR (ORCPT ); Thu, 22 Sep 2016 16:39:17 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:53145 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757383AbcIVUjQ (ORCPT ); Thu, 22 Sep 2016 16:39:16 -0400 Subject: Re: [PATCH 0/3] ARC unwinder switch to .eh_frame To: Daniel Mentz References: <1474321773-18166-1-git-send-email-vgupta@synopsys.com> <2aa8d6d7-b489-e51e-dc18-fceb5300f6d2@synopsys.com> CC: , , Alexey Brodkin Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: <758f899b-0b12-cfe5-225f-8764368a8b6d@synopsys.com> Date: Thu, 22 Sep 2016 13:39:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <2aa8d6d7-b489-e51e-dc18-fceb5300f6d2@synopsys.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.9.131.247] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, On 09/19/2016 11:13 PM, Vineet Gupta wrote: > On 09/19/2016 06:21 PM, Daniel Mentz wrote: >> > Hi Vineet, >> > >> > Thank you for your patches. I applied them, and verified that >> > unwinding works with code that is compiled into the kernel image as >> > well as kernel modules. >> > I confirmed that the .eh_frame section is present and that the >> > .debug_frame section is absent. I also verified that the file size of >> > the .ko files are small enough for our embedded platform and that >> > unnecessary sections like .debug_info, .debug_line, .debug_str etc. >> > are also absent. >> > Is there anything else you want me to test? >> > Thanks >> > Daniel > Nope - that is it. Just wanted to make sure it is "field" tested :-) > > Thx, > -Vineet FYI - I've pushed some more changes to unwinding department so that we get call-traces for memset/memcpy et al. git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git #for-next -Vineet