Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp1577583pxb; Wed, 2 Feb 2022 08:01:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJyTb1+LiES8I/Y9ZTS9zhJ0hxDjmvox1qgoBIhbiLwVweNtYUqPrYR9WomZtwOidyU5ZM6p X-Received: by 2002:a17:903:1250:: with SMTP id u16mr30911756plh.126.1643817689965; Wed, 02 Feb 2022 08:01:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643817689; cv=none; d=google.com; s=arc-20160816; b=YVBMFp0lnDB047EFUxD9t4cQ7nU2pNrF3N8cB0jgGnKUeix/Uhi/AOkpKy9Af6+Jh+ ytVY/d3GinkFLeAU7/qc6qj1Gk7t2w2U+M7Hu/Om8/86j/JpOGWpUEQ6Jxe0IqH4kmzp FxI8fNIuNuk11PWEIGLxu5xzfAaDIpqfDK8GRiME4aYQGZ9URFEiEwBil+EMOLF4/zk4 4G8Endc9a/zuFjZaCCYtucrIUzUQ3HuRpM7G0XGnH8uM6Q81iud8niLVqYrr9W19B/S1 NOtypM2j/SMvUZ1TieaET6VsSH25rJTgLu+WZvVz426rP9CuOENhteP9XGcnveTxatJV D8lg== 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=gtTfqQ4SgsPjzzVcucSHDVX7CnIasHxFcqTs/084X0Q=; b=F+e3MxNPAoDNKhLzCeSsnf7MJ9G0BWzbME7E1lDxcx+faqAqkSI+0sPsW5TFk24Tup AI+t+vRVeWh11i2klI44w0x5KAc31JKvJdrkhID6quUgqoXqlKOUq+CN3tLaX8CSOvN9 N/P4aWZZCNMW85GbJn5JAbBZ4Yn+GLfN0bmGpFyF+E2F3HPIucW+7nm0Ui0w0tv3cdnw ZXGUTuT8IVbSwSL6kLEYY/f36xpwelddeNxpgZ0IfJmB48UIYTAUYAZHNquWT9+9bM1F CpJ2cRxEH0ropb/W4LnGFKhAO3b+fvciALYfTGKDeUWJneL2X9LaPHtya7VV3Z5mwVHz H3cA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id 136si11551995pgb.48.2022.02.02.08.01.16; Wed, 02 Feb 2022 08:01:29 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236203AbiBAK0o (ORCPT + 99 others); Tue, 1 Feb 2022 05:26:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235665AbiBAK0n (ORCPT ); Tue, 1 Feb 2022 05:26:43 -0500 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 4F5FCC06173D; Tue, 1 Feb 2022 02:26:43 -0800 (PST) Received: from ip4d144895.dynamic.kabel-deutschland.de ([77.20.72.149] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nEqMy-0002pB-5Q; Tue, 01 Feb 2022 11:26:40 +0100 From: Thorsten Leemhuis To: linux-doc@vger.kernel.org, Linus Torvalds Cc: workflows@vger.kernel.org, Linux Kernel Mailing List , Jonathan Corbet , Randy Dunlap , regressions@lists.linux.dev, Greg Kroah-Hartman , Lukas Bulwahn Subject: [PATCH v4 0/3] docs: add two texts covering regressions Date: Tue, 1 Feb 2022 11:26:36 +0100 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;1643711203;661d3094; X-HE-SMSGID: 1nEqMy-0002pB-5Q Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "We don't cause regressions" might be the first rule of Linux kernel development, but it and other aspects of regressions nevertheless are hardly described in the Linux kernel's documentation. The following patches change this by creating two documents dedicated to the topic. The second patch could easily be folded into the first one, but was kept separate, as it might be a bit controversial. This also allows the patch description to explain some backgrounds for this part of the document. Additionally, ACKs and Reviewed-by tags can be collected separately this way. v4 (this version): - countless small and medium changes after review feedback from Jon (thx), which also lead to a big change: - split the document into two, one for users and one for developers (both added by the first patch, as they are interlinked) - fixed and improved a bunch of areas I stumbled upon while checking the text again after the split - add a third patch to get one of the user-centric document on regressions mentioned in Documentation/admin-guide/reporting-issues.rst - note: the content added by the second patch did not change significantly, that's why I left an earlier reviewed-by for the patch and an ACK for the series in place there, but dropped the ACK for the first patch of the series v3 (https://lore.kernel.org/regressions/cover.1643110442.git.linux@leemhuis.info/): - drop RFC tag - heavily reshuffled and slightly adjusted the text in the sections "The important bits for people fixing regressions" and "How to add a regression to regzbot's tracking somebody else reported?" to make them easier to grasp - a few small fixes and improvements - add ACK for the series from Greg (now for real) v2/RFC (https://lore.kernel.org/linux-doc/cover.1641565030.git.linux@leemhuis.info/): - a lot of small fixes, most are for spelling mistakes and grammar errors/problems pointed out in the review feedback I got so far - add ACK for the series from Greg v1/RFC (https://lore.kernel.org/linux-doc/cover.1641203216.git.linux@leemhuis.info/): - initial version --- Hi! Here is a updated version of my patch-set adding documentation regarding regression. This bring bigger changes after Jon took a look and suggested splitting the text up. I did that and changed a bunch of other things along the way. But I for now decided against splitting off the regression tracking stuff into one or two other documents, as suggested by Jon, as that IMHO distributes the information over too many places. Ciao, Thorsten Thorsten Leemhuis (3): docs: add two documents about regression handling docs: regressions*rst: rules of thumb for handling regressions docs: reporting-issues.rst: link new document about regressions Documentation/admin-guide/index.rst | 1 + .../admin-guide/regressions-users.rst | 448 +++++++++++ .../admin-guide/reporting-issues.rst | 60 +- Documentation/process/index.rst | 1 + Documentation/process/regressions-devs.rst | 753 ++++++++++++++++++ MAINTAINERS | 2 + 6 files changed, 1234 insertions(+), 31 deletions(-) create mode 100644 Documentation/admin-guide/regressions-users.rst create mode 100644 Documentation/process/regressions-devs.rst base-commit: b8f4eee6a630ef8c5f00594e25c377463b4f299c -- 2.31.1