From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 59FA82FA1 for ; Thu, 22 Apr 2021 21:26:08 +0000 (UTC) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1619126381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b66py62GIBeGKJIx3xBAI1xEzmQTRfu3F7c9sWWDEg0=; b=lO0k3HrhFaG0jB+cSUyY77/19phGAhjgc0mUnxC3Fs2w/8kt63mxtyuZJceqmu66Viqqbg qwIj4kDqCsj+hMwIeUDm3tovZJN/+MjTt+C9CNfTEwxs4GY8PBHfcP3pSInU5xuZT3mRc/ XQlShotEFsXrb6QXk2LR5em5FFc5D9svIWJg5632/Z7QEntLqHuJO2U5Kd1wln2hwI8T0h Yfef5gUef4QrpxFIrzD3545LnAF+ou3p8kbdnNYm7u+rsjc4nT8459wnq2wryaOf6kgPDW iBUtEX4wJn3Uik7SU9NC0ClH8MEbUwH7yqBSHhJAKEqNSGsluN/PbNf/p4xjOw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1619126381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b66py62GIBeGKJIx3xBAI1xEzmQTRfu3F7c9sWWDEg0=; b=HULrowbLw0PKGHvoQ6IFUTzYT50YvgWNSO2btU/29qp2TmF7PpspwtqIPvipQNNpnMLs6D 9aooE5irs/OkvQDQ== To: Steven Rostedt , Mark Brown Cc: Mike Rapoport , Leon Romanovsky , James Bottomley , ksummit@lists.linux.dev Subject: Re: [MAINTAINER SUMMIT] Rethinking the acceptance policy for "trivial" patches In-Reply-To: <20210422111939.0c555039@gandalf.local.home> References: <20210422124023.GD4572@sirena.org.uk> <20210422132339.GF4572@sirena.org.uk> <20210422111939.0c555039@gandalf.local.home> Date: Thu, 22 Apr 2021 23:19:41 +0200 Message-ID: <875z0exbiq.ffs@nanos.tec.linutronix.de> X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Thu, Apr 22 2021 at 11:19, Steven Rostedt wrote: > On Thu, 22 Apr 2021 14:23:39 +0100 > Mark Brown wrote: > >> > For me the most annoying is to get several patches from the middle of a >> > series. IMHO, sending at least cover letter to everyone is the bare minimum >> > so that people at least can take a look at high level details and request a >> > repost. >> >> Yes, the cover letter should always go to everyone. > > And that's still the one thing that quilt send-mail does not support :-p It's not rocket science to fix that with some scripting around it. Thanks, tglx