From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 D0790223CDC1F for ; Mon, 5 Mar 2018 19:33:24 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2018 19:39:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,430,1515484800"; d="scan'208";a="209154727" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.44]) by fmsmga006.fm.intel.com with ESMTP; 05 Mar 2018 19:39:36 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 6 Mar 2018 11:39:31 +0800 Message-Id: <20180306033933.278752-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.16.1.windows.1 Subject: [PATCH 0/2] Fix bug in CompatibleRangeTest X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 03:33:25 -0000 Ruiyu Ni (2): MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemory MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTest .../MemoryTest/NullMemoryTestDxe/NullMemoryTest.c | 82 +++++++++++++++++----- 1 file changed, 65 insertions(+), 17 deletions(-) -- 2.16.1.windows.1