Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1339534pxf; Fri, 9 Apr 2021 06:12:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyIsJBvEI2UuZVC6pN/WlWCW8GI8nVhZtNnQ/JBSns6ejedfEmNb0S6xQzFsMuv4dxNcTv+ X-Received: by 2002:a17:902:708b:b029:e6:77ca:3cb6 with SMTP id z11-20020a170902708bb02900e677ca3cb6mr12956817plk.84.1617973927768; Fri, 09 Apr 2021 06:12:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617973927; cv=none; d=google.com; s=arc-20160816; b=wkgpHd+vcascpOFjUTAIVdCvKHw1slxykOiMkaTWoZhwyLG58Hkf4O7LA7sqCEHgzH RlrSTZF+Ko+qVm1m7FbJX6e2eQY2LsWwyAOe3OVQGafS9DnP1V3qYDly/I3CYCYNaPmS 6hjDCSOOAA+kH3NgITNCVBbFsc9TNz+F1N2nNyNJMNlIaUd+D+vZCGhfBIw9DxY3gVFF AHt4Gd3LgHpAcA5fTpq/VjWNDBx4TvoP2fWPTiKR7i9tg5fvQRTn+DTD9isj3I1P+1p0 vOHJCl33tBWf9qE643bjHo/4qX4ZsVK87JDRuKkpQgrzQxQC+bUq4BL+tiOK1qG7PrQb ILsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=iJlgUvgUphJush3GSyDTeORkEcLEpUji35U33HKGVPg=; b=KW40ZIKlmqz4a/4gwRDSjG9ZnYFaE3rjhTv+SW5D4AsBDH3wOczzBDAYCD7D958lSt mUv7SHtFOZ0UHEndG2NKxeib338SrvTAZXl4yp6NsjvaKwoj+lY/tNVxvp3871lPkZh/ eRZXfT7e5OTZHgH4O6xG//luBg39aIXsELyWXLTb/4APWq/lFufbX3XQ94sjDEHLAz0+ ZLt7OmtrDeW6otcl0hUuat1QbqsNWV01rRu+Mz9ShZ1bwWdyG2uX97vcjXXO9YyG+hvB iajaEzw8pZBxMR/X5bCsu6WnIaRybki7WONiDOx1gLDs3I7TMY8Qs/BGTLDMjBTlIs6d 1k1g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=qyNxkzJd; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j135si3818058pfd.108.2021.04.09.06.11.54; Fri, 09 Apr 2021 06:12:07 -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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=qyNxkzJd; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233019AbhDINKG (ORCPT + 99 others); Fri, 9 Apr 2021 09:10:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:52708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231127AbhDINKF (ORCPT ); Fri, 9 Apr 2021 09:10:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 620DB61105; Fri, 9 Apr 2021 13:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617973793; bh=iSxuNZd0oELMkAXw8fnWyOjEVFUvCW/GZcyHdjsL7m8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qyNxkzJdsuUEOMLDnrbSJJoNL0Bv8hQrZApP6EfnnmkpuMyMH6Bnf3LcTrpT6o+8H q0LaR1ULCh9XvI9YDulxI8Nwfv4X0mwedWdoz8UWYPiI+ptUPxiSuooexI5XmAopwg bygq7scdHyX2U930EkCzw9olMlDrOYR9lSY/5ceM= Date: Fri, 9 Apr 2021 15:09:50 +0200 From: Greg KH To: Thorsten Leemhuis Cc: Jonathan Corbet , Linus Torvalds , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] docs: reporting-issues: make people CC the regressions list Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 09, 2021 at 01:47:24PM +0200, Thorsten Leemhuis wrote: > Make people CC the recently created mailing list dedicated to Linux > kernel regressions when reporting one. Some paragraphs had to be > reshuffled and slightly rewritten during the process, as the text > otherwise would have gotten unnecessarily hard to follow. > > Signed-off-by: Thorsten Leemhuis Reviewed-by: Greg Kroah-Hartman > --- > v1->v2 > * drop the bits that a would help a automatic tracking solution > > FWIW, a quick reminder about something I wrote in v1, but nobody said > anything about it: now that we have a mailing list for regressions I was > inclined to remove the "Make the report's subject start with > '[REGRESSION]'" part from the text. But in the end I left it, to make it > obvious on other lists that the mail is about a regression. > Nevertheless, I'm still wondering if it should be toned down a bit, as > it might be enough if the subject starts with "regression:" or contains > the word somewhere. Let's see if anyone notices about [REGRESSION] or not, it can evolve over time :) thanks, greg k-h