1. 01 Feb, 2023 6 commits
  2. 31 Jan, 2023 1 commit
  3. 20 Jan, 2023 25 commits
  4. 08 Jan, 2023 3 commits
  5. 07 Jan, 2023 5 commits
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs · 9b43a525
      Linus Torvalds authored
      Pull NFS client fixes from Trond Myklebust:
      
       - Fix a race in the RPCSEC_GSS upcall code that causes hung RPC calls
      
       - Fix a broken coalescing test in the pNFS file layout driver
      
       - Ensure that the access cache rcu path also applies the login test
      
       - Fix up for a sparse warning
      
      * tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
        NFS: Fix up a sparse warning
        NFS: Judge the file access cache's timestamp in rcu path
        pNFS/filelayout: Fix coalescing test for single DS
        SUNRPC: ensure the matching upcall is in-flight upon downcall
      9b43a525
    • Linus Torvalds's avatar
      Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 · f18fca98
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "cifs/smb3 client fixes:
      
         - two multichannel fixes
      
         - three reconnect fixes
      
         - unmap fix"
      
      * tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
        cifs: fix interface count calculation during refresh
        cifs: refcount only the selected iface during interface update
        cifs: protect access of TCP_Server_Info::{dstaddr,hostname}
        cifs: fix race in assemble_neg_contexts()
        cifs: ignore ipc reconnect failures during dfs failover
        cifs: Fix kmap_local_page() unmapping
      f18fca98
    • Linus Torvalds's avatar
      Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · 0007c040
      Linus Torvalds authored
      Pull devicetree fixes from Rob Herring:
      
       - Fix DT memory scanning for some MIPS boards when memory is not
         specified in DT
      
       - Redo CONFIG_CMDLINE* handling for missing /chosen node. The first
         attempt broke PS3 (and possibly other PPC platforms).
      
       - Fix constraints in QCom Soundwire schema
      
      * tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
        of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
        Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
        dt-bindings: soundwire: qcom,soundwire: correct sizes related to number of ports
        of/fdt: run soc memory setup when early_init_dt_scan_memory fails
      0007c040
    • Linus Torvalds's avatar
      Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · c28bdeaf
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are some small USB driver fixes for 6.2-rc3 that resolve some
        reported issues. They include:
      
         - of-reported ulpi problem, so the offending commit is reverted
      
         - dwc3 driver bugfixes for recent changes
      
         - fotg210 fixes
      
        Most of these have been in linux-next for a while, the last few were
        on the mailing list for a long time and passed all the 0-day bot
        testing so all should be fine with them as well"
      
      * tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: dwc3: gadget: Ignore End Transfer delay on teardown
        usb: dwc3: xilinx: include linux/gpio/consumer.h
        usb: fotg210-udc: fix error return code in fotg210_udc_probe()
        usb: fotg210: fix OTG-only build
        Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
      c28bdeaf
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · 4a4dcea0
      Linus Torvalds authored
      Pull rdma fixes from Jason Gunthorpe:
       "Most noticeable is that Yishai found a big data corruption regression
        due to a change in the scatterlist:
      
         - Do not wrongly combine non-contiguous pages in scatterlist
      
         - Fix compilation warnings on gcc 13
      
         - Oops when using some mlx5 stats
      
         - Bad enforcement of atomic responder resources in mlx5"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        lib/scatterlist: Fix to merge contiguous pages into the last SG properly
        RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
        RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
        RDMA/srp: Move large values to a new enum for gcc13
      4a4dcea0