linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Build fix for ixp4xx_crypto in 2.6.29-rc*
@ 2009-03-02  1:47 Krzysztof Halasa
  2009-03-04  0:02 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Halasa @ 2009-03-02  1:47 UTC (permalink / raw)
  To: Herbert Xu, Christian Hohnstaedt; +Cc: lkml

There is another user of IXP4xx queue manager, fix it.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>

--- a/drivers/crypto/ixp4xx_crypto.c
+++ b/drivers/crypto/ixp4xx_crypto.c
@@ -457,10 +457,12 @@ static int init_ixp_crypto(void)
 	if (!ctx_pool) {
 		goto err;
 	}
-	ret = qmgr_request_queue(SEND_QID, NPE_QLEN_TOTAL, 0, 0);
+	ret = qmgr_request_queue(SEND_QID, NPE_QLEN_TOTAL, 0, 0,
+				 "ixp_crypto:out", NULL);
 	if (ret)
 		goto err;
-	ret = qmgr_request_queue(RECV_QID, NPE_QLEN, 0, 0);
+	ret = qmgr_request_queue(RECV_QID, NPE_QLEN, 0, 0,
+				 "ixp_crypto:in", NULL);
 	if (ret) {
 		qmgr_release_queue(SEND_QID);
 		goto err;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Build fix for ixp4xx_crypto in 2.6.29-rc*
  2009-03-02  1:47 [PATCH] Build fix for ixp4xx_crypto in 2.6.29-rc* Krzysztof Halasa
@ 2009-03-04  0:02 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2009-03-04  0:02 UTC (permalink / raw)
  To: Krzysztof Halasa; +Cc: Christian Hohnstaedt, lkml

On Mon, Mar 02, 2009 at 02:47:32AM +0100, Krzysztof Halasa wrote:
> There is another user of IXP4xx queue manager, fix it.
> 
> Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>

Patch applied to crypto-2.6.  Thanks!
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-04  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-02  1:47 [PATCH] Build fix for ixp4xx_crypto in 2.6.29-rc* Krzysztof Halasa
2009-03-04  0:02 ` Herbert Xu

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).