From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7042CC433E4 for ; Fri, 26 Mar 2021 08:58:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C4E361A18 for ; Fri, 26 Mar 2021 08:58:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229951AbhCZI6P (ORCPT ); Fri, 26 Mar 2021 04:58:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:55778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbhCZI6A (ORCPT ); Fri, 26 Mar 2021 04:58:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A6C0C61A18; Fri, 26 Mar 2021 08:57:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616749080; bh=edZqUHw5Z3EONRX9RfghM0Jwz5Bjv21lNtfF9E2D0+I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rNwGEBLQjWWZYnjU+saotsVAj14lGybssYYaAdviMY3V2Amsx5I1bmGPwK1ezyFTE eAvONQwAhTy+ueH8s3MQ6DkU2TlfK6qw1nJouRgFJKv1CRRW9wprSpzjKXvbW3rwnD APJLJBV1RxVynxbd2aEe5aLAPDRqb0d/KgpTxhkc= Date: Fri, 26 Mar 2021 09:57:57 +0100 From: Greg KH To: Thorsten Leemhuis Cc: ksummit , Sasha Levin , Linux Kernel Mailing List , linux-doc@vger.kernel.org Subject: Re: [Ksummit-discuss] [2/5] reporting-issues: step-by-step-guide: main and two sub-processes for stable/longterm 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, Mar 26, 2021 at 07:16:40AM +0100, Thorsten Leemhuis wrote: > On 26.03.21 07:13, Thorsten Leemhuis wrote: > > Lo! Since a few months mainline in > > Documentation/admin-guide/reporting-issues.rst contains a text written > > to obsolete the good old reporting-bugs text. For now, the new document > > still contains a warning at the top that basically says "this is WIP". > > But I'd like to remove that warning and delete reporting-bugs.rst in the > > next merge window to make reporting-issues.rst fully official. With this > > mail I want to give everyone a chance to take a look at the text and > > speak up if you don't want me to move ahead for now. > > > > For easier review I'll post the text of reporting-issues.rst in reply to > > this mail. I'll do that in a few chunks, as if this was a cover letter > > for a patch-set. > > > Step-by-step guide how to report issues to the kernel maintainers Looks good to me, no objections from my side. Thanks so much for doing this! greg k-h