From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6291C1A1E5E for ; Thu, 8 Sep 2016 11:46:59 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C866F4A545; Thu, 8 Sep 2016 18:46:58 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-57.phx2.redhat.com [10.3.116.57]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u88IkvwS027939; Thu, 8 Sep 2016 14:46:57 -0400 To: edk2-devel@ml01.01.org References: <20160908161414.3143-1-lersek@redhat.com> Cc: Jaben Carsey , Ruiyu Ni From: Laszlo Ersek Message-ID: <3f02029e-1536-79e8-eeb5-a81a80e7335c@redhat.com> Date: Thu, 8 Sep 2016 20:46:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160908161414.3143-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 08 Sep 2016 18:46:58 +0000 (UTC) Subject: Re: [PATCH 0/2] ShellPkg: fix assertion failure encountered with "devtree" and "dh -d -v" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 18:46:59 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 09/08/16 18:14, Laszlo Ersek wrote: > Tapan reported > . Since I had > encountered the problem myself, and now managed to find a tiny time > slot, I looked into it. Patch #2 is the fix; patch #1 cleans up a small > wart that I came across while studying the code. > > Public branch: . > > Tapan, can you please test the series, and respond with your Tested-by? > Thanks! > > Cc: Jaben Carsey > Cc: Ruiyu Ni > Cc: Tapan Shah > > Cheers, > Laszlo > > Laszlo Ersek (2): > ShellPkg/UefiHandleParsingLib: fix IN/OUT notation in child ctrlr > parsing > ShellPkg/UefiHandleParsingLib: fix retval for empty child controller > array > > ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- > ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 15 +++++++++++---- > 2 files changed, 13 insertions(+), 6 deletions(-) > Thanks everyone for the reviews & testing, series pushed as 1b3be4a12e7d..7eb3bb6c552d. Cheers! Laszlo