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 B1034C4332F for ; Thu, 31 Mar 2022 14:48:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237031AbiCaOuO (ORCPT ); Thu, 31 Mar 2022 10:50:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236576AbiCaOuO (ORCPT ); Thu, 31 Mar 2022 10:50:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A213222A2; Thu, 31 Mar 2022 07:48:26 -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 E4229B82147; Thu, 31 Mar 2022 14:48:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E70BC340ED; Thu, 31 Mar 2022 14:48:21 +0000 (UTC) Date: Thu, 31 Mar 2022 10:48:20 -0400 From: Steven Rostedt To: Masahiro Yamada Cc: Mathieu Desnoyers , Linux Kernel Mailing List , Beau Belgrave , Masami Hiramatsu , linux-trace-devel , bpf , Network Development , Alexei Starovoitov , Linus Torvalds , Michal Marek , Nick Desaulniers , Linux Kbuild mailing list Subject: Re: [PATCH] tracing: do not export user_events uapi Message-ID: <20220331104820.4506c8ba@gandalf.local.home> In-Reply-To: References: <20220330201755.29319-1-mathieu.desnoyers@efficios.com> <20220330162152.17b1b660@gandalf.local.home> <20220331081337.07ddf251@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: bpf@vger.kernel.org On Thu, 31 Mar 2022 23:41:34 +0900 Masahiro Yamada wrote: > Either 1 or 2 is OK > if you are sure this will be fixed sooner or later. Thanks, Then I'll go and pull in Mathieu's patch. I want this done too, and I believe Beau has a vested interest to get this correctly done as well, thus it should be worked on and hopefully we will have something solid by the next merge window. -- Steve