From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: "Serge E. Hallyn" <serue@us.ibm.com>
Cc: Christoph Hellwig <hch@infradead.org>,
lkml <linux-kernel@vger.kernel.org>,
schwidefsky@de.ibm.com
Subject: Re: [PATCH 1/3] kthread: update s390 cmm driver to use kthread
Date: Mon, 28 Aug 2006 15:37:55 +0200 [thread overview]
Message-ID: <20060828133755.GC9861@osiris.boeblingen.de.ibm.com> (raw)
In-Reply-To: <20060827185101.GA14976@sergelap.austin.ibm.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1819 bytes --]
> AP instructions not installed.
> BUG: warning at lib/kref.c:32/kref_get()
> 000000000017719a 0000000000000002 0000000000000000 0000000000a03cf0
> 0000000000a03c68 000000000037fc2c 000000000037fc2c 0000000000015dfa
> 0000000000000000 0000000000000000 000000000043ac30 0000000000000000
> 0000000000000000 000000000000000d 0000000000a03c50 0000000000a03cc8
> 0000000000362488 0000000000015dfa 0000000000a03c50 0000000000a03ca0
> Call Trace:
> (Ý<0000000000015d44>¨ show_trace+0x9c/0xb8)
> Ý<0000000000015e18>¨ show_stack+0xb8/0xc8
> Ý<0000000000015e56>¨ dump_stack+0x2e/0x3c
> Ý<0000000000163f70>¨ kref_get+0x50/0x74
> Ý<0000000000162ec6>¨ kobject_get+0x32/0x44
> Ý<0000000000178fd6>¨ get_bus+0x36/0x60
> Ý<0000000000179a12>¨ bus_add_driver+0x3a/0x1f4
> Ý<000000000017ae30>¨ driver_register+0xb0/0xc0
> Ý<000000000021a1fe>¨ ap_driver_register+0x56/0x64
> Ý<00000000004c6ba6>¨ zcrypt_pcicc_init+0x36/0x44
> Ý<000000000001330c>¨ init+0x1bc/0x3a4
> Ý<00000000000184be>¨ kernel_thread_starter+0x6/0xc
> Ý<00000000000184b8>¨ kernel_thread_starter+0x0/0xc
This should be fixed with -mm3. In addition you need this one on top of -mm3:
arch/s390/kernel/time.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: linux-2.6.18-rc4-mm3/arch/s390/kernel/time.c
===================================================================
--- linux-2.6.18-rc4-mm3.orig/arch/s390/kernel/time.c 2006-08-28 10:32:45.000000000 +0200
+++ linux-2.6.18-rc4-mm3/arch/s390/kernel/time.c 2006-08-28 10:42:33.000000000 +0200
@@ -85,7 +85,8 @@
{
__u64 now;
- now = (get_clock() - jiffies_timer_cc) >> 12;
+ now = (get_clock() - jiffies_timer_cc) >> 12;
+ now -= (__u64) jiffies * USECS_PER_JIFFY;
return (unsigned long) now;
}
next prev parent reply other threads:[~2006-08-28 13:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-24 21:22 Serge E. Hallyn
2006-08-25 8:53 ` Martin Schwidefsky
2006-08-25 10:13 ` Martin Schwidefsky
2006-08-25 19:04 ` Serge E. Hallyn
2006-08-25 14:38 ` Christoph Hellwig
2006-08-25 20:03 ` Serge E. Hallyn
2006-08-26 6:32 ` Heiko Carstens
2006-08-27 18:51 ` Serge E. Hallyn
2006-08-28 8:30 ` Martin Schwidefsky
2006-08-28 13:37 ` Heiko Carstens [this message]
2006-08-28 14:48 ` Serge E. Hallyn
2006-08-28 9:00 ` Martin Schwidefsky
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=20060828133755.GC9861@osiris.boeblingen.de.ibm.com \
--to=heiko.carstens@de.ibm.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
--cc=serue@us.ibm.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
Powered by JetHome