[edk2] [PATCH v2] NetworkPkg: Fix IpSec run into infinite loop issue

2015-08-28 Thread Jiaxin Wu
v2: * Update the copyright year and conditional judgment for removing. When use -e to edit SPD database, the corresponding SA entry will be updated to the sas list of the new SPD entry. But before that, all of them should be removed from the original sas list. If not, the list will be broken into

Re: [edk2] [PATCH v3 2/2] MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundary

2015-08-28 Thread Tian, Feng
Good discovery. Reviewed-by: Feng Tian feng.t...@intel.com -Original Message- From: Wu, Hao A Sent: Friday, August 28, 2015 1:16 PM To: edk2-devel@lists.01.org; Tian, Feng; Gao, Liming Cc: Wu, Hao A Subject: RE: [edk2] [PATCH v3 2/2] MdePkg UefiDevicePathLib: Fix possible memory

Re: [edk2] [PATCH 11/15] OvmfPkg: Link separated VarCheckUefiLib NULL class library instance

2015-08-28 Thread Laszlo Ersek
On 08/28/15 04:37, Zeng, Star wrote: On 2015/8/26 18:57, Laszlo Ersek wrote: On 08/26/15 12:27, Laszlo Ersek wrote: Star, On 08/17/15 10:24, Star Zeng wrote: Cc: Jordan Justen jordan.l.jus...@intel.com Cc: Laszlo Ersek ler...@redhat.com Contributed-under: TianoCore Contribution Agreement

Re: [edk2] [PATCH v2] NetworkPkg: Fix IpSec run into infinite loop issue

2015-08-28 Thread Ye, Ting
Reviewed-by: Ye Ting ting...@intel.com -Original Message- From: Wu, Jiaxin Sent: Friday, August 28, 2015 2:42 PM To: Fu, Siyuan; edk2-devel@lists.01.org Cc: Ye, Ting Subject: RE: [PATCH v2] NetworkPkg: Fix IpSec run into infinite loop issue Thanks Siyuan, I will revise the description

Re: [edk2] [PATCH] OvmfPkg: prevent code execution from DXE stack

2015-08-28 Thread Laszlo Ersek
On 08/08/15 02:02, Zeng, Star wrote: -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo Ersek Sent: Saturday, August 8, 2015 12:00 AM To: edk2-devel-01 Cc: Paolo Bonzini; Zeng, Star; Justen, Jordan L Subject: [edk2] [PATCH] OvmfPkg:

Re: [edk2] [PATCH] OvmfPkg: Build HTTP utilities driver

2015-08-28 Thread Laszlo Ersek
On 08/28/15 03:58, Gary Ching-Pang Lin wrote: On Thu, Aug 27, 2015 at 12:54:13PM +0200, Laszlo Ersek wrote: Gary, On 08/27/15 05:41, Gary Ching-Pang Lin wrote: The HTTP driver now needs the HTTP utilities driver to parse the headers of HTTP requests. Can you point out the SVN rev / git

Re: [edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Wu, Jiaxin
Attach patch and UNI file. -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Friday, August 28, 2015 4:55 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Carsey, Jaben; Fu, Siyuan Subject: [edk2] [Patch] ShellPkg: Get media status in

Re: [edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Fu, Siyuan
Hi, Jiaxin The Snp-Getstatus may not support media present report, please use NetLib interface NetLibDetectMedia() instead. -Original Message- From: Wu, Jiaxin Sent: Friday, August 28, 2015 4:55 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ting...@intel.com; Fu, Siyuan

[edk2] [PATCH] OvmfPkg: AcpiTables: serialize control methods that create named objects

2015-08-28 Thread Laszlo Ersek
Bruce Cran reported the following issue: With iasl version 20150410-64 building OvmfX64 (using OvmfPkg/build.sh -a X64 -t GCC49 -b RELEASE) results in a couple of warnings about methods that should be serialized: .../OvmfPkg/AcpiTables/AcpiTables/OUTPUT/./Dsdt. 95: Method

[edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Jiaxin Wu
This patch is used to get media status in ifconfig command. Cc: Ye Ting ting...@intel.com Cc: Fu Siyuan siyuan...@intel.com Cc: Jaben Carsey jaben.car...@intel.com Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu jiaxin...@intel.com ---

Re: [edk2] [PATCH] ArmPkg/CpuDxe: Disable interrupt before restoring context

2015-08-28 Thread Heyi Guo
Hi Ard, Sorry for the late reply. However I think you've got what I meant :) In my opinion, UEFI actually needs timer interrupt nesting, e.g. we have a timer event with low TPL and long execution time, UEFI should support a higher TPL timer event interrupt the execution of this low TPL event,