From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8E09F2973DC; Tue, 22 Apr 2025 18:06:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745345199; cv=none; b=KVVbdlj+XmizfeGNCMygko6IlVe7xmU6i3RAUU2BbVFt10pbMpGhoGA7YL9+pu1hpbgCJeU2+V9HYqe8YP4appy4jytD0QopvXAKqJ9sb9cHjUJ9LbXklb0Rr0aiN6J0PjZGTtRhtetRidzIa3kzG7FjC0SeY6+67NxsrH/vISg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745345199; c=relaxed/simple; bh=Ks6BvRNCvdIWlPmRHnoxO26WywxRVyCnrYdtD5PfjbQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=aY5rDm7FfqiA6Bd8cBmmVG9mwW3XLbAHc+LHWnP74wUlg7rOTZXKv6fYNuSoZyZNqRQ9bt4m2lOdvYJ1Sj7sUPlVkbAsMvC0GiEoVBOtYg7j9W3ndTZxPyI9Z2lczOW3cFhzuz2Evokjbpj67UYM82VmV5LQp2kUqHuRGXSEC1M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF293C4CEE9; Tue, 22 Apr 2025 18:06:37 +0000 (UTC) Date: Tue, 22 Apr 2025 14:08:28 -0400 From: Steven Rostedt To: Shuah Khan Cc: LKML , Linux Trace Kernel , Masami Hiramatsu , Mathieu Desnoyers , Andrew Morton , linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2] tracing: selftests: Add testing a user string to filters Message-ID: <20250422140828.4555f4d1@gandalf.local.home> In-Reply-To: References: <20250418101208.38dc81f5@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 22 Apr 2025 10:59:03 -0600 Shuah Khan wrote: > > Link: https://lore.kernel.org/linux-trace-kernel/20250417183003.505835fb@gandalf.local.home/ > > > > Signed-off-by: Steven Rostedt (Google) > > --- > > Changes since v1: https://lore.kernel.org/20250417223323.3edb4f6c@batman.local.home > > > > - Use $TMPDIR instead of $TESTDIR as test file (Masami Hiramatsu) > > > > Steve, Masami > > Do you want me to take this for rc4? Hi Shuah, Sorry, I didn't copy the comment from v1 to v2, but it still applies: Shuah, I'm Cc'ing you on this for your information, but I'll take it through my tree as it will be attached with the fix, as it will fail without it. It's already been accepted. Thanks, -- Steve