]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'usb-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Mar 2022 17:16:33 +0000 (10:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Mar 2022 17:16:33 +0000 (10:16 -0700)
commit615bb10c25c9bbc1b69d0a450e781f416308d83b
treeffaa0faee254009518a5f8437e5a94569103a77c
parent24b0deb9c477c9297cb237a684d195f6256825cc
parenteaaa0f0af65b1a38cfdff2c271387a7f980534c3
Merge tag 'usb-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB fixes from Greg KH:
 "Here are some small remaining USB fixes for 5.17-final.

  They include:

   - two USB gadget driver fixes for reported problems

   - usbtmc driver fix for syzbot found issues

   - musb patch partial revert to resolve a reported regression.

  All of these have been in linux-next this week with no reported
  problems"

* tag 'usb-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
  usb: usbtmc: Fix bug in pipe direction for control transfers
  partially Revert "usb: musb: Set the DT node on the child device"
  usb: gadget: rndis: prevent integer overflow in rndis_set_response()