From patchwork Fri Mar 24 00:15:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13186180 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 C3EACC6FD1C for ; Fri, 24 Mar 2023 00:15:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229917AbjCXAPU (ORCPT ); Thu, 23 Mar 2023 20:15:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbjCXAPT (ORCPT ); Thu, 23 Mar 2023 20:15:19 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85A9014228; Thu, 23 Mar 2023 17:15:18 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4PjN5H6w4Gz4wgv; Fri, 24 Mar 2023 11:15:15 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1679616916; bh=8COmHSNZL6Mox6t+Ubz0o5GRzktg0YUvu+sMIkdmdlU=; h=Date:From:To:Cc:Subject:From; b=bT4Os49rLTPdWxWkvQPIMPM47eNDkzyTfb0KGhb1X4jjKVVNVQQxtoRRIeRuv5K9i 7PPnot9ZpU2/aWqqvgesm/Ma1nnm5id0+VMrjJUj+PMH2VOse8gRGrnmm2GQ262oVi coj/wVobWZYqLjRZtoceJTRAS8O+qnZRSV51oxeaxFMAfxIpm41aHOUd+giDzlSpal l/aNNr1Xu87OSbj4942r5bWARQdTgLIfpK/pmKU/+zWh8X3EQTfmOF7vFTJUmSD2iH hyL35oHb0OFAM1eeSlbAIDcAT0mgMPKfxIzGeXsT8v5am9095f1Qout7SqS02vFWwf zG1zaHePStH6g== Date: Fri, 24 Mar 2023 11:15:14 +1100 From: Stephen Rothwell To: John Paul Adrian Glaubitz , Helge Deller Cc: Parisc List , Linux Kernel Mailing List , Linux Next Mailing List , Randy Dunlap Subject: linux-next: manual merge of the sh tree with the parisc-hd tree Message-ID: <20230324111514.2bbcd64b@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Hi all, Today's linux-next merge of the sh tree got a conflict in: Documentation/kbuild/kbuild.rst between commit: 49deed336ef9 ("parisc: update kbuild doc. aliases for parisc64") from the parisc-hd tree and commit: 644a9cf0d2a8 ("sh: remove sh5/sh64 last fragments") from the sh tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc Documentation/kbuild/kbuild.rst index 84b2d2dc8f78,e22621f4af0b..000000000000 --- a/Documentation/kbuild/kbuild.rst