From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752123AbdF1OB0 (ORCPT ); Wed, 28 Jun 2017 10:01:26 -0400 Received: from resqmta-po-02v.sys.comcast.net ([96.114.154.161]:40348 "EHLO resqmta-po-02v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbdF1OBS (ORCPT ); Wed, 28 Jun 2017 10:01:18 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCHv2 0/5] selftests: fix memory-hotplug test To: Po-Hsu Lin , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <1498544235-14252-1-git-send-email-po-hsu.lin@canonical.com> From: Shuah Khan Message-ID: <3e3b107a-11a5-ca0e-d5e9-25e6ddfefbe3@kernel.org> Date: Wed, 28 Jun 2017 08:01:16 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1498544235-14252-1-git-send-email-po-hsu.lin@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfLssyyhZP6YGZ6gnALgYLN+4rOYtoXhHsDlIo8IfeCGB34UIJK9E53ankX0SzUdp0t4Qr0SQRz9QJSWQ974vJHhiYGZT0Kv/KVkARugOuV5cS0FUdfSJ KC0WKU+/q/sTafjsytweCKaquQovJSo8imtdNbpAoN2RjNk07OkcGdch4dnUQthapOPriHVp7e5ZqPD8KL/H+cWEfKJuaFP99JwwPHV7xSTI3dXNrEh4QXmh BY3yEBQZ15fSQtnhECX5cv2tLsj06cn27UA2anD4umZzdDbEwGEon3BEPto0RV2b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/27/2017 12:17 AM, Po-Hsu Lin wrote: > This patchset will fix a typo, print the name of the memory notifier > error injection test, add two extra checks and fixes the online / > offline memory test in the memory-hotplug test. > > Po-Hsu Lin (5): > selftests: typo correction for memory-hotplug test > selftests: check hot-pluggagble memory for memory-hotplug test > selftests: check percentage range for memory-hotplug test > selftests: add missing test name in memory-hotplug test > selftests: fix memory-hotplug test > > .../selftests/memory-hotplug/mem-on-off-test.sh | 86 +++++++++++++++----- > 1 file changed, 67 insertions(+), 19 deletions(-) > Applied the series to linux-kselftest next for 4.13-rc1 thanks, -- Shuah