Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp4334308pxb; Mon, 25 Oct 2021 02:12:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwFVtC9UrR6KeoB0b79HWpSeq5X0kYXnrx0qqmitsHy416Pt0jCS2WMX///vr9VOLG1UQPU X-Received: by 2002:a50:f087:: with SMTP id v7mr6726866edl.126.1635153136605; Mon, 25 Oct 2021 02:12:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635153136; cv=none; d=google.com; s=arc-20160816; b=KVyKNRZJux4XcCE1Z8vEWnnWY1L7phJ1fc3VWRPDl6ePAQxMiAvCdwpSyNuS8NVHs+ 7fkHh47ZBcYE7DUHTw0cpLReScbxjmzjEw//UJhFvgFgCJ7bbzz+bhAvUfdisIfMWtLF LjbAxead9pQ0ZchaTXqg3DGVeF8DyKUNJVwQjQVvGqw/8T8A91C1ebcYrftb2ZhJPR7v AKWECcKZja8fEzvavopbO0jS29nrFITVQegKqoeI5MAJToXUD1GbLPpGtjVq71QWQScV C3h6CPWCIFIAZ5cy4zjBmR6VcYs3P264+EoJqsfqWzR6J+tlwPitsVtX3OypZYENLozc ajJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=pl6f0zHL004UeEw5QujVq8lclSeAS9iloxash79uAEs=; b=RnaOCaitrOCUv2nFP8XaNv/X4fyJfTgqIheeBaWT8YqCDgpnBb6YoRFyenSeAJTAN0 aHThxFJQtyMb/UOzzWMzCNiQStFt2seT0ai2KbQuUUhoDHtTzihpfL4N0E250kB6aTj2 wZMj/5JL/j6RWMoDEgRHdBdoKBV7g3EGJQWatLPi/0lQHRSuetMCcVZLPTrTNrpKL1LZ SRvU4P1iFl0zYsFzaW492BQhmBwftRjTBLVYqMH3b35iocucdaENjADd4cLd3wnz/5rb jcH7mgvqVs85htJytHdUGdKa+/SvC4XDbOAYpa9bmiPxXntqjDRs7nCQOZI1EL7da0LG FW1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n15si25628114edy.244.2021.10.25.02.11.51; Mon, 25 Oct 2021 02:12:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232354AbhJYJJC (ORCPT + 99 others); Mon, 25 Oct 2021 05:09:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232281AbhJYJJA (ORCPT ); Mon, 25 Oct 2021 05:09:00 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34869C061764; Mon, 25 Oct 2021 02:06:38 -0700 (PDT) Received: from ip4d173d4a.dynamic.kabel-deutschland.de ([77.23.61.74] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1mevwB-0005ei-IU; Mon, 25 Oct 2021 11:06:35 +0200 From: Thorsten Leemhuis To: Jonathan Corbet Cc: Randy Dunlap , Konstantin Ryabitsev , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/1] docs: improve when and how to use Link: tags Date: Mon, 25 Oct 2021 11:06:34 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1635152798;d914673d; X-HE-SMSGID: 1mevwB-0005ei-IU Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lo! The regression tracking bot I'm working on can automatically mark an entry as resolved, if the commit message of the fix uses a 'Link' tag to the report. Many developers already place them, but it afaics would improve matters to make this more explicit. Especially as I had trouble finding the explanation myself at first, as I simply grepped for 'Link:' and only found an explanation in configure-git.rst. But that only covers how maintainers should use it to make git automatically add links to the patch review in the archives. v3: - drop the first patch (merged) - slightly improve the text again due to the questions raised during the review (that's also why I didn't pick up Konstantin's 'reviewed-by' on v2) and something Linus meanwhile said coincidentally v2: https://lore.kernel.org/r/cover.1633593385.git.linux@leemhuis.info/ - slightly reword after suggestiones from Konstantin (thx!) - make this a patch series with an preparatory patch that does s!lkml.kernel.org!lore.kernel.org! everywhere in the docs v1: https://lore.kernel.org/r/7dff33afec555fed0bf033c910ca59f9f19f22f1.1633537634.git.linux@leemhuis.info/ - initial version Thorsten Leemhuis (1): docs: submitting-patches: make section about the Link: tag more explicit Documentation/process/submitting-patches.rst | 33 +++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) base-commit: 2df9f7f57905e61cf638284bf86af30f7849ed6b -- 2.31.1