Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3411386pxb; Mon, 9 Nov 2020 10:24:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJwCAmxERPQ75ZBIA/03YDBPncjKYn37e/8wbOpr29RZRzsKJJMAbqqV535lN8jIb846bC1k X-Received: by 2002:a17:906:1f86:: with SMTP id t6mr15949553ejr.356.1604946248659; Mon, 09 Nov 2020 10:24:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604946248; cv=none; d=google.com; s=arc-20160816; b=aZ1fLf6s4y3x0M+PfNQ77Bk/T0YzqRoR+M1NWPkzl5Wg+fpq9IN8ldzlFaWiCnobbE QWWPtuiuDDk1GqVxkJNw7LgdeGUHmw+y3jUieyBGq1hoCquLyFY7VpS8aZERw5HAi+Zq kDziwFNXvR/HdfoVxOWk702yHTilHt1LuX0Y9MKf8JA8TrntMc0G0FfKObDuN3CaNvIl oOwYtinqGMie4u7j1qxypP7/XOfIhreIEVepcei0Stek/WNHA54RGg8bNu6U+vlaP/GX g1/mRf04DRzT4+OvjvMXRTuegKIP/3RaOFWAzbj/pHc5R4YiC7cOAX5RXAocig5RLzPn t/eQ== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=g5eRbjMM+dwLVYTGyouLQVJTzkxxD/ZkvzYX3o1QAg0=; b=J8M5yoJGm/fsbu/hFtCWl3QXY0f46PMSIsEt+MhcwCAXdwweAEzubtZVR/Yg0NVzwn QiW0KWRnPtKLq91gDMG4sRkbN3aO+hALJw3KW58D/r8IZb6+f0Oi2jw3vh7jCY/0dkG9 D8oDDzMrF4RkpVRpLRvQbUOqYLOrHkpmlC0qxBeNGDI7H17xQjknSNlNyL+mkC7rQKRK 6XMgVEG8yXNFxWtDQ9mbkkE16+en/tkL3oBAD3AScOdoZu8M0ui2TZiPREQhWPhKoyr4 2iNCnxBc9z9wtzgC5lMCgk5UwQmlkaHCPDMt6rPeqGzb9UTA78crZqVy+D9ronjN1KvI JmFA== 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 oz31si7061608ejb.484.2020.11.09.10.23.43; Mon, 09 Nov 2020 10:24:08 -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 S1729648AbgKISVi (ORCPT + 99 others); Mon, 9 Nov 2020 13:21:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729776AbgKISVi (ORCPT ); Mon, 9 Nov 2020 13:21:38 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EAECC0613CF; Mon, 9 Nov 2020 10:21:38 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (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 5B71E60B; Mon, 9 Nov 2020 18:21:37 +0000 (UTC) Date: Mon, 9 Nov 2020 11:21:36 -0700 From: Jonathan Corbet To: Thorsten Leemhuis Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed Message-ID: <20201109112136.0634a356@lwn.net> In-Reply-To: <7910cf25-4aa9-e33d-704c-33ab91ab713b@leemhuis.info> References: <7910cf25-4aa9-e33d-704c-33ab91ab713b@leemhuis.info> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 9 Nov 2020 12:01:56 +0100 Thorsten Leemhuis wrote: > @Jon: I'd be really appreciate to hear your thoughts on this. Seems like it's time to post a new version with all of your feedback so far reflected, and we'll go from there? Thanks, jon