Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753698AbcLIKlP (ORCPT ); Fri, 9 Dec 2016 05:41:15 -0500 Received: from mail.kernel.org ([198.145.29.136]:37532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752278AbcLIKlO (ORCPT ); Fri, 9 Dec 2016 05:41:14 -0500 From: Kieran Bingham To: akpm@linux-foundation.org, jan.kiszka@siemens.com, kieran@ksquared.org.uk Cc: linux-kernel@vger.kernel.org, Kieran Bingham , Peter Griffin Subject: [PATCH 0/1] scripts/gdb: scripts/gdb: Updates for 4.10 Date: Fri, 9 Dec 2016 10:41:04 +0000 Message-Id: <1481280065-5336-1-git-send-email-kbingham@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 27 Hi Andrew, Please include the following enhancement for gdb scripts in your queue. A particularly short series, as I have only the one patch from Peter Griffin for integration. His addition provides the ability to extract the current device tree from memory, and save it to a file. I've tested it locally, and it is functional and useful. Could you queue it up for integration please? Regards Kieran CC: Jan Kiszka CC: Peter Griffin Peter Griffin (1): scripts/gdb: add lx-fdtdump command scripts/gdb/linux/constants.py.in | 7 ++++ scripts/gdb/linux/proc.py | 73 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) -- 2.7.4