An error occurred fetching the project authors.
  1. 20 Jan, 2023 2 commits
    • Randy Dunlap's avatar
      test_firmware: use kernel-doc struct notation · 1ad5288f
      Randy Dunlap authored
      Add "struct" to the kernel-doc notation to prevent a warning:
      
      lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config '
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Luis Chamberlain <mcgrof@kernel.org>
      Cc: Russ Weight <russell.h.weight@intel.com>
      Cc: Kees Cook <keescook@chromium.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
      Link: https://lore.kernel.org/r/20230102211554.25629-1-rdunlap@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1ad5288f
    • Greg Kroah-Hartman's avatar
      Merge tag 'archtopo-cacheinfo-updates-6.3' of... · 2e4a4e36
      Greg Kroah-Hartman authored
      Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into driver-core-next
      
      Sudeep writes:
        "cacheinfo and arch_topology updates for v6.3
      
         The main change is to build the cache topology information for all
         the CPUs from the primary CPU. Currently the cacheinfo for secondary CPUs
         is created during the early boot on the respective CPU itself. Preemption
         and interrupts are disabled at this stage. On PREEMPT_RT kernels, allocating
         memory and even parsing the PPTT table for ACPI based systems triggers a:
           'BUG: sleeping function called from invalid context'
      
         To prevent this bug, the cacheinfo is now allocated from the primary CPU
         when preemption and interrupts are enabled and before booting secondary
         CPUs. The cache levels/leaves are computed from DT/ACPI PPTT information
         only, without relying on any architecture specific mechanism if done so
         early.
      
         The other minor change included here is to handle shared caches at
         different levels when not all the CPUs on the system have the same
         cache hierarchy."
      
      * tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
        cacheinfo: Fix shared_cpu_map to handle shared caches at different levels
        arch_topology: Build cacheinfo from primary CPU
        ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
        ACPI: PPTT: Remove acpi_find_cache_levels()
        cacheinfo: Check 'cache-unified' property to count cache leaves
        cacheinfo: Return error code in init_of_cache_level()
        cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
      2e4a4e36
  2. 19 Jan, 2023 2 commits
  3. 18 Jan, 2023 7 commits
  4. 17 Jan, 2023 11 commits
  5. 11 Jan, 2023 4 commits
  6. 10 Jan, 2023 6 commits
  7. 08 Jan, 2023 3 commits
  8. 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