From patchwork Thu Feb 17 05:46:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 12749383 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 77069C433EF for ; Thu, 17 Feb 2022 05:46:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234437AbiBQFqW (ORCPT ); Thu, 17 Feb 2022 00:46:22 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:58320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230317AbiBQFqV (ORCPT ); Thu, 17 Feb 2022 00:46:21 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADC7027FB8A; Wed, 16 Feb 2022 21:46:07 -0800 (PST) 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 4JzkMc3f6sz4xNq; Thu, 17 Feb 2022 16:46:04 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1645076766; bh=p+Um8RNaCHTI1zf6BsFpsoyhkmB9hkJgJE8X6Y245rg=; h=Date:From:To:Cc:Subject:From; b=Um94UWKP8xqWPoHU7twbMRWCs1Q3XmPCZBgyaHk3nmBV4M23p687IF2wWnluhwdC+ zu5nnOTbBg9fNWkfMvq11cw6QeojQSLKvXUqZ4cjunAMc+RSPCaS9YQPnyj3cUMlfE xPgg32TWMi8WFB+LY67MOhZ+XOfsFBgBQ5DWSIRu2GAnGHyFf7IE9zISourGNTCTM9 SkmlbPn/R2vmhRQa8AiIlmCqN8ELRVCiV/xYE8Hlga644BKhgeQBk4/B3AClYWplyP g+DaFukHM86pUw3BIpw5kAaCn8aJoijFmYjbEkfV3ePFrQVZ4RgdhNhUgqEuMRcfB/ JsJAfkLo79nkQ== Date: Thu, 17 Feb 2022 16:46:03 +1100 From: Stephen Rothwell To: Liam Howlett , Helge Deller , Parisc List Cc: Dave Anglin , Linux Kernel Mailing List , Linux Next Mailing List , "Matthew Wilcox (Oracle)" Subject: linux-next: manual merge of the maple tree with the parisc-hd tree Message-ID: <20220217164603.33035dab@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 maple tree got a conflict in: arch/parisc/kernel/cache.c between commit: aca41f39ad08 ("parisc: Add vDSO support") from the parisc-hd tree and commit: 59f11d074faa ("parisc: Remove mmap linked list from cache handling") from the maple 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 arch/parisc/kernel/cache.c index a08f8499b720,c3a8d29b6f9f..000000000000 --- a/arch/parisc/kernel/cache.c