From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10D14C4361B for ; Fri, 18 Dec 2020 16:04:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CE6E923B27 for ; Fri, 18 Dec 2020 16:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729983AbgLRQDd (ORCPT ); Fri, 18 Dec 2020 11:03:33 -0500 Received: from mail.zx2c4.com ([192.95.5.64]:49105 "EHLO mail.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727047AbgLRQDd (ORCPT ); Fri, 18 Dec 2020 11:03:33 -0500 Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 973b2e7e for ; Fri, 18 Dec 2020 15:54:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=mail; bh=JXMnS86VzFzPZAKb+5arauMQwt4=; b=JMxpne jFtsKKcnN6ijsFNliRWOv2WWPu6Uf4QWETY9OShxijVaVUgfem9Vg1Suadjv6PEu 54COtZ+0ozUudkTFo6mzzSDpAJXA1LfShrkFgm1batwhSV97PFEBetOyKXp0G3RX Y83eo5zQJ1AfTGUScMUNmsWNDdG6d23qRlbbREUZBRXnlbpwW63BL+MBT4Yjv7Qh 5yG1a+fUypPDbo6UfPmGsCZtOU2IwzhT0GauDNA75n6yazDUD9q52KpM9DeiA9Wu BkGu36QHOahmGLzGkHtCex0jjRHansZkmHgSoPWT4+sqs23zqVYA7NWM9/lIz77n KgLKyVPyH0Y6rosA== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 88520796 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 18 Dec 2020 15:54:57 +0000 (UTC) Received: by mail-yb1-f171.google.com with SMTP id d37so2344826ybi.4 for ; Fri, 18 Dec 2020 08:02:50 -0800 (PST) X-Gm-Message-State: AOAM532CQBv+8ZxPbA+GRsUUkExg2R/5kGfD4Lb5ICUczkAQnQ4Pdsuv wFQdIviM7p21Y1bQKAreg2nfT+LKD/Tjb1GZS/M= X-Google-Smtp-Source: ABdhPJzmld84cvT/JnFrgKsnAUpSV343snfgSxq1Aibym5Xo7/IpvwnBSsrqKlPNdJeGFq7mPDwfoCTcDzjF1fAmTpg= X-Received: by 2002:a25:4845:: with SMTP id v66mr3237420yba.178.1608307370256; Fri, 18 Dec 2020 08:02:50 -0800 (PST) MIME-Version: 1.0 References: <20201217222138.170526-1-ebiggers@kernel.org> <20201217222138.170526-12-ebiggers@kernel.org> In-Reply-To: <20201217222138.170526-12-ebiggers@kernel.org> From: "Jason A. Donenfeld" Date: Fri, 18 Dec 2020 17:02:39 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 11/11] wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM To: Eric Biggers Cc: Linux Crypto Mailing List , linux-arm-kernel , Ard Biesheuvel , Herbert Xu , David Sterba , Paul Crowley Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Dec 17, 2020 at 11:25 PM Eric Biggers wrote: > > From: Eric Biggers > > When available, select the new implementation of BLAKE2s for 32-bit ARM. > This is faster than the generic C implementation. > > Signed-off-by: Eric Biggers Reviewed-by: Jason A. Donenfeld When this series is ready, feel free to pull this commit in via Herbert's tree, rather than my usual wireguard-linux.git->net-next.git route. That will ensure the blake2s stuff lands all at once and we won't have to synchronize anything. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACAF8C4361B for ; Fri, 18 Dec 2020 17:39:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 620CB23B54 for ; Fri, 18 Dec 2020 17:39:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 620CB23B54 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DfoUnq771J4wLKxI6iE6em1hYG299+j29Nyqrql22yQ=; b=h/ma0Z+I0WyPxR1RDFP/kHA2t b+Ra96g5dEVO5e2jDekPHJc5220vaK3B0WFTp6etxI2JApTVvZg9VwjOh6o8pFeFbNH6mEI8FhTpp /nqq0qxOFVaVMzsxRYbRfQGYSQYZT9yqPLXAjg0gb2u1ofY/y5EPBJBdvuEJQgcAttmyOxhIu0ko/ jTGf8v+/rlw4iXlDpI1u4csDLIanImPPyr6INWsBlWwJNr6lOKERWJjYvUWk/TtBceo7CHsRl2phu rLUiXInaveEqqx1ligK8CZWmzQ6AL/gpeODxqeoY3P5SxZzXjp8erRdYUP0f9V1CmvWlQ0BU6jjFM 1GJQN/n9Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqJbD-0005Tr-Mr; Fri, 18 Dec 2020 17:31:28 +0000 Received: from mail.zx2c4.com ([192.95.5.64]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqJ9a-0001rY-4a for linux-arm-kernel@lists.infradead.org; Fri, 18 Dec 2020 17:03:00 +0000 Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ce8a5e0f for ; Fri, 18 Dec 2020 15:54:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=mail; bh=JXMnS86VzFzPZAKb+5arauMQwt4=; b=JMxpne jFtsKKcnN6ijsFNliRWOv2WWPu6Uf4QWETY9OShxijVaVUgfem9Vg1Suadjv6PEu 54COtZ+0ozUudkTFo6mzzSDpAJXA1LfShrkFgm1batwhSV97PFEBetOyKXp0G3RX Y83eo5zQJ1AfTGUScMUNmsWNDdG6d23qRlbbREUZBRXnlbpwW63BL+MBT4Yjv7Qh 5yG1a+fUypPDbo6UfPmGsCZtOU2IwzhT0GauDNA75n6yazDUD9q52KpM9DeiA9Wu BkGu36QHOahmGLzGkHtCex0jjRHansZkmHgSoPWT4+sqs23zqVYA7NWM9/lIz77n KgLKyVPyH0Y6rosA== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 8cb7c15f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 18 Dec 2020 15:54:57 +0000 (UTC) Received: by mail-yb1-f176.google.com with SMTP id o144so2370787ybc.0 for ; Fri, 18 Dec 2020 08:02:50 -0800 (PST) X-Gm-Message-State: AOAM530BICZTmbAGswC0BHfX6c8R2/cANrHOnca3SG+kQm3Gypj75Ui5 dma4syFyLSozCAAxwLLnqvVUO0mQPTKwwDgnSt4= X-Google-Smtp-Source: ABdhPJzmld84cvT/JnFrgKsnAUpSV343snfgSxq1Aibym5Xo7/IpvwnBSsrqKlPNdJeGFq7mPDwfoCTcDzjF1fAmTpg= X-Received: by 2002:a25:4845:: with SMTP id v66mr3237420yba.178.1608307370256; Fri, 18 Dec 2020 08:02:50 -0800 (PST) MIME-Version: 1.0 References: <20201217222138.170526-1-ebiggers@kernel.org> <20201217222138.170526-12-ebiggers@kernel.org> In-Reply-To: <20201217222138.170526-12-ebiggers@kernel.org> From: "Jason A. Donenfeld" Date: Fri, 18 Dec 2020 17:02:39 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 11/11] wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM To: Eric Biggers X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201218_120258_777172_90FD0B26 X-CRM114-Status: GOOD ( 11.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Herbert Xu , Linux Crypto Mailing List , David Sterba , Ard Biesheuvel , linux-arm-kernel , Paul Crowley Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 17, 2020 at 11:25 PM Eric Biggers wrote: > > From: Eric Biggers > > When available, select the new implementation of BLAKE2s for 32-bit ARM. > This is faster than the generic C implementation. > > Signed-off-by: Eric Biggers Reviewed-by: Jason A. Donenfeld When this series is ready, feel free to pull this commit in via Herbert's tree, rather than my usual wireguard-linux.git->net-next.git route. That will ensure the blake2s stuff lands all at once and we won't have to synchronize anything. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel