Bug 5203
Summary: | Badness in send_IPI_mask_bitmask at arch/i386/kernel/smp.c:168 | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Stephen Hemminger (stephen) |
Component: | i386 | Assignee: | Zwane Mwaikambo (zwane) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, bunk, jgcc, wolfgang.schnitker |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.13 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Stephen Hemminger
2005-09-07 15:15:02 UTC
It looks like there is a window before the system reboots when the other processors have taken themselves offline and there are still tasks with those processors still in the cpus_possible map. I should be posting a patch for it. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169700 has another report of this problem, that's still present in a 2.6.14.3 based kernel. Eric has a patch, i'll ping him to send it to Andrew. *** Bug 5831 has been marked as a duplicate of this bug. *** Is this problem still present in 2.6.15? @Zwane: What/Where is this patch you are talking about? @Andrew: http://lkml.org/lkml/2005/9/11/21 http://lkml.org/lkml/2005/11/1/92 I just tested 2.6.15 linux-image from backports.org on my machine. The bug has gone, no IPI left. Normal behaviour. Wolfgang Schnitker This should be fixed now. |