On Tue, 9 Sep 2014 14:29:11 -0400
Alan Stern wrote:
> On Tue, 9 Sep 2014, Joe Lawrence wrote:
>
> > On Tue, 9 Sep 2014 11:30:24 -0400
> > Alan Stern wrote:
> >
> > > On Tue, 9 Sep 2014, Joe Lawrence wrote:
> >
> > > > In summary, khubd has initialized the usb_device maxchild to 8 and
> > > >
On Tue, 9 Sep 2014, Joe Lawrence wrote:
> On Tue, 9 Sep 2014 11:30:24 -0400
> Alan Stern wrote:
>
> > On Tue, 9 Sep 2014, Joe Lawrence wrote:
>
> > > In summary, khubd has initialized the usb_device maxchild to 8 and
> > > provided backing-store for the usb_hub ports[] array. However, before
>
On Tue, 9 Sep 2014 11:30:24 -0400
Alan Stern wrote:
> On Tue, 9 Sep 2014, Joe Lawrence wrote:
> > In summary, khubd has initialized the usb_device maxchild to 8 and
> > provided backing-store for the usb_hub ports[] array. However, before
> > it gets to fill in pointers for each port[] entry, t
On Tue, 9 Sep 2014, Joe Lawrence wrote:
> Hello linux-usb,
>
> I've been testing surprise device hotlug removal with RHEL7 on Stratus
> hardware (fully redundant PCI branches) and ran into a crashing NULL-ptr
> bug during device initialization. The code looks the same upstream, so
> I'm reportin