1. 24 Oct, 2023 2 commits
  2. 09 Oct, 2023 1 commit
  3. 03 Oct, 2023 1 commit
  4. 28 Sep, 2023 16 commits
  5. 27 Sep, 2023 1 commit
    • Linus Torvalds's avatar
      Merge tag 'vfio-v6.6-rc4' of https://github.com/awilliam/linux-vfio · b6cd1705
      Linus Torvalds authored
      Pull VFIO fixes from Alex Williamson:
      
       - The new PDS vfio-pci variant driver only supports SR-IOV VF devices
         and incorrectly made a direct reference to the physfn field of the
         pci_dev.  Fix this both by making the Kconfig depend on IOV support
         as well as using the correct wrapper for this access (Shixiong Ou)
      
       - Resolve an error path issue where on unwind of the mdev registration
         the created kset is not unregistered and the wrong error code is
         returned (Jinjie Ruan)
      
      * tag 'vfio-v6.6-rc4' of https://github.com/awilliam/linux-vfio:
        vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
        vfio/pds: Use proper PF device access helper
        vfio/pds: Add missing PCI_IOV depends
      b6cd1705
  6. 26 Sep, 2023 5 commits
    • Linus Torvalds's avatar
      Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq · 0e945134
      Linus Torvalds authored
      Pull workqueue fixes from Tejun Heo:
      
       - Remove double allocation of wq_update_pod_attrs_buf
      
       - Fix missing allocation of pwq_release_worker when
         wq_cpu_intensive_thresh_us is set to a custom value
      
      * tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
        workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init()
        workqueue: Removed double allocation of wq_update_pod_attrs_buf
      0e945134
    • Linus Torvalds's avatar
      Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · cac405a3
      Linus Torvalds authored
      Pull btrfs fixes from David Sterba:
      
       - delayed refs fixes:
           - fix race when refilling delayed refs block reserve
           - prevent transaction block reserve underflow when starting
             transaction
           - error message and value adjustments
      
       - fix build warnings with CONFIG_CC_OPTIMIZE_FOR_SIZE and
         -Wmaybe-uninitialized
      
       - fix for smatch report where uninitialized data from invalid extent
         buffer range could be returned to the caller
      
       - fix numeric overflow in statfs when calculating lower threshold
         for a full filesystem
      
      * tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        btrfs: initialize start_slot in btrfs_log_prealloc_extents
        btrfs: make sure to initialize start and len in find_free_dev_extent
        btrfs: reset destination buffer when read_extent_buffer() gets invalid range
        btrfs: properly report 0 avail for very full file systems
        btrfs: log message if extent item not found when running delayed extent op
        btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
        btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
        btrfs: prevent transaction block reserve underflow when starting transaction
        btrfs: fix race when refilling delayed refs block reserve
      cac405a3
    • Linus Torvalds's avatar
      Merge tag 'linux-kselftest-fixes-6.6-rc4' of... · 50768a42
      Linus Torvalds authored
      Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
      
      Pull kselftest fix from Shuah Khan:
       "One single fix to unmount tracefs when test created mount"
      
      * tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
        selftests/user_events: Fix to unmount tracefs when test created mount
      50768a42
    • Linus Torvalds's avatar
      Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs · 84422aee
      Linus Torvalds authored
      Pull vfs fixes from Christian Brauner:
       "This contains the usual miscellaneous fixes and cleanups for vfs and
        individual fses:
      
        Fixes:
         - Revert ki_pos on error from buffered writes for direct io fallback
         - Add missing documentation for block device and superblock handling
           for changes merged this cycle
         - Fix reiserfs flexible array usage
         - Ensure that overlayfs sets ctime when setting mtime and atime
         - Disable deferred caller completions with overlayfs writes until
           proper support exists
      
        Cleanups:
         - Remove duplicate initialization in pipe code
         - Annotate aio kioctx_table with __counted_by"
      
      * tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs:
        overlayfs: set ctime when setting mtime and atime
        ntfs3: put resources during ntfs_fill_super()
        ovl: disable IOCB_DIO_CALLER_COMP
        porting: document superblock as block device holder
        porting: document new block device opening order
        fs/pipe: remove duplicate "offset" initializer
        fs-writeback: do not requeue a clean inode having skipped pages
        aio: Annotate struct kioctx_table with __counted_by
        direct_write_fallback(): on error revert the ->ki_pos update from buffered write
        reiserfs: Replace 1-element array with C99 style flex-array
      84422aee
    • Linus Torvalds's avatar
      Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of... · 5c519bc0
      Linus Torvalds authored
      Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
      
      Pull perf tools fixes from Namhyung Kim:
       "Build:
      
         - Update header files in the tools/**/include directory to sync with
           the kernel sources as usual.
      
         - Remove unused bpf-prologue files. While it's not strictly a fix,
           but the functionality was removed in this cycle so better to get
           rid of the code together.
      
         - Other minor build fixes.
      
        Misc:
      
         - Fix uninitialized memory access in PMU parsing code
      
         - Fix segfaults on software event"
      
      * tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
        perf jevent: fix core dump on software events on s390
        perf pmu: Ensure all alias variables are initialized
        perf jevents metric: Fix type of strcmp_cpuid_str
        perf trace: Avoid compile error wrt redefining bool
        perf bpf-prologue: Remove unused file
        tools headers UAPI: Update tools's copy of drm.h headers
        tools arch x86: Sync the msr-index.h copy with the kernel sources
        perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPI
        tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older systems
        tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack syscalls with the kernel sources
        perf tools: Update copy of libbpf's hashmap.c
      5c519bc0
  7. 25 Sep, 2023 3 commits
  8. 24 Sep, 2023 4 commits
    • Linus Torvalds's avatar
      Linux 6.6-rc3 · 6465e260
      Linus Torvalds authored
      6465e260
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 8a511e7e
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
      "ARM:
      
         - Fix EL2 Stage-1 MMIO mappings where a random address was used
      
         - Fix SMCCC function number comparison when the SVE hint is set
      
        RISC-V:
      
         - Fix KVM_GET_REG_LIST API for ISA_EXT registers
      
         - Fix reading ISA_EXT register of a missing extension
      
         - Fix ISA_EXT register handling in get-reg-list test
      
         - Fix filtering of AIA registers in get-reg-list test
      
        x86:
      
         - Fixes for TSC_AUX virtualization
      
         - Stop zapping page tables asynchronously, since we don't zap them as
           often as before"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
        KVM: SVM: Fix TSC_AUX virtualization setup
        KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
        KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
        KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()
        KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
        KVM: riscv: selftests: Selectively filter-out AIA registers
        KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
        RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
        RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
        KVM: selftests: Assert that vasprintf() is successful
        KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
        KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
      8a511e7e
    • Linus Torvalds's avatar
      Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace · 5edc6bb3
      Linus Torvalds authored
      Pull tracing fixes from Steven Rostedt:
      
       - Fix the "bytes" output of the per_cpu stat file
      
         The tracefs/per_cpu/cpu*/stats "bytes" was giving bogus values as the
         accounting was not accurate. It is suppose to show how many used
         bytes are still in the ring buffer, but even when the ring buffer was
         empty it would still show there were bytes used.
      
       - Fix a bug in eventfs where reading a dynamic event directory (open)
         and then creating a dynamic event that goes into that diretory screws
         up the accounting.
      
         On close, the newly created event dentry will get a "dput" without
         ever having a "dget" done for it. The fix is to allocate an array on
         dir open to save what dentries were actually "dget" on, and what ones
         to "dput" on close.
      
      * tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
        eventfs: Remember what dentries were created on dir open
        ring-buffer: Fix bytes info in per_cpu buffer stats
      5edc6bb3
    • Linus Torvalds's avatar
      Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl · 2ad78f8c
      Linus Torvalds authored
      Pull cxl fixes from Dan Williams:
       "A collection of regression fixes, bug fixes, and some small cleanups
        to the Compute Express Link code.
      
        The regressions arrived in the v6.5 dev cycle and missed the v6.6
        merge window due to my personal absences this cycle. The most
        important fixes are for scenarios where the CXL subsystem fails to
        parse valid region configurations established by platform firmware.
        This is important because agreement between OS and BIOS on the CXL
        configuration is fundamental to implementing "OS native" error
        handling, i.e. address translation and component failure
        identification.
      
        Other important fixes are a driver load error when the BIOS lets the
        Linux PCI core handle AER events, but not CXL memory errors.
      
        The other fixex might have end user impact, but for now are only known
        to trigger in our test/emulation environment.
      
        Summary:
      
         - Fix multiple scenarios where platform firmware defined regions fail
           to be assembled by the CXL core.
      
         - Fix a spurious driver-load failure on platforms that enable OS
           native AER, but not OS native CXL error handling.
      
         - Fix a regression detecting "poison" commands when "security"
           commands are also defined.
      
         - Fix a cxl_test regression with the move to centralize CXL port
           register enumeration in the CXL core.
      
         - Miscellaneous small fixes and cleanups"
      
      * tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
        cxl/acpi: Annotate struct cxl_cxims_data with __counted_by
        cxl/port: Fix cxl_test register enumeration regression
        cxl/region: Refactor granularity select in cxl_port_setup_targets()
        cxl/region: Match auto-discovered region decoders by HPA range
        cxl/mbox: Fix CEL logic for poison and security commands
        cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()
        PCI/AER: Export pcie_aer_is_native()
        cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers
      2ad78f8c
  9. 23 Sep, 2023 7 commits