From: David Witbrodt <dawitbro@sbcglobal.net>
To: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Peter Zijlstra <peterz@infradead.org>,
linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>, netdev <netdev@vger.kernel.org>
Subject: Re: HPET regression in 2.6.26 versus 2.6.25 -- RCU problem
Date: Mon, 11 Aug 2008 12:05:53 -0700 (PDT) [thread overview]
Message-ID: <714971.85255.qm@web82102.mail.mud.yahoo.com> (raw)
> > Just to recap (not sure if you saw the earlier posts in the thread, going
> > back to Monday a week ago):
> >
> > - kernel 2.6.25 worked for me without error
>
> does hpet work at 2.6.25? or it is not enabled by default for the
> famous chipset?
Yes, 2.6.25 works perfectly.
I first discovered the problem (about 10 days ago) when compiling
my first 2.6.26 kernel, after Debian uploaded their first 2.6.26 kernel
sources (about 14 days ago). My method is to begin with my previous
working .config, and update it using 'make oldconfig'. The output of
egrep "HPET|RCU|PREEMPT" .config
for several kernels, including my custom 2.6.25 and custom 2.6.26 kernels,
was posted in a message cc'd to you on Saturday, but you can see it here
if you no longer have it:
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0808.1/0720.html
Your commit changes that produced my troubles were to e820_64.c and
setup_64.c (in arch/x86/kernel). These mostly had to do with adding
calls to insert_resource() where there had been none.
On one of my machines, this change causes no problem. (That is also
true on your own machines, and the machines of everyone else on LKML.)
On my two machines which lock up because of the commit, the kernel dies
in inet_init(). The chain of calls is:
inet_init() --> inet_register_protosw() --> synchronize_net()
--> synchronize_rcu()
Since inet_register_protosw() touches RCU features, like list_add_rcu(),
before calling synchronize_net(), I first guessed that the problem was
here. Gut none of this seems to have any direct connection to the
insert_resource() calls, or to HPET.
[Of course, since I am not a kernel programmer, I should not even be
guessing in the first place.... I really wish I could give more help.]
Thanks,
Dave W.
next reply other threads:[~2008-08-11 19:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-11 19:05 David Witbrodt [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-12 17:29 HPET regression in 2.6.26 versus 2.6.25 -- RCU problem David Witbrodt
2008-08-12 17:38 ` Ray Lee
2008-08-12 15:17 David Witbrodt
2008-08-12 16:03 ` Ray Lee
2008-08-11 18:01 David Witbrodt
2008-08-11 18:08 ` Yinghai Lu
2008-08-09 22:35 David Witbrodt
2008-08-10 15:15 ` Paul E. McKenney
2008-08-09 12:39 David Witbrodt
2008-08-09 13:56 ` Paul E. McKenney
2008-08-11 11:25 ` Ingo Molnar
2008-08-11 16:15 ` Yinghai Lu
[not found] <506429.22669.qm@web82107.mail.mud.yahoo.com>
2008-08-09 7:34 ` Peter Zijlstra
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=714971.85255.qm@web82102.mail.mud.yahoo.com \
--to=dawitbro@sbcglobal.net \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=netdev@vger.kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=yhlu.kernel@gmail.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;
as well as URLs for NNTP newsgroup(s).