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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C524C47080 for ; Tue, 1 Jun 2021 22:28:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C489613AB for ; Tue, 1 Jun 2021 22:28:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234856AbhFAW3H (ORCPT ); Tue, 1 Jun 2021 18:29:07 -0400 Received: from ms.lwn.net ([45.79.88.28]:45438 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234799AbhFAW3C (ORCPT ); Tue, 1 Jun 2021 18:29:02 -0400 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id B02586E2; Tue, 1 Jun 2021 22:27:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net B02586E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1622586433; bh=dSoDMMpAp0sDWnPw9PwD/bCdqpPgr2iplSwiHsPTuiw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=AMgJ7VoNwKp3EjYIsBsWGwX1Ph5AisSpZYPvSIfSpQFhiFYoAmN4nha/Mwz8Azw7t Jl4NzEnKzXfUjdjJ7fOt4R9+mjVuuhvEZGhbtBIrte+DaB0/kdS11q42o1zIYOW9uz 0UNjeg/CpyHfqrYGloiLL22EucJsDAjGeMEsfBGelZMbixd2Q3rDml+nVsosop1l+y Hcu0nmOGOHqmgMdUd9ebKjkmooudaCZ0oDG5JZT7wPZMBAeRn1IcfMouQ2PomepmRJ ltUTjG1Zj5ZUeUWPmQ1igiInw4wYvNzFnISvwVNl1aQdXlr1VNYYulSeozDtYoCYA6 UOXXg5/YrmzrQ== From: Jonathan Corbet To: Borislav Petkov Cc: x86-ml , lkml Subject: Re: [PATCH] Documentation/submitting-patches: Document RESEND tag on patches In-Reply-To: References: <20201217183756.GE23634@zn.tnic> <20210413113834.GE16519@zn.tnic> <87pmyxsxsy.fsf@meer.lwn.net> <20210415060505.GC6318@zn.tnic> Date: Tue, 01 Jun 2021 16:27:13 -0600 Message-ID: <87zgw98blq.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov writes: > Wow, time flies. :-\ > > A month and a half later, Jon, how about it? Oops...somehow I missed the fact that there was something there for me to look at and respond to, sorry. I've just read it through... if it were me, I would find a way to reduce its bulk in the hope that people would actually read it; much of what's there is in coding-style.rst (or should be). But it's not me, and if you want to keep it I won't whine (much). Except about reverse fir tree, perhaps, but nobody listens to me on that...:) I'd say package it up as a maintainer-guide entry and go for it. Thanks, jon