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 AE1ABC352A1 for ; Tue, 6 Dec 2022 16:48:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235615AbiLFQst (ORCPT ); Tue, 6 Dec 2022 11:48:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235582AbiLFQsQ (ORCPT ); Tue, 6 Dec 2022 11:48:16 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83BA4E005; Tue, 6 Dec 2022 08:47:55 -0800 (PST) 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 2A056617E9; Tue, 6 Dec 2022 16:47:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D634AC433C1; Tue, 6 Dec 2022 16:47:53 +0000 (UTC) Date: Tue, 6 Dec 2022 11:47:52 -0500 From: Steven Rostedt To: David Howells Cc: "Masami Hiramatsu (Google)" , linux-kernel@vger.kernel.org, Linux Trace Kernel Subject: Re: [PATCH v2] trace: Fix some checker warnings Message-ID: <20221206114752.2b5c14c4@gandalf.local.home> In-Reply-To: <1158740.1670343616@warthog.procyon.org.uk> References: <20221206225859.de7c2f68e9e50a65ac7c7c30@kernel.org> <20221206221813.3c7cfa0c6e51b551869912b3@kernel.org> <167023571258.382307.15314866482834835192.stgit@warthog.procyon.org.uk> <998783.1670333070@warthog.procyon.org.uk> <1158740.1670343616@warthog.procyon.org.uk> 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-trace-kernel@vger.kernel.org On Tue, 06 Dec 2022 16:20:16 +0000 David Howells wrote: > Masami Hiramatsu (Google) wrote: > > > > Is there a tracing tree this can go through? > > > > Yes, you can find it in MAINTAINERS file. > > We are using git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git > > Okay - is there someone who can apply it to that tree? > Yes, I'll do it this week, after testing. I'm redoing my testing infrastructure (to give it to Masami), so I'm a bit behind. -- Steve