1. 25 7月, 2022 21 次提交
  2. 24 7月, 2022 2 次提交
  3. 23 7月, 2022 13 次提交
    • L
      Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 301c8949
      Linus Torvalds 提交于
      Pull spi fixes from Mark Brown:
       "A few more small driver specific fixes"
      
      * tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi: spi-rspi: Fix PIO fallback on RZ platforms
        spi: spi-cadence: Fix SPI NO Slave Select macro definition
        spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers
      301c8949
    • L
      Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · 70664fc1
      Linus Torvalds 提交于
      Pull RISC-V fixes from Palmer Dabbelt:
      
       - Two kexec-related build fixes
      
       - A DTS update to make the GPIO nodes match the upcoming dtschema
      
       - A fix that passes -mno-relax directly to the assembler when building
         modules, to work around compilers that fail to do so
      
      * tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        riscv: add as-options for modules with assembly compontents
        riscv: dts: align gpio-key node names with dtschema
        RISC-V: kexec: Fix build error without CONFIG_KEXEC
        RISCV: kexec: Fix build error without CONFIG_MODULES
      70664fc1
    • L
      Merge tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · ae21fbac
      Linus Torvalds 提交于
      Pull ACPI fix from Rafael Wysocki:
       "Fix yet another piece of ACPI CPPC changes fallout on AMD platforms
        (Mario Limonciello)"
      
      * tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is supported
      ae21fbac
    • L
      Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block · a5235996
      Linus Torvalds 提交于
      Pull io_uring fixes from Jens Axboe:
       "Fix for a bad kfree() introduced in this cycle, and a quick fix for
        disabling buffer recycling for IORING_OP_READV.
      
        The latter will get reworked for 5.20, but it gets the job done for
        5.19"
      
      * tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block:
        io_uring: do not recycle buffer in READV
        io_uring: fix free of unallocated buffer list
      a5235996
    • L
      Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block · d945404f
      Linus Torvalds 提交于
      Pull block fix from Jens Axboe:
       "Just a single fix for missing error propagation for an allocation
        failure in raid5"
      
      * tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block:
        md/raid5: missing error code in setup_conf()
      d945404f
    • L
      Merge tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 4a1dcf77
      Linus Torvalds 提交于
      Pull i2c fixes from Wolfram Sang:
       "Two driver bugfixes and a typo fix"
      
      * tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: cadence: Change large transfer count reset logic to be unconditional
        i2c: imx: fix typo in comment
        i2c: mlxcpld: Fix register setting for 400KHz frequency
      4a1dcf77
    • L
      Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · 6f8e4e10
      Linus Torvalds 提交于
      Pull gpio fixes from Bartosz Golaszewski:
      
       - fix several regmap usage issues in gpio-pca953x
      
       - fix out-of-tree build for GPIO selftests
      
       - fix integer overflow in gpio-xilinx
      
      * tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: gpio-xilinx: Fix integer overflow
        selftests: gpio: fix include path to kernel headers for out of tree builds
        gpio: pca953x: use the correct register address when regcache sync during init
        gpio: pca953x: use the correct range when do regmap sync
        gpio: pca953x: only use single read/write for No AI mode
      6f8e4e10
    • L
      Merge tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · 61471911
      Linus Torvalds 提交于
      Pull pin control fixes from Linus Walleij:
       "Only driver fixes:
      
         - NULL check for the ralink and sunplus drivers
      
         - Add Jacky Bai as maintainer for the Freescale pin controllers
      
         - Fix pin config ops for the Ocelot LAN966x and SparX5
      
         - Disallow AMD pin control to be a module: the GPIO lines need to be
           active in early boot, so no can do
      
         - Fix the Armada 37xx to use raw spinlocks in the interrupt handler
           path to avoid wait context"
      
      * tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
        pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait context
        pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait context
        pinctrl: Don't allow PINCTRL_AMD to be a module
        pinctrl: ocelot: Fix pincfg
        pinctrl: ocelot: Fix pincfg for lan966x
        MAINTAINERS: Update freescale pin controllers maintainer
        pinctrl: sunplus: Add check for kcalloc
        pinctrl: ralink: Check for null return of devm_kcalloc
      61471911
    • L
      Merge tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 8f636c6a
      Linus Torvalds 提交于
      Pull sound fixes from Takashi Iwai:
       "Only undoes the Rockchip BCLK changes to address a regression"
      
      * tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ASoC: rockchip-i2s: Undo BCLK pinctrl changes
        ASoC: rockchip: i2s: Fix NULL pointer dereference when pinctrl is not found
      8f636c6a
    • L
      Merge tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc · 85029503
      Linus Torvalds 提交于
      Pull MMC fix from Ulf Hansson:
      
       - sdhci-omap: Fix a lockdep warning while probing
      
      * tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
        mmc: sdhci-omap: Fix a lockdep warning for PM runtime init
      85029503
    • L
      Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drm · 8e65afba
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "Fixes for this week.
      
        The main one is the i915 firmware fix for the phoronix reported issue.
        I've written some firmware guidelines as a result, should land in
        -next soon. Otherwise a few amdgpu fixes, a scheduler fix, ttm fix and
        two other minor ones.
      
        scheduler:
         - scheduling while atomic fix
      
        ttm:
         - locking fix
      
        edp:
         - variable typo fix
      
        i915:
         - add back support for v69 firmware on ADL-P
      
        amdgpu:
         - Drop redundant buffer cleanup that can lead to a segfault
         - Add a bo_list mutex to avoid possible list corruption in CS
         - dmub notification fix
      
        imx:
         - fix error path"
      
      * tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drm:
        drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2
        drm/imx/dcss: Add missing of_node_put() in fail path
        drm/i915/guc: support v69 in parallel to v70
        drm/i915/guc: Support programming the EU priority in the GuC descriptor
        drm/panel-edp: Fix variable typo when saving hpd absent delay from DT
        drm/amdgpu: Remove one duplicated ef removal
        drm/ttm: fix locking in vmap/vunmap TTM GEM helpers
        drm/scheduler: Don't kill jobs in interrupt context
        drm/amd/display: Fix new dmub notification enabling in DM
      8e65afba
    • L
      Merge tag 'rcu-urgent.2022.07.21a' of... · 4ba1329c
      Linus Torvalds 提交于
      Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
      
      Pull RCU fix from Paul McKenney:
       "This contains a pair of commits that fix 282d8998 ("srcu: Prevent
        expedited GPs and blocking readers from consuming CPU"), which was
        itself a fix to an SRCU expedited grace-period problem that could
        prevent kernel live patching (KLP) from completing.
      
        That SRCU fix for KLP introduced large (as in minutes) boot-time
        delays to embedded Linux kernels running on qemu/KVM. These delays
        were due to the emulation of certain MMIO operations controlling
        memory layout, which were emulated with one expedited grace period per
        access. Common configurations required thousands of boot-time MMIO
        accesses, and thus thousands of boot-time expedited SRCU grace
        periods.
      
        In these configurations, the occasional sleeps that allowed KLP to
        proceed caused excessive boot delays. These commits preserve enough
        sleeps to permit KLP to proceed, but few enough that the virtual
        embedded kernels still boot reasonably quickly.
      
        This represents a regression introduced in the v5.19 merge window, and
        the bug is causing significant inconvenience"
      
      * tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
        srcu: Make expedited RCU grace periods block even less frequently
        srcu: Block less aggressively for expedited grace periods
      4ba1329c
    • L
      mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case · 7fb5e508
      Linus Torvalds 提交于
      Sudip reports that alpha doesn't build properly, with errors like
      
        include/asm-generic/tlb.h:401:1: error: redefinition of 'tlb_update_vma_flags'
          401 | tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma)
              | ^~~~~~~~~~~~~~~~~~~~
        include/asm-generic/tlb.h:372:1: note: previous definition of 'tlb_update_vma_flags' with type 'void(struct mmu_gather *, struct vm_area_struct *)'
          372 | tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { }
      
      the cause being that We have this odd situation where some architectures
      were never converted to the newer TLB flushing interfaces that have a
      range for the flush.  Instead people left them alone, and we have them
      select the MMU_GATHER_NO_RANGE config option to make the tlb header
      files account for this.
      
      Peter Zijlstra cleaned some of these nasty header file games up in
      commits
      
        1e9fdf21 ("mmu_gather: Remove per arch tlb_{start,end}_vma()")
        18ba064e ("mmu_gather: Let there be one tlb_{start,end}_vma() implementation")
      
      but tlb_update_vma_flags() was left alone, and then commit b67fbebd
      ("mmu_gather: Force tlb-flush VM_PFNMAP vmas") ended up removing only
      _one_ of the two stale duplicate dummy inline functions.
      
      This removes the other stale one.
      
      Somebody braver than me should try to remove MMU_GATHER_NO_RANGE
      entirely, but it requires fixing up the oddball architectures that use
      it: alpha, m68k, microblaze, nios2 and openrisc.
      
      The fixups should be fairly straightforward ("fix the build errors it
      exposes by adding the appropriate range arguments"), but the reason this
      wasn't done in the first place is that so few people end up working on
      those architectures.  But it could be done one architecture at a time,
      hint, hint.
      Reported-by: NSudip Mukherjee (Codethink) <sudipm.mukherjee@gmail.com>
      Fixes: b67fbebd ("mmu_gather: Force tlb-flush VM_PFNMAP vmas")
      Link: https://lore.kernel.org/all/YtpXh0QHWwaEWVAY@debian/
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Will Deacon <will@kernel.org>
      Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Nick Piggin <npiggin@gmail.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      7fb5e508
  4. 22 7月, 2022 4 次提交