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 351F31E2834; Wed, 16 Apr 2025 00:54:44 +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=1744764885; cv=none; b=kEw7sJQIAEi6YxHgd2WE3ZNaSf5L3FHOQKW2UxqqQk2OE8LoBPUGsAosiEaBjtyMWtVi3VsGJdJojjfgVrylxt/rXqNRiH43jRqc/XCRRfa/sM05UZyW6z8aGsa9Bj1pFq6JgO8DA2R83pQEli+TJSJflYUIqGloBWv0X1VpgQ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744764885; c=relaxed/simple; bh=JnXCr2gEYLGKH2IMinVb0GHXPRNq/IdyJwBNURilIPA=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cIk6xe1gyQkbusrU9NQcn4Exa3CvfvrZHppG6kTBsq6XG1m9/oa5SUf+lnt/snaWwq43AVYc41qBWMmNm2/SWArarlLBXqxKjxt9KpCLD9xcMlylFKmO33EUqiHi4RSIPWKcpwbdQvAn9Zwjywct6UddaZmm20yghWQ18HFsELw= 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 91C41C4CEEC; Wed, 16 Apr 2025 00:54:43 +0000 (UTC) Date: Tue, 15 Apr 2025 20:54:42 -0400 From: Steven Rostedt To: Shuah Khan Cc: "Masami Hiramatsu (Google)" , LKML , Linux Trace Kernel , Mathieu Desnoyers , Mark Rutland , Mark Brown , linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests/ftrace: Differentiate bash and dash in dynevent_limitations.tc Message-ID: <20250415205442.2437cea3@batman.local.home> In-Reply-To: <658670d0-086b-49e9-85ac-3e002fa8322b@linuxfoundation.org> References: <20250414210900.4de5e8b9@gandalf.local.home> <20250416075832.cd27bcb52b7e31d0f5717273@kernel.org> <658670d0-086b-49e9-85ac-3e002fa8322b@linuxfoundation.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-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, 15 Apr 2025 17:03:44 -0600 Shuah Khan wrote: > > Acked-by: Masami Hiramatsu (Google) > > > > Steve, do you want me to pick this up for rc3? Hi Shuah, Yes, can you please. But can you change the Closes tag to: Closes: https://lore.kernel.org/all/350786cc-9e40-4396-ab95-4f10d69122fb@sirena.org.uk/ Because the one I had was the top of the thread which is about a different bug. Mark mentioned this bug in the middle of the thread and the above link is where Mark mentioned it. -- Steve