Some bug fixes for this driver after it stopped working with virtual mapped stacks. I think the first two patches qualify for stable. Jan Glauber (5): crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK crypto: thunderx_zip: Limit result reading attempts crypto: thunderx_zip: Prevent division by zero crypto: thunderx_zip: Fix statistics pending request value crypto: thunderx_zip: Fix smp_processor_id() warnings drivers/crypto/cavium/zip/common.h | 21 +++++++++++++++++++++ drivers/crypto/cavium/zip/zip_crypto.c | 22 ++++++++++++++-------- drivers/crypto/cavium/zip/zip_deflate.c | 4 ++-- drivers/crypto/cavium/zip/zip_device.c | 4 ++-- drivers/crypto/cavium/zip/zip_inflate.c | 4 ++-- drivers/crypto/cavium/zip/zip_main.c | 24 +++++++++++------------- drivers/crypto/cavium/zip/zip_main.h | 1 - 7 files changed, 52 insertions(+), 28 deletions(-) -- 2.16.2