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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 40EE6C433E1 for ; Mon, 24 Aug 2020 13:39:04 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 129472063A for ; Mon, 24 Aug 2020 13:39:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="MLII6vb0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 129472063A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D0D385F2D; Mon, 24 Aug 2020 13:39:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0a6p8EHMBa7B; Mon, 24 Aug 2020 13:39:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 660DB85A88; Mon, 24 Aug 2020 13:39:02 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1C0A71BF291 for ; Mon, 24 Aug 2020 13:39:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 181C686FE9 for ; Mon, 24 Aug 2020 13:39:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A0aJe++sWDKt for ; Mon, 24 Aug 2020 13:38:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id A96CF86ECC for ; Mon, 24 Aug 2020 13:38:59 +0000 (UTC) Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73CAE22B43 for ; Mon, 24 Aug 2020 13:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598276339; bh=kEbqLgXtUbdCPrN4ICEl0OvR3tkJnudXGG5JsPUDVig=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=MLII6vb04GJQ+J/FKHi16LG3O2tI047xpNLr7Yy6fqVE3od/oITTChvIRzwLwzRA9 ThSwD0T8Bra0lEVUfDR7/JbGO0M4a6vV5K3RXBxP/6DbPK684u97use7vD3drZDdpE 4WAgxNaLPWltVSlkzLsPv3CaMfgzNYYYwc719kAM= Received: by mail-ot1-f41.google.com with SMTP id h16so7285481oti.7 for ; Mon, 24 Aug 2020 06:38:59 -0700 (PDT) X-Gm-Message-State: AOAM530cu705d1JUDkU24/WDEypLc/Nx4cXHzMXtn3/S5ezH2cY3Zt3d O4y3F05/wjApdxfvbBx+/feGD/6tkIgZ5zP8NdU= X-Google-Smtp-Source: ABdhPJw1+FTr8NU33NPKN/I6Uh6X3jKuIjoVKrbJNixZCRN6rv3ElWe8BMm5ignE2b4v6a+Idlz15Bx3llj3ETTz3rU= X-Received: by 2002:a9d:774d:: with SMTP id t13mr3396136otl.108.1598276338681; Mon, 24 Aug 2020 06:38:58 -0700 (PDT) MIME-Version: 1.0 References: <20200824133001.9546-1-ardb@kernel.org> <20200824133001.9546-8-ardb@kernel.org> <20200824133448.GA5019@gondor.apana.org.au> In-Reply-To: <20200824133448.GA5019@gondor.apana.org.au> From: Ard Biesheuvel Date: Mon, 24 Aug 2020 15:38:47 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 7/7] crypto: arc4 - mark ecb(arc4) skcipher as obsolete To: Herbert Xu X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, linux-nfs@vger.kernel.org, Arnd Bergmann , "David S. Miller" , Greg Kroah-Hartman , Eric Biggers , Trond Myklebust , "J. Bruce Fields" , Chuck Lever , Linux Crypto Mailing List , "open list:BPF JIT for MIPS \(32-BIT AND 64-BIT\)" , Anna Schumaker Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Mon, 24 Aug 2020 at 15:35, Herbert Xu wrote: > > On Mon, Aug 24, 2020 at 03:30:01PM +0200, Ard Biesheuvel wrote: > > > > +config CRYPTO_USER_ENABLE_OBSOLETE > > + bool "Enable obsolete cryptographic algorithms for userspace" > > + depends on CRYPTO_USER > > That should be CRYPTO_USER_API which is the option for af_alg. > CRYPTO_USER is the configuration interface which has nothing to > do with af_alg. > OK, will fix. _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel