Re: 3.12.1 Virt dev invalid for slot_id 0x1

From: Greg KH
Date: Mon Nov 25 2013 - 09:31:19 EST


On Thu, Nov 21, 2013 at 04:29:31PM -0700, Shuah Khan wrote:
> I started seeing the following on my Samsung Series on 3.12.1
>
> Is this bad? Looks like the following WARN_ON is firing:
>
> drivers/usb/host/xhci.c:
>
> if (WARN_ON(!virt_dev)) {
> /*
> * In plug/unplug torture test with an NEC controller,
> * a zero-dereference was observed once due to virt_dev
> = 0.
> * Print useful debug rather than crash if it is
> observed again!
> */
> xhci_warn(xhci, "Virt dev invalid for slot_id 0x%x!\n",
> udev->slot_id);
> return -EINVAL;
> }

I suggest sending this to the linux-usb@vger mailing list and cc: the
xhci author/maintainer so they are aware of this.

thanks,

greg k-h
--
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/