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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAD59E7AD76 for ; Tue, 3 Oct 2023 16:05:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240245AbjJCQFy (ORCPT ); Tue, 3 Oct 2023 12:05:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232066AbjJCQFx (ORCPT ); Tue, 3 Oct 2023 12:05:53 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B817A9; Tue, 3 Oct 2023 09:05:50 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::646]) (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 922B1381; Tue, 3 Oct 2023 16:05:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 922B1381 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1696349149; bh=FJ0ABpqZ404qDATR9ZjzfiRpFdQTFHY4H48kFkpDdqE=; h=From:To:Subject:In-Reply-To:References:Date:From; b=ByBmQehZ9ZDltSjH06Xz6yT1qgZkCx/jKFQq5vGQMNYnUNAsWw5VRiHo0PzccGksa gqlixKWWEgNhp6Y5PHM0QnX8YDksC0utj3gRWXz7g24l5PqHLfDgZqX1bgpuQjlTd/ 0eAlHSE25aHwkynWubyn7prY+ca8QdG0XmJEXgCE5hVajN3um9Jk3zfan25A4Svpqm e6bckqM5chLcb6+taKdlZEhJgBgiFn1No0MF6iM38yUXkNKfuKtdbd4GWNnuTS/+dC hPSI6U9PcqlFTty4GZa5eG+hfY0iUEGivaGcfpmBY2ezucGrZ5aDp10a6JQXeFMVL0 pgpGyDfqQB/2g== From: Jonathan Corbet To: Costa Shulyupin , Mahesh J Salgaonkar , Oliver O'Halloran , Linas Vepstas , Bjorn Helgaas , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Frederic Barrat , Andrew Donnellan , "Manoj N. Kumar" , "Matthew R. Ochs" , Uma Krishnan , Qiang Zhao , Li Yang , Greg Kroah-Hartman , Jiri Slaby , Costa Shulyupin , Randy Dunlap , Yanteng Si , Heiko Carstens , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Nicholas Miehlbradt , Benjamin Gray , "Aneesh Kumar K.V" , Andrew Morton , Segher Boessenkool , Rohan McLure , Josh Poimboeuf , "Naveen N. Rao" , Sathvika Vasireddy , Laurent Dufour , Nathan Lynch , Brian King , Wolfram Sang , Al Viro , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-scsi@vger.kernel.org, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org Subject: Re: [PATCH] docs: move powerpc under arch In-Reply-To: <20230826165737.2101199-1-costa.shul@redhat.com> References: <169052340516.4355.10339828466636149348@legolas.ozlabs.org> <20230826165737.2101199-1-costa.shul@redhat.com> Date: Tue, 03 Oct 2023 10:05:48 -0600 Message-ID: <87cyxvelnn.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Costa Shulyupin writes: > and fix all in-tree references. > > Architecture-specific documentation is being moved into Documentation/arch/ > as a way of cleaning up the top-level documentation directory and making > the docs hierarchy more closely match the source hierarchy. > > Signed-off-by: Costa Shulyupin So this patch appears to have not been picked up, and to have received no comments. I'll happily carry it in docs-next, but it would be nice to have an ack from the powerpc folks...? Thanks, jon