linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Glauber <jglauber@cavium.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S . Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mahipal Challa <Mahipal.Challa@cavium.com>,
	Robert Richter <rrichter@cavium.com>,
	Jan Glauber <jglauber@cavium.com>
Subject: [PATCH v2 0/5] ThunderX ZIP driver bug fixes
Date: Mon,  9 Apr 2018 17:45:49 +0200	[thread overview]
Message-ID: <20180409154554.7578-1-jglauber@cavium.com> (raw)

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

             reply	other threads:[~2018-04-09 15:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-09 15:45 Jan Glauber [this message]
2018-04-09 15:45 ` [PATCH v2 1/5] crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK Jan Glauber
2018-04-09 15:45 ` [PATCH v2 2/5] crypto: thunderx_zip: Limit result reading attempts Jan Glauber
2018-04-09 15:45 ` [PATCH v2 3/5] crypto: thunderx_zip: Prevent division by zero Jan Glauber
2018-04-09 15:45 ` [PATCH v2 4/5] crypto: thunderx_zip: Fix statistics pending request value Jan Glauber
2018-04-09 15:45 ` [PATCH v2 5/5] crypto: thunderx_zip: Fix smp_processor_id() warnings Jan Glauber
2018-04-20 16:51 ` [PATCH v2 0/5] ThunderX ZIP driver bug fixes 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=20180409154554.7578-1-jglauber@cavium.com \
    --to=jglauber@cavium.com \
    --cc=Mahipal.Challa@cavium.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rrichter@cavium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).