All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: linux-crypto@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Trond Myklebust <trond.myklebust@hammerspace.com>,
	Anna Schumaker <anna.schumaker@netapp.com>,
	"J. Bruce Fields" <bfields@fieldses.org>,
	Chuck Lever <chuck.lever@oracle.com>,
	Eric Biggers <ebiggers@google.com>, Arnd Bergmann <arnd@arndb.de>,
	netdev@vger.kernel.org, devel@driverdev.osuosl.org,
	linux-nfs@vger.kernel.org
Subject: Re: [PATCH v3 7/7] crypto: arc4 - mark ecb(arc4) skcipher as obsolete
Date: Fri, 11 Sep 2020 14:35:48 +1000	[thread overview]
Message-ID: <20200911043548.GA5677@gondor.apana.org.au> (raw)
In-Reply-To: <20200831151649.21969-8-ardb@kernel.org>

On Mon, Aug 31, 2020 at 06:16:49PM +0300, Ard Biesheuvel wrote:
>
> @@ -12,6 +12,7 @@
>  #include <crypto/internal/skcipher.h>
>  #include <linux/init.h>
>  #include <linux/module.h>
> +#include <linux/sched.h>

This needs kernel.h too for the pr_warn_ratelimited.  I'll add
it when I apply the series.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

WARNING: multiple messages have this Message-ID (diff)
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: devel@driverdev.osuosl.org, linux-nfs@vger.kernel.org,
	Arnd Bergmann <arnd@arndb.de>,
	"David S. Miller" <davem@davemloft.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Eric Biggers <ebiggers@google.com>,
	Trond Myklebust <trond.myklebust@hammerspace.com>,
	"J. Bruce Fields" <bfields@fieldses.org>,
	Chuck Lever <chuck.lever@oracle.com>,
	linux-crypto@vger.kernel.org, netdev@vger.kernel.org,
	Anna Schumaker <anna.schumaker@netapp.com>
Subject: Re: [PATCH v3 7/7] crypto: arc4 - mark ecb(arc4) skcipher as obsolete
Date: Fri, 11 Sep 2020 14:35:48 +1000	[thread overview]
Message-ID: <20200911043548.GA5677@gondor.apana.org.au> (raw)
In-Reply-To: <20200831151649.21969-8-ardb@kernel.org>

On Mon, Aug 31, 2020 at 06:16:49PM +0300, Ard Biesheuvel wrote:
>
> @@ -12,6 +12,7 @@
>  #include <crypto/internal/skcipher.h>
>  #include <linux/init.h>
>  #include <linux/module.h>
> +#include <linux/sched.h>

This needs kernel.h too for the pr_warn_ratelimited.  I'll add
it when I apply the series.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2020-09-11  4:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31 15:16 [PATCH v3 0/7] crypto: mark ecb(arc4) skcipher as obsolete Ard Biesheuvel
2020-08-31 15:16 ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 1/7] staging/rtl8192e: switch to RC4 library interface Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 2/7] staging/rtl8192u: " Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 3/7] SUNRPC: remove RC4-HMAC-MD5 support from KerberosV Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 4/7] crypto: n2 - remove ecb(arc4) support Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 5/7] crypto: bcm-iproc " Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 6/7] net: wireless: drop bogus CRYPTO_xxx Kconfig selects Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-08-31 15:16 ` [PATCH v3 7/7] crypto: arc4 - mark ecb(arc4) skcipher as obsolete Ard Biesheuvel
2020-08-31 15:16   ` Ard Biesheuvel
2020-09-11  4:35   ` Herbert Xu [this message]
2020-09-11  4:35     ` Herbert Xu
2020-09-11  6:57 ` [PATCH v3 0/7] crypto: " Herbert Xu
2020-09-11  6:57   ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200911043548.GA5677@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=anna.schumaker@netapp.com \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bfields@fieldses.org \
    --cc=chuck.lever@oracle.com \
    --cc=davem@davemloft.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=ebiggers@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=trond.myklebust@hammerspace.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.