1. 10 Dec, 2020 18 commits
  2. 09 Dec, 2020 20 commits
  3. 08 Dec, 2020 2 commits
    • Alan Stern's avatar
      USB: legotower: fix logical error in recent commit · b175d273
      Alan Stern authored
      Commit d9f0d82f ("USB: legousbtower: use usb_control_msg_recv()")
      contained an elementary logical error.  The check of the return code
      from the new usb_control_msg_recv() function was inverted.
      
      Reported-and-tested-by: syzbot+9be25235b7a69b24d117@syzkaller.appspotmail.com
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Link: https://lore.kernel.org/r/20201208163042.GD1298255@rowland.harvard.edu
      Fixes: d9f0d82f ("USB: legousbtower: use usb_control_msg_recv()")
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b175d273
    • Greg Kroah-Hartman's avatar
      Merge tag 'thunderbolt-for-v5.11-rc1' of... · 3d411378
      Greg Kroah-Hartman authored
      Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next
      
      Mika writes:
      
      thunderbolt: Changes for v5.11 merge window
      
      This includes following Thunderbolt/USB4 changes for v5.11 merge window:
      
        * DMA traffic test driver
      
        * USB4 router NVM upgrade improvements
      
        * USB4 router operations proxy implementation available in the recent
          Intel Connection Manager firmwares
      
        * Support for Intel Maple Ridge discrete Thunderbolt 4 controller
      
        * A couple of cleanups and minor improvements.
      
      * tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: (22 commits)
        thunderbolt: Add support for Intel Maple Ridge
        thunderbolt: Add USB4 router operation proxy for firmware connection manager
        thunderbolt: Move constants for USB4 router operations to tb_regs.h
        thunderbolt: Add connection manager specific hooks for USB4 router operations
        thunderbolt: Pass TX and RX data directly to usb4_switch_op()
        thunderbolt: Pass metadata directly to usb4_switch_op()
        thunderbolt: Perform USB4 router NVM upgrade in two phases
        thunderbolt: Return -ENOTCONN when ERR_CONN is received
        thunderbolt: Keep the parent runtime resumed for a while on device disconnect
        thunderbolt: Log adapter numbers in decimal in path activation/deactivation
        thunderbolt: Log which connection manager implementation is used
        thunderbolt: Move max_boot_acl field to correct place in struct icm
        MAINTAINERS: Add Isaac as maintainer of Thunderbolt DMA traffic test driver
        thunderbolt: Add DMA traffic test driver
        thunderbolt: Add support for end-to-end flow control
        thunderbolt: Make it possible to allocate one directional DMA tunnel
        thunderbolt: Create debugfs directory automatically for services
        thunderbolt: Add functions for enabling and disabling lane bonding on XDomain
        thunderbolt: Add link_speed and link_width to XDomain
        thunderbolt: Create XDomain devices for loops back to the host
        ...
      3d411378