Re: [PATCH 0/3] crypto: ccp - minor code fixes

2014-02-25 Thread Herbert Xu
On Mon, Feb 24, 2014 at 08:41:56AM -0600, Tom Lendacky wrote:
 The following series implements some fixes to some code paths executed
 during crypto API request processing.  These fixes address processing of
 requests when the CCP driver returns -EBUSY and freeing memory in error
 paths.
 
 This patch series is based on the cryptodev-2.6 kernel tree.

All applied.  Thanks!
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] crypto: ccp - minor code fixes

2014-02-24 Thread Tom Lendacky
The following series implements some fixes to some code paths executed
during crypto API request processing.  These fixes address processing of
requests when the CCP driver returns -EBUSY and freeing memory in error
paths.

This patch series is based on the cryptodev-2.6 kernel tree.

---

Tom Lendacky (3):
  crypto: ccp - Prevent a possible lost CCP command request
  crypto: ccp - Invoke context callback when there is a backlog error
  crypto: ccp - Account for CCP backlog processing


 drivers/crypto/ccp/ccp-crypto-main.c |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

-- 
Tom Lendacky

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html