[PATCH 0/5] crypto: crypto_user_stat: misc enhancement

From: Corentin Labbe
Date: Mon Nov 05 2018 - 07:51:28 EST


Hello

This patchset fixes all reported problem by Eric biggers.
This patchset should be applied on top of Eric biggers patchset "crypto: crypto_user reporting fixes and cleanups"

Regards

Corentin Labbe (5):
crypto: crypto_user_stat: made crypto_user_stat optional
crypto: crypto_user_stat: convert all stats from u32 to u64
crypto: crypto_user_stat: split user space crypto stat structures
crypto: tool: getstat: convert user space example to the new
crypto_user_stat uapi
crypto: crypto_user_stat: fix use_after_free of struct xxx_request

crypto/Makefile | 3 +-
crypto/ahash.c | 14 ++-
crypto/algapi.c | 12 ++-
crypto/crypto_user_stat.c | 134 +++++++++++++--------------
include/crypto/acompress.h | 30 +++---
include/crypto/aead.h | 30 +++---
include/crypto/akcipher.h | 56 ++++++-----
include/crypto/hash.h | 25 ++---
include/crypto/internal/cryptouser.h | 17 ++++
include/crypto/kpp.h | 26 +++---
include/crypto/rng.h | 8 +-
include/crypto/skcipher.h | 24 +++--
include/linux/crypto.h | 74 +++++++--------
include/uapi/linux/cryptouser.h | 103 ++++++++++++--------
tools/crypto/getstat.c | 54 +++++------
15 files changed, 329 insertions(+), 281 deletions(-)

--
2.18.1