All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-usb@vger.kernel.org
Subject: [Bug 208267] usbip broken with latest kernels?
Date: Tue, 21 Jul 2020 11:38:02 +0000	[thread overview]
Message-ID: <bug-208267-208809-MJDc5Y1ht9@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-208267-208809@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=208267

--- Comment #9 from Jonathan Dieter (jdieter@gmail.com) ---
git bisect gives me the following:
88b7381a939de0fa1f1b1629c56b03dca7077309 is the first bad commit
commit 88b7381a939de0fa1f1b1629c56b03dca7077309
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 16 11:39:31 2019 +0200

    USB: Select better matching USB drivers when available

    Now that USB device drivers can reuse code from the generic USB device
    driver, we need to make sure that they get selected rather than the
    generic driver. Add an id_table and match vfunc to the usb_device_driver
    struct, which will get used to select a better matching driver at
    ->probe time.

    This is a similar mechanism to that used in the HID drivers, with the
    generic driver being selected unless there's a better matching one found
    in the registered drivers (see hid_generic_match() in
    drivers/hid/hid-generic.c).

    Signed-off-by: Bastien Nocera <hadess@hadess.net>
    Acked-by: Alan Stern <stern@rowland.harvard.edu>
    Link: https://lore.kernel.org/r/20191016093933.693-5-hadess@hadess.net
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 drivers/usb/core/driver.c  | 15 +++++++++++++--
 drivers/usb/core/generic.c | 29 +++++++++++++++++++++++++++++
 include/linux/usb.h        |  2 ++
 3 files changed, 44 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

  parent reply	other threads:[~2020-07-21 11:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 13:57 [Bug 208267] New: usbip broken with latest kernels? bugzilla-daemon
2020-06-21 14:52 ` [Bug 208267] " bugzilla-daemon
2020-06-21 15:20   ` Greg KH
2020-06-21 15:20 ` bugzilla-daemon
2020-06-21 17:03 ` bugzilla-daemon
2020-06-22  8:04   ` Greg KH
2020-06-22  8:04 ` bugzilla-daemon
2020-06-28 22:48 ` bugzilla-daemon
2020-07-19 21:29 ` bugzilla-daemon
2020-07-20  6:57   ` Greg KH
2020-07-20  6:57 ` bugzilla-daemon
2020-07-20  7:15 ` bugzilla-daemon
2020-07-21 11:38 ` bugzilla-daemon [this message]
2020-08-27 20:37 ` bugzilla-daemon
2020-08-28 20:46 ` bugzilla-daemon
2020-09-01 10:41 ` bugzilla-daemon
2020-09-01 14:06   ` Greg KH
2020-09-01 14:06 ` bugzilla-daemon
2020-09-01 14:18 ` bugzilla-daemon
2020-09-01 14:52   ` Greg KH
2020-09-01 14:52 ` bugzilla-daemon
2020-09-05 12:56 ` bugzilla-daemon
2020-09-06 10:07 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-208267-208809-MJDc5Y1ht9@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.