[PATCH] Do not update sysfs cpu registration from invalid context

Michael Ellerman michael at ellerman.id.au
Tue Jun 25 11:50:57 EST 2013


On Mon, Jun 24, 2013 at 09:14:23AM -0500, Nathan Fontenot wrote:
> The topology update code that updates the cpu node registration in sysfs
> should not be called while in stop_machine(). The register/unregister
> calls take a lock and may sleep.
> 
> This patch moves these calls outside of the call to stop_machine().

What happens? Do we lockup or do you just get a warning?

And what commit introduced the breakage?

cheers


More information about the Linuxppc-dev mailing list