From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758223AbcGKKR0 (ORCPT ); Mon, 11 Jul 2016 06:17:26 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36146 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752033AbcGKKRY (ORCPT ); Mon, 11 Jul 2016 06:17:24 -0400 Subject: Re: [PATCH 0/6] scripts/gdb: Fixes for 4.7 To: Andrew Morton References: <1467127337-11135-1-git-send-email-kieran@bingham.xyz> <57735605.50006@siemens.com> Cc: Jan Kiszka , corbet@lwn.net, osandov@fb.com, n.borisov.lkml@gmail.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org From: Kieran Bingham Message-ID: <57837231.9040108@bingham.xyz> Date: Mon, 11 Jul 2016 11:17:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <57735605.50006@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 Hi Andrew, Will this fixes series be able to make it for 4.7 ? -- Regards Kieran On 29/06/16 06:00, Jan Kiszka wrote: > On 2016-06-28 17:22, Kieran Bingham wrote: >> Hi Andrew, >> >> Please consider this series for integration into the current rc series. >> I had hoped to get this to you, with a fixed radix-tree, rather than a >> reverted one. Alas, time has gone against me, and we are nearing the end >> of the window - so having discussed with Jan, we felt it best to simply >> revert the feature for this release. >> >> Aside from the revert, we have four fairly minor fixups. >> >> Kieran Bingham (4): >> scripts/gdb: silence 'nothing to do' message >> scripts/gdb: rebuild constants.py on dependancy change >> Revert "scripts/gdb: add a Radix Tree Parser" >> Revert "scripts/gdb: add documentation example for radix tree" >> >> Nikolay Borisov (1): >> scripts/gdb: Perform path expansion to lx-symbol's arguments >> >> Omar Sandoval (1): >> scripts/gdb: add constants.py to .gitignore >> >> Documentation/gdb-kernel-debugging.txt | 21 -------- >> scripts/gdb/linux/.gitignore | 1 + >> scripts/gdb/linux/Makefile | 6 ++- >> scripts/gdb/linux/constants.py.in | 7 --- >> scripts/gdb/linux/radixtree.py | 97 ---------------------------------- >> scripts/gdb/linux/symbols.py | 2 +- >> scripts/gdb/vmlinux-gdb.py | 1 - >> 7 files changed, 6 insertions(+), 129 deletions(-) >> delete mode 100644 scripts/gdb/linux/radixtree.py >> > > For all: > Acked-by: Jan Kiszka > > Thanks! > Jan > -- Regards Kieran Bingham