From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 39E1F24BBEE; Sun, 22 Mar 2026 20:48:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774212522; cv=none; b=Hn6bKkV8+36fXpHFrcwHIfM8T7/qVDIjO9FJNDBbG6YVtaS2r+goi6TlAs4/Wct5KV7jvk0pMwh/DJsAfO7puZ6tj1aPRxFKZz0fKRNHHZRKdIbTochDhbCxS26kXLuhzEK+FC1KNkNJvgDg8XkTWI2yflSb5/MTvPDQ4XoJMCc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774212522; c=relaxed/simple; bh=dwutdTttgxaW4X2GU21RV2Ljl2yTL2dIdLHh+R/HZps=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=uyEpD1xPJRAK2ZD5F/5MrKWHeFKAR553PJEHYMpMfRhhUeMUJqAOlnWJ+d9Jg+iUehHNbId916z/Zq/VqOsDWKv8O8J627HpNxfvZ8VyP6L5/IaLPIFL6mQPg3DzUq3nrQ5dVo6b0KY5RjThppNr0oEzHObGHBpWL3FkSS80Qs4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=mzmwnE2H; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="mzmwnE2H" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 90172411E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1774212520; bh=dwutdTttgxaW4X2GU21RV2Ljl2yTL2dIdLHh+R/HZps=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mzmwnE2HOF/SyaspMF/NUPgPAMGUtxSgUJBJEu8xdz+Om/GNItpooqQqjLpieKOCZ YB2bETyYBJm2lXKLUQFcN+JZTai4v1PNHMr7jsg+urkyb9oGQLexky3GZGJPOOJip4 2UGqqWP5Xsnkf8G3KGcZ3bhXhjUCi7ef+9TwNdtrD4EEvtWsVLjFsnqVpodgtWd6Go 6L5/4H7SXcEdNDKTlnu0X9d/fJinP5GjhIcnEsdJl+7QqtolRsqssaLiqgexgTBz9+ H7a4jisWC5vIxgUWg6Bu20kouwpHMC0wPfIyU1DbGRxe1UdGtGzBCWSfF9JATj5TnA UkVIX+UFgdCgQ== Received: from localhost (unknown [IPv6:2601:280:4600:27b::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 90172411E2; Sun, 22 Mar 2026 20:48:40 +0000 (UTC) From: Jonathan Corbet To: Thorsten Leemhuis Cc: linux-doc@vger.kernel.org, regressions@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] docs: reporting-issues: tweak a few areas and rewrite the ending In-Reply-To: <87pl529y01.fsf@trenco.lwn.net> References: <87pl529y01.fsf@trenco.lwn.net> Date: Sun, 22 Mar 2026 14:48:39 -0600 Message-ID: <87mrzzd1zs.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Jonathan Corbet writes: > Thorsten Leemhuis writes: > >> This patch-set tweaks a few parts in the fringes of our text on bug >> reporting while replacing two sections at the end with a new text as >> proper appendix that hopefully better fits the purpose and covers more >> aspects. >> >> This is the first versions of this patch-set, but it starts as v2, as it >> contains three patches and a few bits that were part of an earlier and >> bigger patch-set. This incorporates review feedback given there. The >> last patch in this series is mostly new, but includes a few bits from >> patch 4 and 5 of the earlier series. > > I don't see anything to complain about here ... if nobody screams, I'll > apply them in a few days or so. ...and I have now done that, thanks. jon