Cc: Pekka Enberg <penberg@...>, Ingo Molnar <mingo@...>, Linus Torvalds <torvalds@...>, Linux Kernel Mailing List <linux-kernel@...>, Christoph Lameter <clameter@...>
On Feb 19, 2008 3:02 PM, Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:
The .config I used in 2.6.25-rc2 is attached.
# CONFIG_HOTPLUG_CPU is not set
I expect my system would get rather angry if I try to remove a cpu
while it is running. ;)
And as I don't use suspend, I wanted to stay away from any bugs that
might result from this.
Thanks to yanmin crashing his machine with hackbench I now have a much
better testcase than recompiling KDE.
Starting hackbench will result in an nearly instant crash, if there is
a floodping running against the system.
This new testcase also showed that 2.6.24-rc2-mm1 can also be crashed
in this way.
I will try the patches from this tread against this new testcase and
report the results.
Torsten