1. 11 Feb, 2023 3 commits
    • Linus Torvalds's avatar
      Merge tag 'cxl-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl · d12aca5c
      Linus Torvalds authored
      Pull cxl fixes from Dan Williams:
       "Two fixups for CXL (Compute Express Link) in presence of passthrough
        decoders.
      
        This primarily helps developers using the QEMU CXL emulation, but with
        the impending arrival of CXL switches these types of topologies will
        be of interest to end users.
      
         - Fix a crash when shutting down regions in the presence of
           passthrough decoders
      
         - Fix region creation to understand passthrough decoders instead of
           the narrower definition of passthrough ports"
      
      * tag 'cxl-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
        cxl/region: Fix passthrough-decoder detection
        cxl/region: Fix null pointer dereference for resetting decoder
      d12aca5c
    • Linus Torvalds's avatar
      Merge tag 'libnvdimm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm · 95232dd9
      Linus Torvalds authored
      Pull libnvdimm fixes from Dan Williams:
       "A fix for an issue that could causes users to inadvertantly reserve
        too much capacity when debugging the KMSAN and persistent memory
        namespace, a lockdep fix, and a kernel-doc build warning:
      
         - Resolve the conflict between KMSAN and NVDIMM with respect to
           reserving pmem namespace / volume capacity for larger sizeof(struct
           page)
      
         - Fix a lockdep warning in the the NFIT code
      
         - Fix a kernel-doc build warning"
      
      * tag 'libnvdimm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE
        ACPI: NFIT: fix a potential deadlock during NFIT teardown
        dax: super.c: fix kernel-doc bad line warning
      95232dd9
    • Linus Torvalds's avatar
      Merge tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock · 230809c1
      Linus Torvalds authored
      Pull memblock revert from Mike Rapoport:
       "Revert 'mm: Always release pages to the buddy allocator in
        memblock_free_late()'
      
        The pages being freed by memblock_free_late() have already been
        initialized, but if they are in the deferred init range,
        __free_one_page() might access nearby uninitialized pages when trying
        to coalesce buddies, which will cause a crash.
      
        A proper fix will be more involved so revert this change for the time
        being"
      
      * tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
        Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
      230809c1
  2. 10 Feb, 2023 16 commits
  3. 09 Feb, 2023 21 commits