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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8240C43334 for ; Sun, 12 Jun 2022 08:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232020AbiFLIRC (ORCPT ); Sun, 12 Jun 2022 04:17:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230218AbiFLIQ7 (ORCPT ); Sun, 12 Jun 2022 04:16:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57767674D8; Sun, 12 Jun 2022 01:16:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DFC0960B07; Sun, 12 Jun 2022 08:16:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DBB7C34115; Sun, 12 Jun 2022 08:16:55 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Uj0hpe+B" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1655021813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PRNGBc4WtLenG6ZP6j9C3B95VAb7JdLqXsJhXnodvsQ=; b=Uj0hpe+BW1gyjuB/IqS6RflhJZgFTlFxir3ev2KcKWObv5Nxr6GRAcABW4TfeIRVYk5nQA EqDwPNGqDMV0btVf/2ch33HWCtTJ2Xvh1lqRQ4tM9ZakjxhMYpitUPyJZtVVcgdrfy6KSi 6VILZK77MU3mMxxu3UNyEwLUQYj/ULw= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id dee71699 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 12 Jun 2022 08:16:53 +0000 (UTC) Date: Sun, 12 Jun 2022 10:16:50 +0200 From: "Jason A. Donenfeld" To: Herbert Xu Cc: Eric Biggers , Jason Self , stable@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: Build error on openrisc with CONFIG_CRYPTO_LIB_CURVE25519 Message-ID: References: <20220609162943.6e3bba4f@valencia> <20220610182523.2f5620a2@valencia> <20220610184255.20ecde41@valencia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Herbert, On Sun, Jun 12, 2022 at 02:57:26PM +0800, Herbert Xu wrote: > On Fri, Jun 10, 2022 at 08:09:24PM -0700, Eric Biggers wrote: > > > > It looks like "crypto: memneq - move into lib/" is going to fix this > > (https://lore.kernel.org/linux-crypto/20220528102429.189731-1-Jason@zx2c4.com). > > At the moment it's queued in cryptodev/master. Herbert, are you planning to > > send it upstream soon? > > OK I have added it to the crypto tree. Could you do the same with https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=2d16803c562ecc644803d42ba98a8e0aef9c014e It fixes a similar bug. Jason > > Thanks, > -- > Email: Herbert Xu > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt