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 638B0C43334 for ; Tue, 5 Jul 2022 17:49:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232789AbiGERtx (ORCPT ); Tue, 5 Jul 2022 13:49:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229591AbiGERtv (ORCPT ); Tue, 5 Jul 2022 13:49:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F74B1836D for ; Tue, 5 Jul 2022 10:49:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1B1346160B for ; Tue, 5 Jul 2022 17:49:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00D9EC341C7; Tue, 5 Jul 2022 17:49:47 +0000 (UTC) Date: Tue, 5 Jul 2022 13:49:46 -0400 From: Steven Rostedt To: Jeff Xie Cc: mingo@redhat.com, Masami Hiramatsu , Tom Zanussi , linux-kernel@vger.kernel.org, Song Chen Subject: Re: [PATCH v14 0/4] trace: Introduce objtrace trigger to trace the kernel object Message-ID: <20220705134946.01cff121@rorschach.local.home> In-Reply-To: References: <20220628145552.349839-1-xiehuan09@gmail.com> X-Mailer: Claws Mail 3.17.8 (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-kernel@vger.kernel.org On Tue, 5 Jul 2022 23:30:46 +0800 Jeff Xie wrote: > Hi Steve, > > I'm curious if you have any comments on this patchset ;-) Hi Jeff, I haven't forgotten you. You're still in the queue (which is finally moving forward). I have a few other patch sets ahead of yours that I need to go over. Yes, those patches have been waiting longer :-p -- Steve