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 3BD72C6FD1D for ; Thu, 30 Mar 2023 18:53:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229995AbjC3SxE (ORCPT ); Thu, 30 Mar 2023 14:53:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229862AbjC3SxE (ORCPT ); Thu, 30 Mar 2023 14:53:04 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A691EB6D; Thu, 30 Mar 2023 11:52:42 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (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 A267A733; Thu, 30 Mar 2023 18:52:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net A267A733 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1680202361; bh=wg7OMp22RDcyo//HBDrXS4XZAIraWO+qV5yrMrn+nVs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=MXklz7tGfEWzk+yrrfjZmgjKxua8EpWUwK7hX4N9XaKfDQT77bh/3d5wC5Mh1KQtt gnpaQu6wqHIIdUtlwZHQ+sXGUSUjZ7img3+9OatvW5eIHNaD26Gu3ETEQIMUjqrLg/ iMMYhgK6Wq0o/PhHXeG35HQtkQN33JDGmuf2BVKWDvsu7l9cXgHvEFEFXWTHNnEFQK Rvxj9HhE+nmOlRBQf7jaE5kxFwGd4+R/+PtVmZtz1WzGrz5pnSWIsG0VJwSfwkym+g QDYXjJx53D1IDAL76Nh1WJRZKideTzsZganlMJ+BLZn5xQJL54coI6kcsvtGdEcr0D oguMY+GSfDdmQ== From: Jonathan Corbet To: Dave Hansen , linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Dave Hansen , x86@kernel.org, Peter Zijlstra , Borislav Petkov , Stephen Rothwell Subject: Re: [PATCH RFC 0/2] Begin reorganizing the arch documentation In-Reply-To: <87v8ir9rz6.fsf@meer.lwn.net> References: <20230315211523.108836-1-corbet@lwn.net> <87cz4zb8xu.fsf@meer.lwn.net> <498938d3-60a4-6219-a02c-a03e490103c3@intel.com> <87v8ir9rz6.fsf@meer.lwn.net> Date: Thu, 30 Mar 2023 12:52:40 -0600 Message-ID: <87a5zuf4w7.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Jonathan Corbet writes: > Now that I look...the only thing in linux-next currently that conflicts > is the shadow-stack series; if that continues, it might not be necessary > to do anything special. There's an FPU patch now too. Git seems to handle the conflicts *almost* seamlessly, though. So, FYI, I think I'll go ahead and drop this change into docs-next, which will probably get us a cheery note from Stephen in the near future. (Stephen: the change is simply: mv Documentation/x86 Documentation/arch/x86 the only fix I had to do in my test merge was to add the new shadow-stack document in the new directory). Thanks, jon