From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034492AbcIZMiZ (ORCPT ); Mon, 26 Sep 2016 08:38:25 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:52814 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965304AbcIZMiY (ORCPT ); Mon, 26 Sep 2016 08:38:24 -0400 From: Alexey Brodkin To: "danielmentz@google.com" CC: "linux-kernel@vger.kernel.org" , "Vineet.Gupta1@synopsys.com" , "linux-snps-arc@lists.infradead.org" Subject: Re: modules still have .debug_* (was Re: [PATCH 0/3] ARC unwinder switch to .eh_frame) Thread-Topic: modules still have .debug_* (was Re: [PATCH 0/3] ARC unwinder switch to .eh_frame) Thread-Index: AQHSFRQyvuu09d2A9k6v2KsUiitYO6CF+CSAgADJaICAAPHcAIAD5pMA Date: Mon, 26 Sep 2016 12:38:19 +0000 Message-ID: <1474893488.4184.14.camel@synopsys.com> References: <1474321773-18166-1-git-send-email-vgupta@synopsys.com> <1474627107.2562.19.camel@synopsys.com> In-Reply-To: Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.14.110] Content-Type: text/plain; charset="utf-8" Content-ID: <034C38A69795AF4299BB1233FC808116@internal.synopsys.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u8QCcUmM003379 Hi Daniel, On Fri, 2016-09-23 at 18:04 -0700, Daniel Mentz wrote: > On Fri, Sep 23, 2016 at 3:38 AM, Alexey Brodkin > wrote: > > > > On Thu, 2016-09-22 at 15:37 -0700, Daniel Mentz wrote: > > > > > > Sorry, that was a misunderstanding. Buildroot routinely runs the strip > > > command on .ko files before installing them on the target. I was only > > > looking at the .ko files *after* running the strip command. No, the > > > interim patch was not in my tree. > > > > Well are you sure buildroot really touches modules in Linux kernel build folder? > > Buildroot just runs a simple "make" command in "output/build/linux-x.y". > > Sorry, that was phrased badly. Buildroot does not touch the modules in > the Linux kernel build folder. Modules are stripped in the target > directory as you described. So every is as expected now for you or there're still thing you don't like? -Alexey