cpu hotplug broken in linux-next

From: Dave Hansen
Date: Tue May 28 2013 - 20:35:25 EST


If I boot with: maxcpus=2 possible_cpus=4

I get

# grep . /sys/devices/system/cpu/cpu[0-9]*/online'
/sys/devices/system/cpu/cpu1/online:1
/sys/devices/system/cpu/cpu2/online:1
/sys/devices/system/cpu/cpu3/online:1

When 2 and 3 *should* be offline. I also get -EINVAL if I try to
re-offline them in this state. 2 and 3 don't show up in /proc/cpuinfo,
so sysfs just looks broken here.

I'm bisecting it at the moment, but won't get to finish until tomorrow.
Just thought I'd report early and often. :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/