From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 67D1F1A1E4C for ; Thu, 8 Sep 2016 09:38:00 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 08 Sep 2016 09:38:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,301,1470726000"; d="scan'208";a="758482547" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 08 Sep 2016 09:38:00 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 8 Sep 2016 09:37:59 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.39]) by FMSMSX152.amr.corp.intel.com ([169.254.6.209]) with mapi id 14.03.0248.002; Thu, 8 Sep 2016 09:37:59 -0700 From: "Carsey, Jaben" To: Laszlo Ersek , "edk2-devel@ml01.01.org" CC: "Ni, Ruiyu" , "Carsey, Jaben" Thread-Topic: [edk2] [PATCH 0/2] ShellPkg: fix assertion failure encountered with "devtree" and "dh -d -v" Thread-Index: AQHSCewWJBb+EL1XgECll/5QIGy2IaBvys4A Date: Thu, 8 Sep 2016 16:37:59 +0000 Message-ID: References: <20160908161414.3143-1-lersek@redhat.com> In-Reply-To: <20160908161414.3143-1-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDE0Y2EyYzItMWZmMC00ZjY5LWIzYjctMmVmZWQzNGU3OTdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkliaVdMWVNOYm1oWmpEalwvZjltOEZTcU1VMGZhamtabFZnT1hTdU1uR0M4PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 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 16:38:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks and for the Series. Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Thursday, September 08, 2016 9:14 AM > To: edk2-devel@ml01.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > Subject: [edk2] [PATCH 0/2] ShellPkg: fix assertion failure encountered w= ith > "devtree" and "dh -d -v" > Importance: High >=20 > 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. >=20 > Public branch: . >=20 > Tapan, can you please test the series, and respond with your Tested-by? > Thanks! >=20 > Cc: Jaben Carsey > Cc: Ruiyu Ni > Cc: Tapan Shah >=20 > Cheers, > Laszlo >=20 > Laszlo Ersek (2): > ShellPkg/UefiHandleParsingLib: fix IN/OUT notation in child ctrlr > parsing > ShellPkg/UefiHandleParsingLib: fix retval for empty child controller > array >=20 > ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- > ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 15 > +++++++++++---- > 2 files changed, 13 insertions(+), 6 deletions(-) >=20 > -- > 2.9.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel