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 EBE9DCD8CB4 for ; Tue, 10 Oct 2023 19:34:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343884AbjJJTej (ORCPT ); Tue, 10 Oct 2023 15:34:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343889AbjJJTei (ORCPT ); Tue, 10 Oct 2023 15:34:38 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7025B4 for ; Tue, 10 Oct 2023 12:34:34 -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 9D8A797D; Tue, 10 Oct 2023 19:34:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 9D8A797D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1696966473; bh=/KmXz804Zz1/1Q86h1kvpFq1HA+2LOyIPxhwPmLjz4I=; h=From:To:Subject:Date:From; b=SE0miLvQaDWffenB7yF+dk9ZDnwwiBPdgxPIx7lC4QfJANRmg59ZYy8d//7T8E2Um LfwJ/JZCG8QpnZkFSqGmGdh1KvMB4dK3qoIaQPdCkwYXe+WNBbxvvDePmaH+4BjEcR IHNGFi3GLK84AyU2WKN7b95O7V237GHmprG3iVMHsyd9Q66QugmLR+6HEYb1zAj4AL pKx1QriCdH/05RlJqJMdZ69KYiOik/X+2RZrOqF60HicTnev3iufKEpgIs1GGVRRNb gsuQvjm4LGw5/1FnFa+A0g4RsekAV8dJbZK7bSv1ve4xqjfHFM9NUHw4VBYqhFesy7 lgGpqRwggrD8Q== From: Jonathan Corbet To: Stephen Rothwell , Costa Shulyupin , linux-next@vger.kernel.org, Michael Ellerman Subject: Upcoming merge conflict docs/powerpc Date: Tue, 10 Oct 2023 13:34:32 -0600 Message-ID: <87o7h65l13.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi, Stephen, Just a note to say that the move of the powerpc docs under Documentation/arch showing up in in docs-next shortly adds a conflict with the powerpc tree, which adds a new file (kvm-nested.rst) to the old directory. The fix is just to add it in the new location. Thanks, jon