From patchwork Mon Mar 20 10:18:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fathi Boudra X-Patchwork-Id: 95497 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1301840obz; Mon, 20 Mar 2017 03:29:41 -0700 (PDT) X-Received: by 10.98.69.86 with SMTP id s83mr32535660pfa.232.1490005781367; Mon, 20 Mar 2017 03:29:41 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j1si17012893pld.330.2017.03.20.03.29.41; Mon, 20 Mar 2017 03:29:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753974AbdCTK0w (ORCPT + 22 others); Mon, 20 Mar 2017 06:26:52 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:33251 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753456AbdCTK0g (ORCPT ); Mon, 20 Mar 2017 06:26:36 -0400 Received: by mail-lf0-f42.google.com with SMTP id a6so53439059lfa.0 for ; Mon, 20 Mar 2017 03:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7hApSomy5GWnIMPWQo15FB+5nG7PrK0Un2b0WGoFKY4=; b=JsxoXC69seyiTdp58sUrd6J2cb2sU4qk025ywwp2QKfSbEbYwjsC+2Cwn52SnBOwAJ WW6f3dQcbcBCJ3suNl23A2oGQ1VseAmiD14Jx/n36mbPvyeywccD/4yF3OXk0Gl6Iff2 V5j92GfbAWBJeihvVo9ouukR4aEBZVp9Vs29I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7hApSomy5GWnIMPWQo15FB+5nG7PrK0Un2b0WGoFKY4=; b=N8fVNE/dfMkdzj2jw867nT2NNONdXB7V8sy6PwhtDLnsEuAHkA9vlBXX8UnrniHi3i 3+p9D1JaCKds5g2G3/2AwVifKzJhcSVcBsOlxhjQuroSBNAFv5VP6vRuxK0oKAh94RCi KKutsYFUVxcHtwoFlJfRxX6nPcrbV6VUy68sUkiPmGjvdN9ldWDwYZ7w9GIz5Ox0cL/g tq3ht3aNXjeUewp26hCOTF/UFpuXiCgXy4GfeZXxgChTsZH8croxbYLEY3ueTaICIONV kEMWwmaqH8SxhUtpmHMvaEbtHah6kmBkKYFzyv8KQLbrZ3UvRK2PPpmjpmeP3eNUg1vM zc7g== X-Gm-Message-State: AFeK/H3VqolxrjvOiFoFKkXdEF4CNZMWsrQfgK39oDBST0fYBjt+VlRFOzNIg/swlDX9lQ24 X-Received: by 10.25.215.89 with SMTP id o86mr8373219lfg.92.1490005110797; Mon, 20 Mar 2017 03:18:30 -0700 (PDT) Received: from localhost.localdomain (a91-156-68-16.elisa-laajakaista.fi. [91.156.68.16]) by smtp.gmail.com with ESMTPSA id z26sm2949521lja.61.2017.03.20.03.18.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Mar 2017 03:18:29 -0700 (PDT) From: Fathi Boudra To: linux-kselftest@vger.kernel.org, Shuah Khan Cc: linux-kernel@vger.kernel.org, Fathi Boudra Subject: [PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests Date: Mon, 20 Mar 2017 12:18:20 +0200 Message-Id: <20170320101822.28238-2-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170320101822.28238-1-fathi.boudra@linaro.org> References: <20170320101822.28238-1-fathi.boudra@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config -- 2.11.0 diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config new file mode 100644 index 000000000000..126933bcc950 --- /dev/null +++ b/tools/testing/selftests/lib/config @@ -0,0 +1,3 @@ +CONFIG_TEST_PRINTF=m +CONFIG_TEST_BITMAP=m +CONFIG_PRIME_NUMBERS=m From patchwork Mon Mar 20 10:18:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fathi Boudra X-Patchwork-Id: 95498 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1302006obz; Mon, 20 Mar 2017 03:30:07 -0700 (PDT) X-Received: by 10.98.48.196 with SMTP id w187mr4526827pfw.179.1490005807820; Mon, 20 Mar 2017 03:30:07 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si16968157pgl.232.2017.03.20.03.30.07; Mon, 20 Mar 2017 03:30:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753940AbdCTK0v (ORCPT + 22 others); Mon, 20 Mar 2017 06:26:51 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:33257 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753463AbdCTK0i (ORCPT ); Mon, 20 Mar 2017 06:26:38 -0400 Received: by mail-lf0-f45.google.com with SMTP id a6so53439303lfa.0 for ; Mon, 20 Mar 2017 03:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=DW3snp2+qgqlxvLGQ6+xEiR/JRMsgATMllwEhfNeUno=; b=G4iLO33l3sFjQUOiD1UDvfZBdWeZAhURcthZlEZU18zP002TNj6fTqlX2v+SA9JSrW sUAHj+7vgGgrImWK/8HzdX8HrEWQyAxn7D8UGztuj4UPFtwvdTXFOzdUrnDnhQ6PHDE+ ed8hkslhEtuwYzJDw+JmA+cRs3tbspcHDgCNM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DW3snp2+qgqlxvLGQ6+xEiR/JRMsgATMllwEhfNeUno=; b=Vp6L0s40FzepOrIqww2MS9qcwoMIjhJZDEj63kWzIFhbBMo4p9rpBzee/r+HQN8MAN 53cjMMYIuB6zV5DKkeonOLarI5RH3ETJBbRJELze69n7uYYc4xnBRB0GZvpUSai9g1VF J1tYpr9ADK7Rd54K7VIjGcBaPOm6l5eejkD5NOa5RIt1tf0WHDJA7d7R/EoyiGVXGmpc MgVIAhv9GhN/ZxP8wbPGY7iYHEQqlWFp6qKYMQ2a0uV+E7j5BPnovI5EnHVZEPGmGGYH cgWy8Sj0DAZvQyDvGIUKKLD1McTj9/1/+RTNo4zSG9ELm01j+xP3VGyj/qh9kh8yTBDe X0pQ== X-Gm-Message-State: AFeK/H0iPo0YWUcm4vzqkkACi+BCX0/bAsMNEK6h58mFDik7YvmhI2p9K56nfBY4IqDyApa3 X-Received: by 10.25.196.203 with SMTP id u194mr6787741lff.37.1490005112077; Mon, 20 Mar 2017 03:18:32 -0700 (PDT) Received: from localhost.localdomain (a91-156-68-16.elisa-laajakaista.fi. [91.156.68.16]) by smtp.gmail.com with ESMTPSA id z26sm2949521lja.61.2017.03.20.03.18.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Mar 2017 03:18:31 -0700 (PDT) From: Fathi Boudra To: linux-kselftest@vger.kernel.org, Shuah Khan Cc: linux-kernel@vger.kernel.org, Fathi Boudra Subject: [PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment Date: Mon, 20 Mar 2017 12:18:21 +0200 Message-Id: <20170320101822.28238-3-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170320101822.28238-1-fathi.boudra@linaro.org> References: <20170320101822.28238-1-fathi.boudra@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra --- tools/testing/selftests/ftrace/config | 1 + 1 file changed, 1 insertion(+) -- 2.11.0 diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config index ef8214661612..8a1c9f949fe0 100644 --- a/tools/testing/selftests/ftrace/config +++ b/tools/testing/selftests/ftrace/config @@ -1 +1,2 @@ +CONFIG_KPROBES=y CONFIG_FTRACE=y From patchwork Mon Mar 20 10:18:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fathi Boudra X-Patchwork-Id: 95495 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1301101obz; Mon, 20 Mar 2017 03:27:35 -0700 (PDT) X-Received: by 10.84.229.77 with SMTP id d13mr28871157pln.118.1490005655765; Mon, 20 Mar 2017 03:27:35 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o20si16970338pgn.150.2017.03.20.03.27.35; Mon, 20 Mar 2017 03:27:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754014AbdCTK0x (ORCPT + 22 others); Mon, 20 Mar 2017 06:26:53 -0400 Received: from mail-lf0-f52.google.com ([209.85.215.52]:36677 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbdCTK02 (ORCPT ); Mon, 20 Mar 2017 06:26:28 -0400 Received: by mail-lf0-f52.google.com with SMTP id y193so53335234lfd.3 for ; Mon, 20 Mar 2017 03:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4KVbJtEffJ2NYaS91oPMZN1FAl0HrKQD6mPULo7UO3U=; b=V0Ss5u978NhogrF4iStH8QF34FsazpW9zR2OxZTu2aqYRUub13F7kI5jRDJMRyn1Xz /V/Ze9QN+Qfq6McX2tyFqYGspR97K5M7Nc8k4SkW0vWj8JsXDhT4eZlE68WOAQ4Ba+in 4yPgfcOMRUBu7i1kt27BTdrejPHGMU/lAFh80= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4KVbJtEffJ2NYaS91oPMZN1FAl0HrKQD6mPULo7UO3U=; b=uCilV6cjvMNdQWcoP2sH1EWnixqJ2zIQ1vzi2tM9uWO1n6hcYCi70b/lszdBurBlyp A5hs5slqgv5zoNXrCP9/6VmFedDL/vrxtBX4YYX5BTAvYjM3sD2rK1vxhT61y2GM6u3m nNGZm2x+bLEmTt3fs/nAXl4zOi3IJrIH2NA0VG3Oz+WSqGpbV2cjHpEalnfa1Iwsq0Eb 2QljUq9/QHeL8728yRBrwrzYrItXNY1kXw61Zj63dO0kwReGgzsGrQiivbp6WCSo21Wa 9Fwq3EhHJ8MLPAzvqfnvpDPNFtm1D+1VQcJV+lL3nQYOilCOFQwGuTOSVrMchkepGs/8 ARfw== X-Gm-Message-State: AFeK/H3dB2bx0DknUd2uHiE3za6QWez/XPRpu7/rbpVopH3Cij7bB4H2XktjMuhpvfw6+xlS X-Received: by 10.25.163.68 with SMTP id m65mr4217212lfe.152.1490005113149; Mon, 20 Mar 2017 03:18:33 -0700 (PDT) Received: from localhost.localdomain (a91-156-68-16.elisa-laajakaista.fi. [91.156.68.16]) by smtp.gmail.com with ESMTPSA id z26sm2949521lja.61.2017.03.20.03.18.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Mar 2017 03:18:32 -0700 (PDT) From: Fathi Boudra To: linux-kselftest@vger.kernel.org, Shuah Khan Cc: linux-kernel@vger.kernel.org, Fathi Boudra Subject: [PATCH 3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment Date: Mon, 20 Mar 2017 12:18:22 +0200 Message-Id: <20170320101822.28238-4-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170320101822.28238-1-fathi.boudra@linaro.org> References: <20170320101822.28238-1-fathi.boudra@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org vm tests rely on shared memory settings. Enable system V IPC to run these tests. Signed-off-by: Fathi Boudra --- tools/testing/selftests/vm/config | 1 + 1 file changed, 1 insertion(+) -- 2.11.0 diff --git a/tools/testing/selftests/vm/config b/tools/testing/selftests/vm/config index 698c7ed28a26..1c0d76cb5adf 100644 --- a/tools/testing/selftests/vm/config +++ b/tools/testing/selftests/vm/config @@ -1 +1,2 @@ +CONFIG_SYSVIPC=y CONFIG_USERFAULTFD=y