Skip to content
Snippets Groups Projects
  1. Dec 15, 2024
  2. Dec 14, 2024
  3. Dec 13, 2024
    • Linus Torvalds's avatar
      Merge tag 'block-6.13-20241213' of git://git.kernel.dk/linux · c30c65f3
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
      
       - Series from Damien fixing issues with the zoned write plugging
      
       - Fix for a potential UAF in block cgroups
      
       - Fix deadlock around queue freezing and the sysfs lock
      
       - Various little cleanups and fixes
      
      * tag 'block-6.13-20241213' of git://git.kernel.dk/linux:
        block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
        block: Fix queue_iostats_passthrough_show()
        blk-mq: Clean up blk_mq_requeue_work()
        mq-deadline: Remove a local variable
        blk-iocost: Avoid using clamp() on inuse in __propagate_weights()
        block: Make bio_iov_bvec_set() accept pointer to const iov_iter
        block: get wp_offset by bdev_offset_from_zone_start
        blk-cgroup: Fix UAF in blkcg_unpin_online()
        MAINTAINERS: update Coly Li's email address
        block: Prevent potential deadlocks in zone write plug error recovery
        dm: Fix dm-zoned-reclaim zone write pointer alignment
        block: Ignore REQ_NOWAIT for zone reset and zone finish operations
        block: Use a zone write plug BIO work for REQ_NOWAIT BIOs
      c30c65f3
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.13-20241213' of git://git.kernel.dk/linux · 2a816e4f
      Linus Torvalds authored
      Pull io_uring fix from Jens Axboe:
       "A single fix for a regression introduced in the 6.13 merge window"
      
      * tag 'io_uring-6.13-20241213' of git://git.kernel.dk/linux:
        io_uring/rsrc: don't put/free empty buffers
      2a816e4f
    • Linus Torvalds's avatar
      Merge tag 'libnvdimm-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm · 1c021e79
      Linus Torvalds authored
      Pull libnvdimm fix from Ira Weiny:
      
       - sysbot fix for out of bounds access
      
      * tag 'libnvdimm-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
      1c021e79
    • Leon Romanovsky's avatar
      ARC: build: Try to guess GCC variant of cross compiler · 824927e8
      Leon Romanovsky authored
      ARC GCC compiler is packaged starting from Fedora 39i and the GCC
      variant of cross compile tools has arc-linux-gnu- prefix and not
      arc-linux-. This is causing that CROSS_COMPILE variable is left unset.
      
      This change allows builds without need to supply CROSS_COMPILE argument
      if distro package is used.
      
      Before this change:
      $ make -j 128 ARCH=arc W=1 drivers/infiniband/hw/mlx4/
        gcc: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead
        gcc: error: unrecognized command-line option ‘-mmedium-calls’
        gcc: error: unrecognized command-line option ‘-mlock’
        gcc: error: unrecognized command-line option ‘-munaligned-access’
      
      [1] https://packages.fedoraproject.org/pkgs/cross-gcc/gcc-arc-linux-gnu/index.html
      
      
      Signed-off-by: default avatarLeon Romanovsky <leonro@nvidia.com>
      Signed-off-by: default avatarVineet Gupta <vgupta@kernel.org>
      824927e8
    • Linus Torvalds's avatar
      Merge tag 'xfs-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 4800575d
      Linus Torvalds authored
      Pull xfs fixes from Carlos Maiolino:
      
       - Fixes for scrub subsystem
      
       - Fix quota crashes
      
       - Fix sb_spino_align checons on large fsblock sizes
      
       - Fix discarded superblock updates
      
       - Fix stuck unmount due to a locked inode
      
      * tag 'xfs-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (28 commits)
        xfs: port xfs_ioc_start_commit to multigrain timestamps
        xfs: return from xfs_symlink_verify early on V4 filesystems
        xfs: fix zero byte checking in the superblock scrubber
        xfs: check pre-metadir fields correctly
        xfs: don't crash on corrupt /quotas dirent
        xfs: don't move nondir/nonreg temporary repair files to the metadir namespace
        xfs: fix sb_spino_align checks for large fsblock sizes
        xfs: convert quotacheck to attach dquot buffers
        xfs: attach dquot buffer to dquot log item buffer
        xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
        xfs: separate dquot buffer reads from xfs_dqflush
        xfs: don't lose solo dquot update transactions
        xfs: don't lose solo superblock counter update transactions
        xfs: avoid nested calls to __xfs_trans_commit
        xfs: only run precommits once per transaction object
        xfs: unlock inodes when erroring out of xfs_trans_alloc_dir
        xfs: fix scrub tracepoints when inode-rooted btrees are involved
        xfs: update btree keys correctly when _insrec splits an inode root block
        xfs: fix error bailout in xfs_rtginode_create
        xfs: fix null bno_hint handling in xfs_rtallocate_rtg
        ...
      4800575d
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 01af50af
      Linus Torvalds authored
      Pull arm64 fixes from Catalin Marinas:
      
       - arm64 stacktrace: address some fallout from the recent changes to
         unwinding across exception boundaries
      
       - Ensure the arm64 signal delivery failure is recoverable - only
         override the return registers after all the user accesses took place
      
       - Fix the arm64 kselftest access to SVCR - only when SME is detected
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        kselftest/arm64: abi: fix SVCR detection
        arm64: signal: Ensure signal delivery failure is recoverable
        arm64: stacktrace: Don't WARN when unwinding other tasks
        arm64: stacktrace: Skip reporting LR at exception boundaries
      01af50af
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · a5b3d5df
      Linus Torvalds authored
      Pull RISC-V fixes from Palmer Dabbelt:
      
       - avoid taking a mutex while resolving jump_labels in the mutex
         implementation
      
       - avoid trying to resolve the early boot DT pointer via the linear map
      
       - avoid trying to IPI kfence TLB flushes, as kfence might flush with
         IRQs disabled
      
       - avoid calling PMD destructors on PMDs that were never constructed
      
      * tag 'riscv-for-linus-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        riscv: mm: Do not call pmd dtor on vmemmap page table teardown
        riscv: Fix IPIs usage in kfence_protect_page()
        riscv: Fix wrong usage of __pa() on a fixmap address
        riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=y
      a5b3d5df
    • Rafael J. Wysocki's avatar
      Merge branch 'acpica' · e14d5ae2
      Rafael J. Wysocki authored
      Merge an ACPICA fix for 6.13-rc3:
      
       - Don't release a context_mutex that was never acquired in
         acpi_remove_address_space_handler() (Daniil Tatianin).
      
      * acpica:
        ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
      e14d5ae2
    • Paolo Bonzini's avatar
      Merge tag 'kvm-riscv-fixes-6.13-1' of https://github.com/kvm-riscv/linux into HEAD · 3522c419
      Paolo Bonzini authored
      KVM/riscv fixes for 6.13, take #1
      
      - Replace csr_write() with csr_set() for HVIEN PMU overflow bit
      3522c419
    • Sean Christopherson's avatar
      KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init · 1201f226
      Sean Christopherson authored
      
      Snapshot the output of CPUID.0xD.[1..n] during kvm.ko initiliaization to
      avoid the overead of CPUID during runtime.  The offset, size, and metadata
      for CPUID.0xD.[1..n] sub-leaves does not depend on XCR0 or XSS values, i.e.
      is constant for a given CPU, and thus can be cached during module load.
      
      On Intel's Emerald Rapids, CPUID is *wildly* expensive, to the point where
      recomputing XSAVE offsets and sizes results in a 4x increase in latency of
      nested VM-Enter and VM-Exit (nested transitions can trigger
      xstate_required_size() multiple times per transition), relative to using
      cached values.  The issue is easily visible by running `perf top` while
      triggering nested transitions: kvm_update_cpuid_runtime() shows up at a
      whopping 50%.
      
      As measured via RDTSC from L2 (using KVM-Unit-Test's CPUID VM-Exit test
      and a slightly modified L1 KVM to handle CPUID in the fastpath), a nested
      roundtrip to emulate CPUID on Skylake (SKX), Icelake (ICX), and Emerald
      Rapids (EMR) takes:
      
        SKX 11650
        ICX 22350
        EMR 28850
      
      Using cached values, the latency drops to:
      
        SKX 6850
        ICX 9000
        EMR 7900
      
      The underlying issue is that CPUID itself is slow on ICX, and comically
      slow on EMR.  The problem is exacerbated on CPUs which support XSAVES
      and/or XSAVEC, as KVM invokes xstate_required_size() twice on each
      runtime CPUID update, and because there are more supported XSAVE features
      (CPUID for supported XSAVE feature sub-leafs is significantly slower).
      
       SKX:
        CPUID.0xD.2  = 348 cycles
        CPUID.0xD.3  = 400 cycles
        CPUID.0xD.4  = 276 cycles
        CPUID.0xD.5  = 236 cycles
        <other sub-leaves are similar>
      
       EMR:
        CPUID.0xD.2  = 1138 cycles
        CPUID.0xD.3  = 1362 cycles
        CPUID.0xD.4  = 1068 cycles
        CPUID.0xD.5  = 910 cycles
        CPUID.0xD.6  = 914 cycles
        CPUID.0xD.7  = 1350 cycles
        CPUID.0xD.8  = 734 cycles
        CPUID.0xD.9  = 766 cycles
        CPUID.0xD.10 = 732 cycles
        CPUID.0xD.11 = 718 cycles
        CPUID.0xD.12 = 734 cycles
        CPUID.0xD.13 = 1700 cycles
        CPUID.0xD.14 = 1126 cycles
        CPUID.0xD.15 = 898 cycles
        CPUID.0xD.16 = 716 cycles
        CPUID.0xD.17 = 748 cycles
        CPUID.0xD.18 = 776 cycles
      
      Note, updating runtime CPUID information multiple times per nested
      transition is itself a flaw, especially since CPUID is a mandotory
      intercept on both Intel and AMD.  E.g. KVM doesn't need to ensure emulated
      CPUID state is up-to-date while running L2.  That flaw will be fixed in a
      future patch, as deferring runtime CPUID updates is more subtle than it
      appears at first glance, the benefits aren't super critical to have once
      the XSAVE issue is resolved, and caching CPUID output is desirable even if
      KVM's updates are deferred.
      
      Cc: Jim Mattson <jmattson@google.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
      Message-ID: <20241211013302.13478532-2-seanjc@google.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      1201f226
    • Linus Torvalds's avatar
      Merge tag 'gpio-fixes-for-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · 243f750a
      Linus Torvalds authored
      Pull gpio fixes from Bartosz Golaszewski:
      
       - fix several low-level issues in gpio-graniterapids
      
       - fix an initialization order issue that manifests itself with
         __counted_by() checks in gpio-ljca
      
       - don't default to y for CONFIG_GPIO_MVEBU with COMPILE_TEST enabled
      
       - move the DEFAULT_SYMBOL_NAMESPACE define before the export.h include
         in gpio-idio-16
      
      * tag 'gpio-fixes-for-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespace
        gpio: graniterapids: Fix GPIO Ack functionality
        gpio: graniterapids: Check if GPIO line can be used for IRQs
        gpio: graniterapids: Determine if GPIO pad can be used by driver
        gpio: graniterapids: Fix invalid RXEVCFG register bitmask
        gpio: graniterapids: Fix invalid GPI_IS register offset
        gpio: graniterapids: Fix incorrect BAR assignment
        gpio: graniterapids: Fix vGPIO driver crash
        gpio: ljca: Initialize num before accessing item in ljca_gpio_config
        gpio: GPIO_MVEBU should not default to y when compile-testing
      243f750a
Loading