Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp2307644rwd; Wed, 14 Jun 2023 00:34:19 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ60KDyIH7jaOHvM34rO2iuR43US1kqQ3k4MU7cR1F8AcgnCQ3DEDOl4X+Vm+yXF8Vks9z1/ X-Received: by 2002:a05:6a00:13a3:b0:662:659c:b46f with SMTP id t35-20020a056a0013a300b00662659cb46fmr1517465pfg.31.1686728059316; Wed, 14 Jun 2023 00:34:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1686728059; cv=none; d=google.com; s=arc-20160816; b=ZBXxu0j7AgcXraIENaGFWM3Em2hB4CGyJwp7N68wvK6NN+6BJ56JlQQc9JuH+9a/iZ 3TM5nvyoDbbSjdYPYvQf83aS0Dvmm2Xksx1D1cqCvaNnxJji88SlWhTlM78PmWQBdDJi 7pBqtkg5bFSrphg0iT9SsO4uUgiyhfG6PPJcvlRXqAjePQZNrpfg4kRLWJcti3s96Be/ 8Wh32Mpbv3rwmzBWp13AUTmrCzOErvnfzwcNUeUGWdF/Z2fAHxH4Sm6X5WDHbNF7UjFQ mH9WhS7hO+mvrZrGSKfbwfjaqckaEfzn2gns4ETgDfh1lfxJ0RIuXcpVRFj6psTubmfo mV1Q== 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; bh=upWuFIi9+dViFe3sQWirSYJVvpEcodjY7bZTPNmtCkM=; b=TwKwkV+7ouf//2JUAckW/Ejlfm0Bs60qD+PLHdyFCaqMXM3zhHof91ogTMzdDUPgQ2 7WOT6kXY5Qvfd0UU3NH2z1tVki0b8nNOTiW202lR8WTXVkC/KdAiuJe2H8ZyhY/yom6T bmaVOLkQ0cKSH9VrIVx1MjWwRRPQ+vaphLFDhVGUH13PJeXFtFAHKL5DsH/kz4XWiqHF 8bHbc7kSdFo0uw5etz9GZtC0KQ6b64D91a+k22i1SmtJCFlJY6864/J4OMfn5ptQGUwN tUFGySNkRJqCoBlSZZDyfXxvU8/egHQR4S3XVkZXCiQTvYbP9rUh443uGJJfrTBhplD9 hYyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id 207-20020a6218d8000000b0064580409a12si10022178pfy.320.2023.06.14.00.34.07; Wed, 14 Jun 2023 00:34:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243200AbjFNHM5 (ORCPT + 99 others); Wed, 14 Jun 2023 03:12:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243075AbjFNHM4 (ORCPT ); Wed, 14 Jun 2023 03:12:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90E7B1BC5; Wed, 14 Jun 2023 00:12:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 25D9663691; Wed, 14 Jun 2023 07:12:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C404EC433C8; Wed, 14 Jun 2023 07:12:49 +0000 (UTC) Date: Wed, 14 Jun 2023 08:12:47 +0100 From: Catalin Marinas To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon , Alex Shi , Yanteng Si , Hu Haowen , Paolo Bonzini Subject: Re: [PATCH 1/5] docs: arm64: Move arm64 documentation under Documentation/arch/ Message-ID: References: <20230613094606.334687-1-corbet@lwn.net> <20230613094606.334687-2-corbet@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230613094606.334687-2-corbet@lwn.net> X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 13, 2023 at 03:46:02AM -0600, Jonathan Corbet wrote: > 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. Move > Documentation/arm64 into arch/ (along with the Chinese equvalent > translations) and fix up documentation references. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Alex Shi > Cc: Yanteng Si > Cc: Hu Haowen > Cc: Paolo Bonzini > Signed-off-by: Jonathan Corbet Acked-by: Catalin Marinas