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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 D7286C1B0E3 for ; Thu, 10 Dec 2020 00:26:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B50CE22D04 for ; Thu, 10 Dec 2020 00:26:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732452AbgLJA0P (ORCPT ); Wed, 9 Dec 2020 19:26:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726519AbgLJA0K (ORCPT ); Wed, 9 Dec 2020 19:26:10 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 599B4C0613CF; Wed, 9 Dec 2020 16:25:29 -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 10C6C301; Thu, 10 Dec 2020 00:25:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 10C6C301 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1607559929; bh=ywdfegw7XoJZkcDSTZUNSp0egIOABJ7DZRdiRiF1mog=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WpoAYVFDIe90jTqfTKJ+QZIsIIo7C7AXNbDFpeDM0D3lm14dr6GMhRxSw8cYUHMCe UPTvDXuzXYWzoG7veDSaU84rE8/pr7cUJwTMhFYTXKqnuDV77qBNeCoa6u72VYH8KA drqbeyRvJIt5CFNujoB+h95CzwXaUNUXGTGxqYWX4EHKv3HT06dOVCCj8dc6Suy1HN hTE/xxNtigJ1nPkc/qQ94q8HnUKHnDETYkb5PG4Dy8DbMaESR8vBBt7K8U+HFF15Hn Wo4GfnMMI4uX7VUSnSHsdni6Wv+FNLdLRYAZ34g0bkB6w/G0yKAxjTvpK/mCuSRXrF DxSBoxDmWdHWA== Date: Wed, 9 Dec 2020 17:25:27 -0700 From: Jonathan Corbet To: Thorsten Leemhuis Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: reporting-issues: move 'outdated, need help' note to proper place Message-ID: <20201209172527.3fb293f5@lwn.net> In-Reply-To: References: 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 Wed, 9 Dec 2020 06:19:14 +0100 Thorsten Leemhuis wrote: > Move the 'this section is a placeholder for now and needs help by > someone with domain knowledge' note one section upwards to the place > where it belongs: the 'Decode failure messages' section. > > Signed-off-by: Thorsten Leemhuis > --- > Brown paper bag fixup :-/ Hey, if it's the only one we're in fine shape :) Applied, thanks. jon