From patchwork Tue Nov 5 02:23:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 11226865 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6DAF1112B for ; Tue, 5 Nov 2019 02:23:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 276FD217F5 for ; Tue, 5 Nov 2019 02:23:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="PCdW9n+y" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387504AbfKECXn (ORCPT ); Mon, 4 Nov 2019 21:23:43 -0500 Received: from ozlabs.org ([203.11.71.1]:59633 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730245AbfKECXm (ORCPT ); Mon, 4 Nov 2019 21:23:42 -0500 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 476YPR5LH8z9sPF; Tue, 5 Nov 2019 13:23:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1572920619; bh=l5dCxP2eylLUgWMrShKOATMKHD7bsW1qpxHjVZCdiy8=; h=Date:From:To:Cc:Subject:From; b=PCdW9n+ydCMcu6avVXOB7n08zf8Y3nQFeUO95M4nuFlU1qNu85RImUEplQb4zdRyX uXOIdaAvr9sVWO4hmD4Nfcvhnapnf9LU5a7Ehl4gt7+SataZOTDIEAyb75Z68E58d4 yI+XiAakv2EM38xsayiyNqk5wEYTA3Ep0mMteugQE4VwMBtsrX+oogvK3JWa03erJx f0aJGJTP2muIvehrohpVj8bFtWsL/iJfqkPduHlbhng5F+txusW0TyM6X7fcVUi876 nTfx4lTUkihs4Iw/rjewFmQ0JhGeuXqCxd5mcIHmENukoofm4gzPvmw61o8fcz0M66 itsAYTancgMGw== Date: Tue, 5 Nov 2019 13:23:37 +1100 From: Stephen Rothwell To: Herbert Xu , Linux Crypto List Cc: Linux Next Mailing List , Linux Kernel Mailing List , Ard Biesheuvel , Eric Biggers Subject: linux-next: manual merge of the crypto tree with Linus' tree Message-ID: <20191105132337.2d65cf0a@canb.auug.org.au> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi all, Today's linux-next merge of the crypto tree got a conflict in: arch/arm/crypto/Kconfig between commit: f703964fc668 ("crypto: arm/aes-ce - add dependency on AES library") from Linus' tree and commits: b4d0c0aad57a ("crypto: arm - use Kconfig based compiler checks for crypto opcodes") b95bba5d0114 ("crypto: skcipher - rename the crypto_blkcipher module and kconfig option") from the crypto 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/arm/crypto/Kconfig index 043b0b18bf7e,c618c379449f..000000000000 --- a/arch/arm/crypto/Kconfig