Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp897200pxu; Sun, 25 Oct 2020 21:17:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzh/TplN9uilc84Oxuzmqa896WZHuAGyUP7Und3VY0stxdiTx9oKwOUzhYmrwWwk/Wp7AYv X-Received: by 2002:a50:99c3:: with SMTP id n3mr4252715edb.213.1603685874406; Sun, 25 Oct 2020 21:17:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603685874; cv=none; d=google.com; s=arc-20160816; b=TAlinzNexMy50KXfvtThYA/NdhPI2n6x65W9KIml41nff7wUepbg9/YLaDrrn1T1Q1 5sG9Y4YQl2pdXUFzI1u9dAgFzQ/x0aiYLeDAfy/nS+s7ytQRe64cT9qeM6bD/jcqOVTa qHHMJ0KByASjhNKDeWSCw+CNm8ICvd8oPKhyEOD1ndtltE5SUiEj167AnXdFHhmu/gV9 2AA7CcjAk78mE4O9I0/+igPuuoq8oE86nmtPJxulcXFstfEt7nxQgm2U8O5+InTFdE72 YL2INEq00QzlTmRHei8aDzcjqVURCjVrYkan85eflQDme3JlAOUZchH5+FhS5fS8wFye ICpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:to:from:date; bh=rTWzeBDu2Ik6iK68CWP/x70zaBtDqmMXSutyynODVkY=; b=ZodkFCmkNq7MYgUKy+LmBxPZ2b4GZbrJb02QkjtJWNsEjrbWX2j/evjWYQkqDXKW4/ Ojs9gjoHeEbSKMZ5wPn8f4UpRskDjfpwJptYxaHgCij87ms5l+zVlQMOFCr4sETXwdzs aNFH8is5qMy/2FDsnex7aOqY7IUp8yK091NL9I/MdVxSop+upv5m2agVcjQDdJC6/KeP zh7q0PHTHmAzLcUxDKFLFXY7Igcx0W7ztySl6fHXogekOm8HpGxRlvHu4yeiErcPGdEY Fto7wmGK30e7ji/hcGBy1IRWWQ43g9E/pjZrJUgX0TuN5PeeVpNSzNeTxnFLXM+otw4F UicA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o93si5697999eda.18.2020.10.25.21.17.21; Sun, 25 Oct 2020 21:17:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1421067AbgJZBMK (ORCPT + 99 others); Sun, 25 Oct 2020 21:12:10 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:46848 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1421066AbgJZBMK (ORCPT ); Sun, 25 Oct 2020 21:12:10 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1kWr3H-000693-8l; Mon, 26 Oct 2020 12:12:00 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Mon, 26 Oct 2020 12:11:59 +1100 Date: Mon, 26 Oct 2020 12:11:59 +1100 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: [GIT PULL] Crypto Fixes for 5.10 Message-ID: <20201026011159.GA2428@gondor.apana.org.au> References: <20200803044024.GA6429@gondor.apana.org.au> <20200830223304.GA16882@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200830223304.GA16882@gondor.apana.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Linus: This push fixes a regression in x86/poly1305. The following changes since commit 3093e7c16e12d729c325adb3c53dde7308cefbd8: X.509: Fix modular build of public_key_sm2 (2020-10-08 16:39:14 +1100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus for you to fetch changes up to c3a98c3ad5c0dc60a1ac66bf91147a3f39cac96b: crypto: x86/poly1305 - add back a needed assignment (2020-10-24 09:38:32 +1100) ---------------------------------------------------------------- Eric Biggers (1): crypto: x86/poly1305 - add back a needed assignment arch/x86/crypto/poly1305_glue.c | 1 + 1 file changed, 1 insertion(+) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt