Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1979127ybl; Thu, 30 Jan 2020 09:17:10 -0800 (PST) X-Google-Smtp-Source: APXvYqz9Z9JeSIZ2z0y27AFdynpgrhCX7AC6rCpCm9frQRB07erq7lVCBadAsBsgMEdC24Q+iq4t X-Received: by 2002:aca:fd16:: with SMTP id b22mr3585488oii.73.1580404630229; Thu, 30 Jan 2020 09:17:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580404630; cv=none; d=google.com; s=arc-20160816; b=VgWr2+txK6TbrL7ymgOvZpqkT7auK3qZujWzo0+b9qO9za4yWmMTEMCYbLRqfML+s6 JMiwA9MMzXomhsE7aFmmyfzZizkPOqRgmCiWNRUYmTwdJaomhcwJ9ZOV4J3icWfoXKMx QdgaOGxez+Q/WeZntMM2kqm7FLM8nCSSys+ZgJaVYficOlmd/lAraPauJnvylaMMcMWk Ga6+ztD9otx221I2JqBGuplVTggxZlBCIixVhYji+ibbv0jm2uSuK3U3mvPG0ePNZBeb WPKbRGXFw2+5CEOVfWe0kUfO9yN0MPDmmz5qSWrhjVzcC/6bQcIYlzhws3O/n69AHf2O vCgw== 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=whXdzYhmq7ozNFEG1Z74jlIudV8SSRZo02oAKfU2wBU=; b=pITZ6DTl0rZigzCDm+TqMOEqY70gGdInS40M9Ti0YcollUk9zr0QPyhdQQIyKTHj7S rkBOZf3UgOX8AtjCKzQIoANznYC7oSC3ObKhdwXiYJnoNAoe187b1A4tJ1i3qM+FjpNo ld7bJ0NUues4V1fEgjZvjCHDqluCMESftEnCBDJZ2RnBKNOmkwth5FW/i5aMBZonhAaQ WhSEiE3B8CIk2wl99+DoAqBRmZ1Td3hfb7QcmWX5V8oVO/tbgwmC/49GGBlNhrkKdDq9 cNFax7Nq3cWAZuvRgPK4sCq6SWrOIlJ5TRUoJ8aP9WubuRsNV+cfRn5pXIA05k+hSGJ4 7DRw== 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 z73si3120241oia.40.2020.01.30.09.16.57; Thu, 30 Jan 2020 09:17:10 -0800 (PST) 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 S1727469AbgA3RNy (ORCPT + 99 others); Thu, 30 Jan 2020 12:13:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:46918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgA3RNy (ORCPT ); Thu, 30 Jan 2020 12:13:54 -0500 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 8E540206F0; Thu, 30 Jan 2020 17:13:53 +0000 (UTC) Date: Thu, 30 Jan 2020 12:13:52 -0500 From: Steven Rostedt To: Shuah Khan Cc: LKML , Masami Hiramatsu , Namhyung Kim Subject: Re: [PATCH] selftests/ftrace: Have pid filter test use instance flag Message-ID: <20200130121352.466e3300@gandalf.local.home> In-Reply-To: <20200130121205.40cbb903@gandalf.local.home> References: <20200130121205.40cbb903@gandalf.local.home> 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 Shuah, Can you take this through your tree? Thanks! -- Steve On Thu, 30 Jan 2020 12:12:05 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > While running the ftracetests, the pid filter test failed because the > instance "foo" existed, and it was using it to rerun the test under a > instance named foo. The collision caused the test to fail as the mkdir > failed as the name already existed. > > As of commit b5b77be812de7 ("selftests: ftrace: Allow some tests to be run > in a tracing instance") all a selftest needs to do to be tested in an > instance is to set the "instance" flag. There's no reason a selftest needs > to create an instance to run its test in an instance directly. > > Remove the open coded testing in an instance for the pid filter test and > have it set the "instance" flag instead. > > Signed-off-by: Steven Rostedt (VMware) > --- > .../selftests/ftrace/test.d/ftrace/func-filter-pid.tc | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-pid.tc b/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-pid.tc > index 64cfcc75e3c1..f2ee1e889e13 100644 > --- a/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-pid.tc > +++ b/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-pid.tc > @@ -1,6 +1,7 @@ > #!/bin/sh > # SPDX-License-Identifier: GPL-2.0 > # description: ftrace - function pid filters > +# flags: instance > > # Make sure that function pid matching filter works. > # Also test it on an instance directory > @@ -96,13 +97,6 @@ do_test() { > } > > do_test > - > -mkdir instances/foo > -cd instances/foo > -do_test > -cd ../../ > -rmdir instances/foo > - > do_reset > > exit 0