From patchwork Thu Aug 10 06:32:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 800092 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b="Q0HUYeyk"; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3xSdcV5kBhz9t2M; Thu, 10 Aug 2017 16:33:14 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dfh1s-0000Ly-2d; Thu, 10 Aug 2017 06:33:12 +0000 Received: from mail-pf0-f170.google.com ([209.85.192.170]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dfh1b-00008Q-Q3 for kernel-team@lists.ubuntu.com; Thu, 10 Aug 2017 06:32:55 +0000 Received: by mail-pf0-f170.google.com with SMTP id h68so37515894pfk.0 for ; Wed, 09 Aug 2017 23:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=fS9+9FJ2yDpec7JEpPwPWQ74XOnQ0nRqbMetHkeR4XE=; b=Q0HUYeykdPwPFLFPlTN/LRhvAF8WEHJmyPXfvN8Qm5A73LipaIIUgr2vTewCy4mcJb +3G+Fv3oaiHHN1IxgpqnAIIluAe+BwNJIg1Zsff91cX5ze1h/Mjgoi0SBnaxMTCF+p9q adl43+UEZPfFwqoyLn3T2VbluUoqjse3opxTXTG1nWQlNXQUPmKACmc7vWaVSeYwO2dE jBFOQ7tMH7Jh2RS+5tUJEOn7HdZAgxjn3cS7ygLDuph1tln18P0Anld6lLAbZktFb4U4 56C831Q+lo+JHf1LP4VYvHKOtK7i/5zYLiw9rqkTUjuSagzyC/zdE0qO26ZxnBYa7Wh3 7b1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=fS9+9FJ2yDpec7JEpPwPWQ74XOnQ0nRqbMetHkeR4XE=; b=mdbI8tIx5c+q0y3kF3C1vKezH7s+uM7faQPBOZr4HpKp5sqMDMpIc03AMdOfLu6li7 ZcPocqKxPBORPk7JQqAhaX2A0O2SyQ9TA0ed953PfvFT/JORQha6JVM/Vjn9STnUsOIp T418KCMjd8TDYQaCYm5pjdpr46dW2i3tMiA5q+PnsghSZttJix5GdpLIZqSOnKru/UJ1 E1vVolvMq/bAhff6rwHazjND2/nOvfeDov3BqKR8jDTC+2BO3GbUawo+nbB2/CbZc+zR Y8mo197Hct0kB3yz19TvdweX7WYNM+Jna8UPn6lHh3Kw3cuRavtFMH9F3d5Hf8GPyL4P aqOg== X-Gm-Message-State: AHYfb5hgFAFSGAU4x1wtYl03OI4K7k1sdysDqzBootnI7wbPcJCWZ3nM 9FafonSJ7TyczheliVc= X-Received: by 10.84.217.208 with SMTP id d16mr11992856plj.269.1502346774233; Wed, 09 Aug 2017 23:32:54 -0700 (PDT) Received: from localhost.localdomain ([175.41.48.77]) by smtp.gmail.com with ESMTPSA id u28sm10564615pfg.95.2017.08.09.23.32.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Aug 2017 23:32:53 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [PATCH 4/5] selftests: add missing test name in memory-hotplug test Date: Thu, 10 Aug 2017 14:32:38 +0800 Message-Id: <20170810063239.16182-5-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170810063239.16182-1-po-hsu.lin@canonical.com> References: <20170810063239.16182-1-po-hsu.lin@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com There is no prompt for testing memory notifier error injection, added with the same echo format of other tests above. Signed-off-by: Po-Hsu Lin Signed-off-by: Shuah Khan (cherry picked from commit 02d8f075ac44f6f0dc46881965f815576921f2c0) Signed-off-by: Po-Hsu Lin --- tools/testing/selftests/memory-hotplug/mem-on-off-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh index c735ece..0f62c16 100755 --- a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh +++ b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh @@ -207,6 +207,7 @@ prerequisite_extra() fi } +echo -e "\t Test with memory notifier error injection" prerequisite_extra #