Re: [PATCH 3/5] crypto: crypto_user_stat: split user space crypto stat structures

2018-11-07 Thread LABBE Corentin
On Mon, Nov 05, 2018 at 05:44:19PM -0800, Eric Biggers wrote: > Hi Corentin, > > On Mon, Nov 05, 2018 at 12:51:12PM +, Corentin Labbe wrote: > > It is cleaner to have each stat in their own structures. > > > > Signed-off-by: Corentin Labbe > > --- > > crypto/crypto_user_stat.c | 20 +

Re: [PATCH 3/5] crypto: crypto_user_stat: split user space crypto stat structures

2018-11-05 Thread Eric Biggers
Hi Corentin, On Mon, Nov 05, 2018 at 12:51:12PM +, Corentin Labbe wrote: > It is cleaner to have each stat in their own structures. > > Signed-off-by: Corentin Labbe > --- > crypto/crypto_user_stat.c | 20 +++ > include/uapi/linux/cryptouser.h | 101 --

[PATCH 3/5] crypto: crypto_user_stat: split user space crypto stat structures

2018-11-05 Thread Corentin Labbe
It is cleaner to have each stat in their own structures. Signed-off-by: Corentin Labbe --- crypto/crypto_user_stat.c | 20 +++ include/uapi/linux/cryptouser.h | 101 2 files changed, 73 insertions(+), 48 deletions(-) diff --git a/crypto/crypto_user_st