From patchwork Mon Jul 18 09:53:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 592210 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 4318BCCA479 for ; Mon, 18 Jul 2022 09:53:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231294AbiGRJxw (ORCPT ); Mon, 18 Jul 2022 05:53:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234316AbiGRJxv (ORCPT ); Mon, 18 Jul 2022 05:53:51 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C41BD94; Mon, 18 Jul 2022 02:53:48 -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 4Lmcjg6JpWz4xQt; Mon, 18 Jul 2022 19:53:43 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1658138024; bh=sEBU+YVJDngFZCMwdXHtPnov93faAmqDyFwiYTVRLRE=; h=Date:From:To:Cc:Subject:From; b=rRlN0K14GUP5fkIZadeeiTrQiaXwinzLkOeyDL75UC/FbJTFvDFI7ohuyMqJP5j5g 5uVp5qFpGIuQmG+0NtxAXgrE+o+I7+br8bFm8V84amaSXaCtajA9yBYJQv25FzyMye 9OypfMa0hBNSx38BZJw+zc24iXc3Tyq+5TlDSyq2jtYLl7ePHV2kmiWd3TrcDke7vo hrXiiprw50GRi/Mo66/DdwFBAtjdjVtdZEOlbeqlgOiTMm/WUztp3xD0xUIY+DUwwT 1DrON4MRp7ZAhxgFTrSf3ebL7HbLRd7e+qsvvDBHCWqrTnJA/yq9X1tSsa34czWYgF CLe3lEAFc/RMQ== Date: Mon, 18 Jul 2022 19:53:42 +1000 From: Stephen Rothwell To: Andrew Morton , Herbert Xu Cc: Linux Crypto List , Eric Biggers , "Liam R. Howlett" , Linux Kernel Mailing List , Linux Next Mailing List , Lukas Bulwahn , "Matthew Wilcox (Oracle)" Subject: linux-next: manual merge of the mm tree with the crypto tree Message-ID: <20220718195342.6817be63@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi all, Today's linux-next merge of the mm tree got a conflict in: lib/Makefile between commit: 463f74089ff9 ("crypto: lib - move lib/sha1.c into lib/crypto/") from the crypto tree and commit: 058c2f0f755f ("Maple Tree: add new data structure") from the mm 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 lib/Makefile index 17e48da223e2,dd5cf8f36eaa..000000000000 --- a/lib/Makefile