Re: Hotplug on PPC4xx

2009-04-07 Thread Michael Ellerman
On Tue, 2009-04-07 at 19:27 -0400, Sean MacLennan wrote: > On Mon, 6 Apr 2009 18:20:23 -0400 > "Sean MacLennan" wrote: > > > I am trying to run the /sbin/hotplug from the kernel and it doesn't > > work. Has anybody got it running? > > I looked into it some more. It turns out that the env pointer

Re: Hotplug on PPC4xx

2009-04-07 Thread Sean MacLennan
On Mon, 6 Apr 2009 18:20:23 -0400 "Sean MacLennan" wrote: > I am trying to run the /sbin/hotplug from the kernel and it doesn't > work. Has anybody got it running? I looked into it some more. It turns out that the env pointers are freed before they are copied. In kobject_uevent_env() if I chang