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 9C4C763CF; Tue, 21 May 2024 01:51:11 +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=1716256271; cv=none; b=U22Zfuow76z5alnoLJH40Wn2xEO5r5Eq3WCogHDA89UvBmALedYG8evmU/nzmZG8lOPjI+9v2P1NzCncD35j4xmTco49anqRuCRmVOnxqUHguTQoBJi2cGeD8LnmmofWf5ivol9fynxC+qlyfoZsLaKjF9356uu1cEZdIW7OGsI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716256271; c=relaxed/simple; bh=q5aRll7RQ/7WEH2ClridL6kzsaKT2gkajP4Ouav6gYI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qv9dKeOPUmqxKQEkdNjbuEoeqXGx+1Q5TqqQoPI1k/oYe0+JZ7tnRfoWZuMBDv912ym2ZTj2CMIL3gwS6vzG4PUwQiHmws5nvq93Io0sH933IU0qddnaTtfEPcHhZk1IpdC5ipDJSoALih112NdcQxv314wBcnNLKLlvd0r4+gI= 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 34079C2BD10; Tue, 21 May 2024 01:51:10 +0000 (UTC) Date: Mon, 20 May 2024 21:51:48 -0400 From: Steven Rostedt To: "Masami Hiramatsu (Google)" , Shuah Khan , Shuah Khan , Shuah Khan Cc: LKML , Linux Trace Kernel , Mathieu Desnoyers , linux-kselftest@vger.kernel.org Subject: Re: [PATCH] tracing/selftests: Fix kprobe event name test for .isra. functions Message-ID: <20240520215148.287e417f@gandalf.local.home> In-Reply-To: <20240521104919.c8fd7a91b4a9c0435d17017b@kernel.org> References: <20240520205737.5085e53a@gandalf.local.home> <20240521104919.c8fd7a91b4a9c0435d17017b@kernel.org> 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, 21 May 2024 10:49:19 +0900 Masami Hiramatsu (Google) wrote: > > It is listed twice. This causes the attached kprobe to it to fail which in > > turn fails the test. Instead of just picking the function function that is > > found in available_filter_functions, pick the first one that is listed > > only once in available_filter_functions. > > > > Looks good to me. > > Acked-by: Masami Hiramatsu (Google) > Thanks Masami, Shuah, can you take this through your tree? Thanks, -- Steve