LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Chr <chunkeey@web.de>
To: linux-kernel@vger.kernel.org
Subject: endless loop in native_flush_tlb_others in smp_64.c
Date: Mon, 10 Mar 2008 23:16:54 +0100 [thread overview]
Message-ID: <200803102316.54457.chunkeey@web.de> (raw)
Hi,
ever since I moved to 2.6.25-rcY (Y should be between 2 and 5!).
I've seen several, but really hard-to-catch instant freezes on my
AMD64 Athlon X2 4200+ system...
Most of them happend in X.org so at first I thought it had something to do
with the NVIDIA module... BUT, one time it froze "a way before" the module
could get loaded (and desynced my raid.......).
---
SYSRQ-P revealed that the CPU were looping inside:
smp_64.c native_flush_tlb_others:
assembler code:
< 1ee: f3 90 pause
< 1f0: f6 45 00 03 testb $0x3,0x0(%rbp)
< 1f4: 75 f8 jne 1ee <native_flush_tlb_others+0x5f>
also known as: (in C)
while (!cpus_empty(f->flush_cpumask))
cpu_relax();
So... has anyone a good idea what's happening here exactly? Or is there
already another topic or even a patch available?
Regards,
Chr.
next reply other threads:[~2008-03-10 22:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 22:16 Chr [this message]
2008-03-11 9:55 ` Jike Song
2008-03-11 10:30 ` Chr
2008-03-11 14:01 ` Pallipadi, Venkatesh
2008-03-11 21:43 ` Chr
2008-03-11 11:09 ` Thomas Gleixner
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=200803102316.54457.chunkeey@web.de \
--to=chunkeey@web.de \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: endless loop in native_flush_tlb_others in smp_64.c' \
/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
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).