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 57C0A8F6C; Tue, 4 Jun 2024 16:31:27 +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=1717518687; cv=none; b=C5Nm26iSdyrt5+VgvIpZ6Qpr9miSS66C9lKihbXpwBuVBMob0lwQeXQeJhLcvvtNIdyP9jMX2DpLHfbnExOm97D1uFJeeql7GEw7XtHYtSXi/DVAkrF8wHuqRWBYbPq2VHL9qV09z1+VaeQ6jLAOgSmxAVkp5xHgHp5M4ZMlASE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717518687; c=relaxed/simple; bh=goD58epB5eWbLQiw9SXNOQ0RYoZ4dDRcRSIUQ2Ndgu0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MxaW0tHPoXAFEDFEyN2fdpFEoUjs3YsapR9A3N+ikI/MSodb0LSDH7P9aWSht1CLdlisrXNUrKxHnXgF634FLvODXiasplyrM6+D3BvW1Cvodzcc2HVRiiiofIxZ5JKgHtlOcdw1JYxBGjVpjNkpfQN6YTHqS/+1D63rpDdXU9k= 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 5BE72C2BBFC; Tue, 4 Jun 2024 16:31:24 +0000 (UTC) Date: Tue, 4 Jun 2024 12:31:24 -0400 From: Steven Rostedt To: Mark Rutland Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Mathieu Desnoyers , Andrew Morton , Alexei Starovoitov , Florent Revest , Martin KaFai Lau , bpf , Sven Schnelle , Alexei Starovoitov , Jiri Olsa , Arnaldo Carvalho de Melo , Daniel Borkmann , Alan Maguire , Peter Zijlstra , Thomas Gleixner , Guo Ren Subject: Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing Message-ID: <20240604123124.456d19cf@gandalf.local.home> In-Reply-To: References: <20240603190704.663840775@goodmis.org> <20240604081850.59267aa9@rorschach.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, 4 Jun 2024 15:44:40 +0100 Mark Rutland wrote: > Hi Steve, Masami, > > On Tue, Jun 04, 2024 at 08:18:50AM -0400, Steven Rostedt wrote: > > > > Masami, > > > > This series passed all my tests, are you comfortable with me pushing > > them to linux-next? > > As a heads-up (and not to block pushing this into next), I just gave > this a spin on arm64 atop v6.10-rc2, and running the selftests I see: > > ftrace - function pid filters > (instance) ftrace - function pid filters > > ... both go from [PASS] to [FAIL]. > > Everything else looks good -- I'll go dig into why that's happening. > > It's possible that's just something odd with the filesystem I'm using > (e.g. the wnership test failed because this lacks 'stat'). Thanks for the update. I could be something I missed in patch 13 that had to put back the pid code. There may have been something arch specific that I'm unaware about. I'll look at that deeper. -- Steve