Commit f4d50813c095 for kernel

commit f4d50813c0958b7d6bc79a7e0a77193372cbfd03
Merge: 29b0977977d7 e1e6e541c5c9
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Aug 25 10:44:46 2026 -0700

    Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

    Pull USB / Thunderbolt updates from Greg KH:
     "Here is the big set of USB and Thunderbolt driver updates for 7.3-rc1.

      Lots of driver work for new devices and systems, and many other minor
      fixes and updates. Included in here are:

       - Thunderbolt subsystem driver updates and additions

       - typec driver updates and additions

       - usb gadget fixes all over the place, seems like people are finally
         paying attention to these drivers for some reason

       - xhci driver updates and fixes based on lots of reports

       - usb-serial driver updates and additions

       - new device ids

       - other minor USB driver updates and fixes

      All of these have been in linux-next for a while with no reported issues"

    * tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (163 commits)
      usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_function_unbind()
      usb: typec: hd3ss3220: fix VBUS regulator error message
      usb: usbfs: fix use-after-free of usb_device in usbdev_release()
      usb: gadget: u_audio: Fix use-after-free on sound card disconnect
      usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to race condition
      usb: gadget: f_tcm: keep port count until LUN teardown completes
      usb: usbtest: disable dynamic ID support
      usb: typec: tcpci: pass correct rx_type to tcpm_pd_receive()
      USB: c67x00: fix use-after-free in c67x00_add_iso_urb()
      usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completion
      usb: gadget: snps_udc_plat: clean up PHY on probe deferral
      usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()
      usb: dwc2: gadget: Exit partial power down state when changing USB pull-up
      usb: gadget: f_fs: Fix Use-After-Free in AIO error path
      usb: gadget: f_fs: Prevent deadlock during ep0 read loop
      usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freed
      usb: gadget: midi2: remove default configfs groups on teardown
      usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()
      usb: typec: thunderbolt: Disable work before freeing tbt on remove
      usb: xhci: Handle bogus TRB pointers in Missed Service Error events
      ...