Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp551359pxb; Thu, 12 Nov 2020 10:05:20 -0800 (PST) X-Google-Smtp-Source: ABdhPJw1woSbJJM/0tgoxrKrjCqTT3MsdGKm8mnkfWTWsL30vVaNHGRPtGZJJGPVtyO16rNlk6oK X-Received: by 2002:a17:906:3547:: with SMTP id s7mr529868eja.70.1605204320594; Thu, 12 Nov 2020 10:05:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605204320; cv=none; d=google.com; s=arc-20160816; b=avZoxDTYIGuflKgU7yNmqKHJjN5Yyolgju4HHEVn8fh0soLpY0xFcAd9Jb4U7op8zF O4ce/NB+m9/O6vIuU/szA/wkoXlHiAJ08XyDKogqIloqce3y99CA5hO/BWoRNX0aWMuO +6Wjn3OG/Awx8ZwpmWkWiW1cHeD+l2YMowrWGyrNVxLzX0N6/Oad4bZ2u/fXWfGVMYw6 DUI7cW0fWvjCSgCZYFfBaedDrqZzk7RBm/1VfATDtYZb6ptRT/uu8MnQlXHJlju7sKmv 5NL7ZRoCmmrhPQjEs3q4C1GmoTgr3RgfADbiLYk63+KJQShiFETVLRznYAAJAANFe/cg sIoQ== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=jx7F9LM1wkOyfjwLKBMKVz//eO8bH0n4TPewc6lp3aw=; b=NApjG2i0KvMJTd3VduJUP0Aa3cmNp1DBCgAgL2UP/mdpCGZMFKWZKsJLzi4ql456cc Ab0FJkM58mzoUHOMM2sIFKProWV/qjCwrErlyV7rlc6GTighkgc/5p65qJVxrxJkY856 3EhFfkVV005zPuupjRVmDFAryLS+Jm0tc7m19xZk7MdHBlLWsuHXLN9/xwTK30c68Gpp I8iNwgiEJzIRxPzNUOAyQwmalOuqByfYXnKgefoTY7zr2ZXVtqoIzg38OCRSDKC3Zvpd TypqI426XedKdK5xfz7UnojwAN0/7vrit38FDdiw+ABoDRbje/feP6Mx+XK4YaNdLOMg yeGQ== 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 n10si4009464ejr.7.2020.11.12.10.04.55; Thu, 12 Nov 2020 10:05:20 -0800 (PST) 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 S1726628AbgKLSAl (ORCPT + 99 others); Thu, 12 Nov 2020 13:00:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726662AbgKLR73 (ORCPT ); Thu, 12 Nov 2020 12:59:29 -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 5617BC0613D1; Thu, 12 Nov 2020 09:59:29 -0800 (PST) Received: from ip4d145e30.dynamic.kabel-deutschland.de ([77.20.94.48] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kdGsa-00076N-1N; Thu, 12 Nov 2020 18:59:28 +0100 From: Thorsten Leemhuis To: Jonathan Corbet Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH v2 18/26] docs: reporting-bugs: let users optimize their notes Date: Thu, 12 Nov 2020 18:58:55 +0100 Message-Id: <086bd8741d409b6c60b7199596651695366f722e.1605203187.git.linux@leemhuis.info> X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1605203969;0e5b1c25; X-HE-SMSGID: 1kdGsa-00076N-1N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The reader now users the mainline kernel and is getting closer to reporting the issue, so it's a good point to let people recheck and optimize their notes how to reproduce the issue. It's also a good moment to make them search again for existing reports, as they might have learned something in the previous steps. Signed-off-by: Thorsten Leemhuis --- Documentation/admin-guide/reporting-bugs.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst index 60a84f52724c..7af4e7a6e797 100644 --- a/Documentation/admin-guide/reporting-bugs.rst +++ b/Documentation/admin-guide/reporting-bugs.rst @@ -820,6 +820,25 @@ head over to the section "Details about reporting issues only occurring in older kernel version lines" below. +Optimize description to reproduce issue +--------------------------------------- + + *Optimize your notes: try to find and write the most straightforward way to + reproduce your issue. Make sure the end result has all the important + details, and at the same time is easy to read and understand for others + that hear about it for the first time. And if you learned something in this + process, consider searching again for existing reports about the issue.* + +An unnecessarily complex report will make it hard for others to understand your +report. Thus try to find a reproducer that's straight forward to describe and +thus easy to understand in written form. Include all important details, but at +the same time try to keep it as short as possible. + +In this in the previous steps you likely have learned a thing or two about the +issue you face. Use this knowledge and search again for existing reports +instead you can join. + + .. ############################################################################ .. Temporary marker added while this document is rewritten. Sections above .. are new and dual-licensed under GPLv2+ and CC-BY 4.0, those below are old. -- 2.28.0