From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7853EB8FD3 for ; Wed, 6 Sep 2023 13:42:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240852AbjIFNmy (ORCPT ); Wed, 6 Sep 2023 09:42:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240377AbjIFNmy (ORCPT ); Wed, 6 Sep 2023 09:42:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D94F210D7; Wed, 6 Sep 2023 06:42:47 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72E8EC433C7; Wed, 6 Sep 2023 13:42:46 +0000 (UTC) Date: Wed, 6 Sep 2023 09:43:06 -0400 From: Steven Rostedt To: Zheng Yejian Cc: "Masami Hiramatsu (Google)" , Ajay Kaher , , , , , Shuah Khan , Ye Weihua Subject: Re: [PATCH] selftests/ftrace: Correctly enable event in instance-event.tc Message-ID: <20230906094306.67a51feb@gandalf.local.home> In-Reply-To: References: <20230626001144.2635956-1-zhengyejian1@huawei.com> <20230626191114.8c5a66fbaa28af3c303923bd@kernel.org> <20230626191255.53baab4ed48d7111dcd44cad@kernel.org> <20230710183741.78f04c68@gandalf.local.home> <1cb3aee2-19af-c472-e265-05176fe9bd84@huawei.com> <20230905183638.2b539fae@gandalf.local.home> <9cad73cd-1f8b-2f3f-cda4-99b89a87b931@huawei.com> <20230906072759.4e8bee1c@gandalf.local.home> <2667182e-691e-2ab4-4c2d-a47d76f38107@huawei.com> <20230906085621.6e20db28@gandalf.local.home> <20230906090252.36219543@gandalf.local.home> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Wed, 6 Sep 2023 21:31:32 +0800 Zheng Yejian wrote: > > Also, which branch are you testing? What's the sha of the code you are testing? > > > > I think it can be reproduced after any commit after commit > 27152bceea1d ("eventfs: Move tracing/events to eventfs") > > also can be reproduced with the newest: > 65d6e954e378 ("Merge tag 'gfs2-v6.5-rc5-fixes' of > git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2") > > And revert commit 27152bceea1d ("eventfs: Move tracing/events to > eventfs"), the issue just seems gone. The reason I'm asking is that there could be something added that fixes it. I'm testing Linus's tree at: cbb557ba92f08b945e2cb20b7ab37ef49ab53cdd Can you add the patch to that and see if you can still reproduce it? -- Steve