From: Evgeniy Polyakov <zbr@ioremap.net>
To: "Lingbo Tang (SINA)" <tanglb@sina.com>
Cc: linux-crypto <linux-crypto@vger.kernel.org>
Subject: Re: 回复:Re: vgdisplay problem with hifn795x
Date: Sat, 6 Dec 2008 18:19:14 +0300 [thread overview]
Message-ID: <20081206151914.GA31165@ioremap.net> (raw)
In-Reply-To: <493A87B3.3050209@sina.com>
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
On Sat, Dec 06, 2008 at 10:09:55PM +0800, Lingbo Tang (SINA) (tanglb@sina.com) wrote:
> In some cases the non-debug version can work with "mkfs.xfs", but it
> could not in most case.
> I tried to disable most services in the system, but it seems have no
> related to the system load.
So I suppose it is easy to reproduce problem. Please show 'dmesg' output
for the hung case when debug is turned off. Did you see register dump
message when that happened? Please also try attached patch and show the
hung dmesg (with tured off heavy debug).
Thank you.
--
Evgeniy Polyakov
[-- Attachment #2: hifn.err_debug --]
[-- Type: text/plain, Size: 458 bytes --]
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
index 6e9b39c..fc29bec 100644
--- a/drivers/crypto/hifn_795x.c
+++ b/drivers/crypto/hifn_795x.c
@@ -2093,6 +2093,10 @@ static int hifn_handle_req(struct ablkcipher_request *req)
spin_unlock_irqrestore(&dev->lock, flags);
}
+ if (err)
+ printk("%s: nbytes: %u, started: %u, qlen: %d, err: %d.\n",
+ __func__, req->nbytes, dev->started, dev->queue.qlen, err);
+
return err;
}
next prev parent reply other threads:[~2008-12-06 15:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-30 8:26 回复:Re: vgdisplay problem with hifn795x tanglb
2008-11-30 10:12 ` Evgeniy Polyakov
2008-12-06 14:09 ` Lingbo Tang (SINA)
2008-12-06 15:19 ` Evgeniy Polyakov [this message]
2008-12-07 10:13 ` Lingbo Tang (SINA)
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=20081206151914.GA31165@ioremap.net \
--to=zbr@ioremap.net \
--cc=linux-crypto@vger.kernel.org \
--cc=tanglb@sina.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.