Re: [PATCH 0/4] crypto: crypto_user reporting fixes and cleanups

2018-11-09 Thread Herbert Xu
On Sat, Nov 03, 2018 at 02:55:59PM -0700, Eric Biggers wrote: > This series fixes all the information leaks in crypto_user reporting, > removes some redundant reporting functions, and makes some changes to > reduce the chance of similar information leaks in the future. Patch 2 > is based on a patc

[PATCH 0/4] crypto: crypto_user reporting fixes and cleanups

2018-11-03 Thread Eric Biggers
This series fixes all the information leaks in crypto_user reporting, removes some redundant reporting functions, and makes some changes to reduce the chance of similar information leaks in the future. Patch 2 is based on a patch already sent by Corentin Labbe, but it was incomplete so I fixed it.