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 A1AE3C433EF for ; Thu, 14 Apr 2022 17:08:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236030AbiDNRKh (ORCPT ); Thu, 14 Apr 2022 13:10:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245428AbiDNRHf (ORCPT ); Thu, 14 Apr 2022 13:07:35 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E0722AE32 for ; Thu, 14 Apr 2022 09:52:49 -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 ams.source.kernel.org (Postfix) with ESMTPS id BB2AEB82AE5 for ; Thu, 14 Apr 2022 16:52:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4770BC385A5; Thu, 14 Apr 2022 16:52:46 +0000 (UTC) Date: Thu, 14 Apr 2022 12:52:45 -0400 From: Steven Rostedt To: Jeff Xie Cc: Masami Hiramatsu , mingo@redhat.com, Tom Zanussi , linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 0/4] trace: Introduce objtrace trigger to trace the kernel object Message-ID: <20220414125245.400bdf4e@rorschach.local.home> In-Reply-To: References: <20220204035644.734878-1-xiehuan09@gmail.com> <20220208230830.6b8c03c0f4f11c1ed18da236@kernel.org> <20220208104806.5272f2ea@gandalf.local.home> <20220228110822.4b906204@gandalf.local.home> 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 Mon, 11 Apr 2022 23:47:23 +0800 Jeff Xie wrote: > Just don't want you to forget this patch series ;-) I won't. I've just been super busy (on my way back home from Denver). I'll try to get some time tomorrow to review them. Thanks for being patient with me. -- Steve