Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753939AbdCTK0v (ORCPT ); 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 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 495 Lines: 17 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(+) 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 -- 2.11.0