From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel Date: Thu, 21 May 2015 13:40:13 +0800 Message-ID: <555D6FBD.3020202@suse.cz> References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <1431158038-3813-2-git-send-email-mcoquelin.stm32@gmail.com> <555D12F8.4000403@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <555D12F8.4000403-l3A5Bk7waGM@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: =?windows-1252?Q?Andreas_F=E4rber?= Cc: Maxime Coquelin , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Stefan Agner , Arnd Bergmann , Mark Rutland , Daniel Lezcano , "linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linus Walleij , Will Deacon , Nikolay Borisov , Peter Meerwald , "linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Jiri Slaby , Linux-Arch , Daniel Thompson , Russell King , Jonathan Corbet , Lee Jones , Mauro Carvalho Chehab , Chanwoo Choi , Andy Shevchenko List-Id: linux-gpio@vger.kernel.org Dne 21.5.2015 v 07:04 Andreas F=E4rber napsal(a): > Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: > But this is definitely an improvement for ARMv7-M debugging, >=20 > Tested-by: Andreas F=E4rber >=20 >> [Hi Michal, ...] could you consider >> taking it for v4.2? I applied it to kbuild.git#kbuild now. Thanks, Michal From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753944AbbEUFk5 (ORCPT ); Thu, 21 May 2015 01:40:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42466 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753466AbbEUFku (ORCPT ); Thu, 21 May 2015 01:40:50 -0400 Message-ID: <555D6FBD.3020202@suse.cz> Date: Thu, 21 May 2015 13:40:13 +0800 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: =?windows-1252?Q?Andreas_F=E4rber?= CC: Maxime Coquelin , "linux-kernel@vger.kernel.org" , Stefan Agner , Arnd Bergmann , Mark Rutland , Daniel Lezcano , "linux-doc@vger.kernel.org" , Linus Walleij , Will Deacon , Nikolay Borisov , Peter Meerwald , "linux-api@vger.kernel.org" , Jiri Slaby , Linux-Arch , Daniel Thompson , Russell King , Jonathan Corbet , Lee Jones , Mauro Carvalho Chehab , Chanwoo Choi , Andy Shevchenko , Antti Palosaari , Geert Uytterhoeven , "linux-serial@vger.kernel.org" , =?windows-1252?Q?Uwe_Kleine-K=F6nig?= , "devicetree@vger.kernel.org" , Kees Cook , Pawel Moll , Ian Campbell , Kamil Lulko , Rusty Russell , Tejun Heo , Rob Herring , Thomas Gleixner , Nicolae Rosia , "linux-arm-kernel@lists.infradead.org" , Paul Bolle , Peter Hurley , "linux-gpio@vger.kernel.org" , Greg Kroah-Hartman , "David S. Miller" , Philipp Zabel , Kumar Gala , Joe Perches , Andrew Morton , Vladimir Zapolskiy Subject: Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <1431158038-3813-2-git-send-email-mcoquelin.stm32@gmail.com> <555D12F8.4000403@suse.de> In-Reply-To: <555D12F8.4000403@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 21.5.2015 v 07:04 Andreas Färber napsal(a): > Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: > But this is definitely an improvement for ARMv7-M debugging, > > Tested-by: Andreas Färber > >> [Hi Michal, ...] could you consider >> taking it for v4.2? I applied it to kbuild.git#kbuild now. Thanks, Michal From mboxrd@z Thu Jan 1 00:00:00 1970 From: mmarek@suse.cz (Michal Marek) Date: Thu, 21 May 2015 13:40:13 +0800 Subject: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel In-Reply-To: <555D12F8.4000403@suse.de> References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <1431158038-3813-2-git-send-email-mcoquelin.stm32@gmail.com> <555D12F8.4000403@suse.de> Message-ID: <555D6FBD.3020202@suse.cz> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dne 21.5.2015 v 07:04 Andreas F?rber napsal(a): > Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: > But this is definitely an improvement for ARMv7-M debugging, > > Tested-by: Andreas F?rber > >> [Hi Michal, ...] could you consider >> taking it for v4.2? I applied it to kbuild.git#kbuild now. Thanks, Michal