From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbcB2RBU (ORCPT ); Mon, 29 Feb 2016 12:01:20 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35226 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbcB2RBS (ORCPT ); Mon, 29 Feb 2016 12:01:18 -0500 Subject: Re: [PATCHv2 0/8] gdb/scripts: Linux awareness debug commands To: Jan Kiszka , linux-kernel@vger.kernel.org References: <1456154652-29023-1-git-send-email-kieran.bingham@linaro.org> <56D47391.30703@siemens.com> Cc: lee.jones@linaro.org, peter.griffin@linaro.org, maxime.coquelin@st.com From: Kieran Bingham Message-ID: <56D4795B.4080501@linaro.org> Date: Mon, 29 Feb 2016 17:01:15 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D47391.30703@siemens.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/02/16 16:36, Jan Kiszka wrote: > Hi Kieran, > > On 2016-02-22 16:24, Kieran Bingham wrote: >> Sending this revised series, which now provides ability to transfer configured >> constants from the kernel to the python layer through the constants.py >> infrastructure. >> >> The iterators have been improved, in this instance thanks to the versions by >> Jeff Mahoney on his py-kdump work; (which were better than mine, so I dropped >> mine to replace with his) >> >> Testing on an STM32, brought up a couple of issues with !CONFIG_MMU and >> !CONFIG_MODULES which have been repaired, and further updates to both the >> lx-mounts and lx-meminfo commands for fixes and improvements. >> >> For convenience, this patch set submission can be found at >> http://git.linaro.org/people/kieran.bingham/linux.git gdb-scripts-2016-02-22-lkml-submission > > Thanks for the updated patches! This is just a note that review and > testing are still in my queue... Not a problem, Thanks for the update. -- Kieran > Jan >