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 8095FEB8FB3 for ; Wed, 6 Sep 2023 13:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237601AbjIFNpi (ORCPT ); Wed, 6 Sep 2023 09:45:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230499AbjIFNpi (ORCPT ); Wed, 6 Sep 2023 09:45:38 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EC3DCF1; Wed, 6 Sep 2023 06:45:35 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B10F3C433C8; Wed, 6 Sep 2023 13:45:33 +0000 (UTC) Date: Wed, 6 Sep 2023 09:45:53 -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: <20230906094553.388cd787@gandalf.local.home> In-Reply-To: <20230906094306.67a51feb@gandalf.local.home> 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> <20230906094306.67a51feb@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 09:43:06 -0400 Steven Rostedt wrote: > > 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 Never mind, I just noticed that your above sha includes this one. Not sure why I can't reproduce this. I'm using qemu as well. -- Steve