[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFxuPbOdB7wO6m396myBx+PWg=NCOwZfzdXvr49HQEPGSA@mail.gmail.com>
Date: Fri, 18 Mar 2016 16:01:51 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Greg KH <gregkh@...uxfoundation.org>,
Peter Chen <peter.chen@...escale.com>,
Philipp Zabel <p.zabel@...gutronix.de>,
Alan Stern <stern@...land.harvard.edu>,
Rob Herring <robh@...nel.org>, Arnd Bergmann <arnd@...db.de>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
USB list <linux-usb@...r.kernel.org>
Subject: Re: [GIT PULL] USB driver patches for 4.6-rc1
On Fri, Mar 18, 2016 at 3:51 PM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> The commit that ends up being marked bad is odd, but there it is:
> 69bec7259853 "USB: core: let USB device know device node".
Confirmed. Not only did it bisect to that, reverting it on top of the
current kernel fixes my machine.
So that commit is somehow buggy. I don't see what it does that would
break even with OF disabled, but something does.
I'll just revert it. The way it is done seems bogus anyway. It looks
at of_node when OF is disabled, but generally that isn't even
initialized as far as I can tell, and we have things like
dev_of_node() helpers to make sure you don't do that.
Linus
Powered by blists - more mailing lists