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 D0775C00140 for ; Mon, 15 Aug 2022 16:13:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229652AbiHOQNs (ORCPT ); Mon, 15 Aug 2022 12:13:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230321AbiHOQNs (ORCPT ); Mon, 15 Aug 2022 12:13:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50688DEE7; Mon, 15 Aug 2022 09:13:47 -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 E21BE6118B; Mon, 15 Aug 2022 16:13:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A3ADC433C1; Mon, 15 Aug 2022 16:13:44 +0000 (UTC) Date: Mon, 15 Aug 2022 12:13:50 -0400 From: Steven Rostedt To: Alexei Starovoitov Cc: Peter Zijlstra , Jiri Olsa , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Ingo Molnar , bpf , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , LKML , Josh Poimboeuf , Linus Torvalds , Andrew Morton , Christoph Hellwig Subject: Re: [RFC] ftrace: Add support to keep some functions out of ftrace Message-ID: <20220815121350.56db328d@gandalf.local.home> In-Reply-To: References: <20220813150252.5aa63650@rorschach.local.home> <20220815114453.08625089@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 Mon, 15 Aug 2022 08:53:05 -0700 Alexei Starovoitov wrote: > > My ask now is to be more inclusive when doing anything that deals with > > modification of text, or other infrastructures. This "go it alone" approach > > really needs to stop. Linux is an open source project and collaboration is > > key. I know you don't care about others use cases (as you told me in that > > BPF meeting last year), but any maintainer in the Linux kernel must care > > about the use case of others or this will all fail. > > Please don't misrepresent. Not cool. Sorry. To quote exactly what you told me when you cut me off in that meeting, "I don't care about your use cases". I guess you care about others use cases, just not mine. -- Steve