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