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 7B859EC873E for ; Thu, 7 Sep 2023 16:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233296AbjIGQhT (ORCPT ); Thu, 7 Sep 2023 12:37:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238455AbjIGQhC (ORCPT ); Thu, 7 Sep 2023 12:37:02 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6614C4ED7; Thu, 7 Sep 2023 09:22:59 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74950C433AD; Thu, 7 Sep 2023 16:11:10 +0000 (UTC) Date: Thu, 7 Sep 2023 12:11:22 -0400 From: Steven Rostedt To: Naresh Kamboju Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Masami Hiramatsu , Mark Rutland , Andrew Morton , Zheng Yejian Subject: Re: [PATCH 0/6] tracing: Fix removing instances while reading/writing to their files Message-ID: <20230907121122.22fc1be9@gandalf.local.home> In-Reply-To: References: <20230907024710.866917011@goodmis.org> 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 Thu, 7 Sep 2023 18:54:46 +0530 Naresh Kamboju wrote: > This patch set applied on top of Linux next master branch and > tested selftests ftrace tests [1]. The test run to complete and not > found any crashes. > > Tested-by: Linux Kernel Functional Testing > Tested-by: Naresh Kamboju Thanks Naresh! -- Steve