Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7156336ybi; Mon, 8 Jul 2019 15:47:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqxppfjFNQNdbyMvB950n9f5VRZySUrkWh+Zgn3QasxTMDrXmw5G1XdetQb6V8i+9cBgpSvh X-Received: by 2002:a17:902:8a87:: with SMTP id p7mr27844460plo.124.1562626040905; Mon, 08 Jul 2019 15:47:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562626040; cv=none; d=google.com; s=arc-20160816; b=RVEdW1BIZwbpLik6sKNJLdqxCL2Q5L62lpTjJdLsBbEVw/PyFOJ24bxXN6RxL95Nm0 EdybUq6JFmR1caf089SZ/6tK1n2i8VEAxw88vspk5Z2mZb4PSP31Txc02xjTnuYk22T6 ZhswwlIh24YPrPOAzaHX4Wxa303XltFkNjZNzDXHWO+06RvgtvzJoHsYmCDvXltpT7xa xv19oxP04v8bnaH5glvMUsx7XIX4yK4vUBoBbNVzoyHP8GG68KC2+kBnf53T5SJdeffc CKrAQ/30iWo26lhINH17/11AEfW1jD3668+SZkTaJUiHUUHA46n8YvNuqvcvgQJ6xCgS uLPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=dQKSNIX50B165iaLbk69TB7lOdNkLl1CBadA2M/hsXg=; b=xlq3LzpmN9O55DgrjkZOs/Fy9FpE8zklgSU/Kd/WEs35ZiUYtpxCifFiAWzFqZdHTX Bt9U4iUj0aksSHwDw4/6rTU3UpFIBmBRZipGf0u484MnrTce/xMUOoEThvpF108pNpLL vE3G/3+ofa3giVJjytcXBKvsOVqRbbPvHz9Ov23vIDp4VMTxI5XjtqB+t7Flo+LnidtF KpjtU5xMafjXFO9/Jl3ezHiiLgdjYI+YmPZ/TnxGAsUmiXCCRI7y07+kaYZFaM9gljEF tyst1ufXiIX3dUBsPFHQJF9BBAO627x4e8p6vQefpL/evbCbLED4DkEQJnf4AZ+/mawK l5GQ== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k12si20083642pgh.263.2019.07.08.15.47.06; Mon, 08 Jul 2019 15:47:20 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391591AbfGHTWR (ORCPT + 99 others); Mon, 8 Jul 2019 15:22:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:33098 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390747AbfGHTWR (ORCPT ); Mon, 8 Jul 2019 15:22:17 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A413D2086D; Mon, 8 Jul 2019 19:22:15 +0000 (UTC) Date: Mon, 8 Jul 2019 15:22:14 -0400 From: Steven Rostedt To: Thadeu Lima de Souza Cascardo Cc: LKML , Masami Hiramatsu , Shuah Khan , Ingo Molnar , Andrew Morton Subject: Re: [PATCH] selftests/ftrace: Select an existing function in kprobe_eventname test Message-ID: <20190708152214.0304ec7e@gandalf.local.home> In-Reply-To: <20190708191026.GA8307@calabresa> References: <20190322150923.1b58eca5@gandalf.local.home> <20190708191026.GA8307@calabresa> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 8 Jul 2019 16:10:29 -0300 Thadeu Lima de Souza Cascardo wrote: > On Fri, Mar 22, 2019 at 03:09:23PM -0400, Steven Rostedt wrote: > > From: Steven Rostedt (VMware) > > > > Running the ftrace selftests on the latest kernel caused the > > kprobe_eventname test to fail. It was due to the test that searches for > > a function with at "dot" in the name and adding a probe to that. > > Unfortunately, for this test, it picked: > > > > optimize_nops.isra.2.cold.4 > > > > Which happens to be marked as "__init", which means it no longer exists > > in the kernel! (kallsyms keeps those function names around for tracing > > purposes) > > > > As only functions that still exist are in the > > available_filter_functions file, as they are removed when the functions > > are freed at boot or module exit, have the test search for a function > > with ".isra." in the name as well as being in the > > available_filter_functions (if the file exists). > > > > This fixes a similar problem for me. > > Tested-by: Thadeu Lima de Souza Cascardo Masami, can you ack this, and Shuah, can you take it? Thanks! -- Steve > > > Signed-off-by: Steven Rostedt (VMware) > > --- > > diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc > > index 3fb70e01b1fe..3ff236719b6e 100644 > > --- a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc > > +++ b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc > > @@ -24,7 +24,21 @@ test -d events/kprobes2/event2 || exit_failure > > > > :;: "Add an event on dot function without name" ;: > > > > -FUNC=`grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` > > +find_dot_func() { > > + if [ ! -f available_filter_functions ]; then > > + grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " " > > + return; > > + fi > > + > > + grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do > > + if grep -s $f available_filter_functions; then > > + echo $f > > + break > > + fi > > + done > > +} > > + > > +FUNC=`find_dot_func | tail -n 1` > > [ "x" != "x$FUNC" ] || exit_unresolved > > echo "p $FUNC" > kprobe_events > > EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`