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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 10497C02194 for ; Thu, 6 Feb 2025 19:37:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9125610E92D; Thu, 6 Feb 2025 19:37:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="iSFuw6dH"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id 42A9310E92D for ; Thu, 6 Feb 2025 19:37:13 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 457D9A4464B; Thu, 6 Feb 2025 19:35:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACB89C4CEDD; Thu, 6 Feb 2025 19:37:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1738870631; bh=kFFbN5GilgzCBInhcFGZK609ZeBEHIl+9Imwq3sgYhs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iSFuw6dHOFmyoN0qkh+tyFfnApmZkkYqCkDcyWcFePnH0NPRfwI2TvVO0PrkNzYIv PgHawYmZvnj8oql/w+X3jWNXPIH/njq/5QG5+g2LOQayS4dNAjM1yDEyXCF0hHpxM1 slWbefs75ydaGMvmhxHf/6I2HFeRjudLWSHZ4ahw4DzMBumOeEu2zPNI6vvpFhZvbJ ZfqtgPF26y4rSv1mHzhmMM3aiSTYrdqyn1A/P/OsD+XzBUeDCMPkJ0+nsjlwwYkfPE b+KsEySBmXUN80EDVHPrloS+tODER3/Bgv4QXzgy5w3PcG0vIU74728ZAQ+qEf7EsL Zeq/tT3XXw7vQ== Date: Thu, 6 Feb 2025 20:37:03 +0100 From: Danilo Krummrich To: Hector Martin Cc: Dave Airlie , Jason Gunthorpe , Greg KH , Linus Torvalds , phasta@kernel.org, Christoph Hellwig , Miguel Ojeda , Abdiel Janulgue , daniel.almeida@collabora.com, aliceryhl@google.com, robin.murphy@arm.com, rust-for-linux@vger.kernel.org, Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Trevor Gross , Valentin Obst , open list , Marek Szyprowski , airlied@redhat.com, "open list:DMA MAPPING HELPERS" , DRI Development Subject: Re: On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.) Message-ID: References: <293df3d54bad446e8fd527f204c6dc301354e340.camel@mailbox.org> <20250130154646.GA2298732@nvidia.com> <2025013030-gummy-cosmic-7927@gregkh> <20250130172437.GN5556@nvidia.com> <2025013148-reversal-pessimism-1515@gregkh> <20250131135421.GO5556@nvidia.com> <2b9b75d1-eb8e-494a-b05f-59f75c92e6ae@marcan.st> <208e1fc3-cfc3-4a26-98c3-a48ab35bb9db@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <208e1fc3-cfc3-4a26-98c3-a48ab35bb9db@marcan.st> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Feb 06, 2025 at 06:19:42PM +0900, Hector Martin wrote: > > If shaming on social media does not work, then tell me what does, Most importantly be *consistent* with good technical arguments, calmly focus on your actual matter rather than escalating any surrounding details. Accept that sometimes things can't be reached directly, but additional work is needed to change the preconditions. Goals aren't reached by burning bridges, but by building them. Sometimes you may not be able to build a bridge where you would like to. But you can still look for alternative routes with and within the community. Surely, it does take time and energy, but certainly there's no shortcut. - Danilo