Skip to content
  1. Aug 25, 2023
  2. Aug 16, 2023
  3. Aug 14, 2023
  4. Aug 13, 2023
  5. Aug 12, 2023
    • Linus Torvalds's avatar
      Merge tag 'usb-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 469a2f50
      Linus Torvalds authored
      Pull USB / Thunderbolt driver fixes from Greg KH:
       "Here are some small USB and Thunderbolt driver fixes for reported
        problems. Included in here are:
      
         - thunderbolt driver memory leak fix
      
         - thunderbolt display flicker fix
      
         - usb dwc3 driver fix
      
         - usb gadget uvc disconnect crash fix
      
         - usb typec Kconfig build dependency fix
      
         - usb typec small fixes
      
         - usb-con-gpio bugfix
      
         - usb-storage old driver bugfix
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'usb-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()
        usb: dwc3: Properly handle processing of pending events
        usb-storage: alauda: Fix uninit-value in alauda_check_media()
        usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
        USB: Gadget: core: Help prevent panic during UVC unconfigure
        usb: typec: mux: intel: Add dependency on USB_COMMON
        usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()
        usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment
        usb: typec: tcpm: Fix response to vsafe0V event
        thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards
      469a2f50
    • Linus Torvalds's avatar
      Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 43972cf2
      Linus Torvalds authored
      Pull x86 fixes from Borislav Petkov:
      
       - Do not parse the confidential computing blob on non-AMD hardware as
         it leads to an EFI config table ending up unmapped
      
       - Use the correct segment selector in the 32-bit version of getcpu() in
         the vDSO
      
       - Make sure vDSO and VVAR regions are placed in the 47-bit VA range
         even on 5-level paging systems
      
       - Add models 0x90-0x91 to the range of AMD Zenbleed-affected CPUs
      
      * tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
        x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
        x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h
        x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit kernel
        x86/sev: Do not try to parse for the CC blob on non-AMD hardware
      43972cf2
    • Linus Torvalds's avatar
      Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 272b86ba
      Linus Torvalds authored
      Pull x86 mitigation fixes from Borislav Petkov:
       "The first set of fallout fixes after the embargo madness. There will
        be another set next week too.
      
         - A first series of cleanups/unifications and documentation
           improvements to the SRSO and GDS mitigations code which got
           postponed to after the embargo date
      
         - Fix the SRSO aliasing addresses assertion so that the LLVM linker
           can parse it too"
      
      * tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        driver core: cpu: Fix the fallback cpu_show_gds() name
        x86: Move gds_ucode_mitigated() declaration to header
        x86/speculation: Add cpu_show_gds() prototype
        driver core: cpu: Make cpu_show_not_affected() static
        x86/srso: Fix build breakage with the LLVM linker
        Documentation/srso: Document IBPB aspect and fix formatting
        driver core: cpu: Unify redundant silly stubs
        Documentation/hw-vuln: Unify filename specification in index
      272b86ba
    • Linus Torvalds's avatar
      Merge tag 'tpmdd-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd · f8de32cc
      Linus Torvalds authored
      Pull tpm irq fixes from Jarkko Sakkinen:
       "These change the probing and enabling of interrupts advertised by the
        platform firmware (i.e. ACPI, Device Tree) to be an opt-in for tpm_tis,
        which can be set from the kernel command-line.
      
        Note that the opt-in change is only for the PC MMIO tpm_tis module. It
        does not affect other similar drivers using IRQs, like tpm_tis_spi and
        synquacer"
      
      * tag 'tpmdd-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
        tpm_tis: Opt-in interrupts
        tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition
      f8de32cc
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · 9a20704f
      Linus Torvalds authored
      Pull rdma fixes from Jason Gunthorpe:
       "A few small bugs:
      
         - Fix longstanding mlx5 bug where ODP would fail with certain MR
           alignments
      
         - cancel work to prevent a hfi1 UAF
      
         - MAINTAINERS update
      
         - UAF, missing mutex_init and an error unwind bug in bnxt_re"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        RDMA/bnxt_re: Initialize dpi_tbl_lock mutex
        RDMA/bnxt_re: Fix error handling in probe failure path
        RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF
        MAINTAINERS: Remove maintainer of HiSilicon RoCE
        IB/hfi1: Fix possible panic during hotplug remove
        RDMA/umem: Set iova in ODP flow
      9a20704f
    • Linus Torvalds's avatar
      Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs · 0725a704
      Linus Torvalds authored
      Pull zonefs fix from Damien Le Moal:
      
       - The switch to using iomap for executing a direct synchronous write to
         sequential files using a zone append BIO overlooked cases where the
         BIO built by iomap is too large and needs splitting, which is not
         allowed with zone append.
      
         Fix this by using regular write commands instead. The use of zone
         append commands will be reintroduced later with proper support from
         iomap.
      
      * tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
        zonefs: fix synchronous direct writes to sequential files
      0725a704
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v6.5-rc6' of... · 5512c33c
      Linus Torvalds authored
      Merge tag 'hwmon-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
      
      Pull hwmon fixes from Guenter Roeck:
      
       - Fix sporadic comunication errors in pmbus/bel-pfe and
         aquacomputer_d5next drivers
      
      * tag 'hwmon-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl report
        hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100
      5512c33c
    • Jarkko Sakkinen's avatar
      tpm_tis: Opt-in interrupts · 6aaf663e
      Jarkko Sakkinen authored
      Cc: stable@vger.kernel.org # v6.4+
      Link: https://lore.kernel.org/linux-integrity/CAHk-=whRVp4h8uWOX1YO+Y99+44u4s=XxMK4v00B6F1mOfqPLg@mail.gmail.com/
      Fixes: e644b2f4
      
       ("tpm, tpm_tis: Enable interrupt test")
      Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
      6aaf663e
    • Peter Ujfalusi's avatar
      tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition · 51e5e551
      Peter Ujfalusi authored
      The patch which made it to the kernel somehow changed the
      match condition from
      DMI_MATCH(DMI_PRODUCT_NAME, "UPX-TGL01")
      to
      DMI_MATCH(DMI_PRODUCT_VERSION, "UPX-TGL")
      
      Revert back to the correct match condition to disable the
      interrupt mode on the board.
      
      Cc: stable@vger.kernel.org # v6.4+
      Fixes: edb13d7b ("tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11")
      Link: https://lore.kernel.org/lkml/20230524085844.11580-1-peter.ujfalusi@linux.intel.com/
      
      
      Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
      Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
      51e5e551
    • Linus Torvalds's avatar
      Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of... · 190bf7b1
      Linus Torvalds authored
      Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
      
      Pull misc fixes from Andrew Morton:
       "14 hotfixes. 11 of these are cc:stable and the remainder address
        post-6.4 issues, or are not considered suitable for -stable
        backporting"
      
      * tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
        mm/damon/core: initialize damo_filter->list from damos_new_filter()
        nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
        selftests: cgroup: fix test_kmem_basic false positives
        fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
        MAINTAINERS: add maple tree mailing list
        mm: compaction: fix endless looping over same migrate block
        selftests: mm: ksm: fix incorrect evaluation of parameter
        hugetlb: do not clear hugetlb dtor until allocating vmemmap
        mm: memory-failure: avoid false hwpoison page mapped error info
        mm: memory-failure: fix potential unexpected return value from unpoison_memory()
        mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
        radix tree test suite: fix incorrect allocation size for pthreads
        crypto, cifs: fix error handling in extract_iter_to_sg()
        zsmalloc: fix races between modifications of fullness and isolated
      190bf7b1
    • Cristian Ciocaltea's avatar
      x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 · 6dbef74a
      Cristian Ciocaltea authored
      Commit
      
        522b1d69 ("x86/cpu/amd: Add a Zenbleed fix")
      
      provided a fix for the Zen2 VZEROUPPER data corruption bug affecting
      a range of CPU models, but the AMD Custom APU 0405 found on SteamDeck
      was not listed, although it is clearly affected by the vulnerability.
      
      Add this CPU variant to the Zenbleed erratum list, in order to
      unconditionally enable the fallback fix until a proper microcode update
      is available.
      
      Fixes: 522b1d69
      
       ("x86/cpu/amd: Add a Zenbleed fix")
      Signed-off-by: default avatarCristian Ciocaltea <cristian.ciocaltea@collabora.com>
      Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
      Cc: stable@vger.kernel.org
      Link: https://lore.kernel.org/r/20230811203705.1699914-1-cristian.ciocaltea@collabora.com
      6dbef74a
    • William Breathitt Gray's avatar
      gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent · 33f83d13
      William Breathitt Gray authored
      The WinSystems WS16C48 I/O address region spans offsets 0x0 through 0xA,
      which is a total of 11 bytes. Fix the WS16C48_EXTENT define to the
      correct value of 11 so that access to necessary device registers is
      properly requested in the ws16c48_probe() callback by the
      devm_request_region() function call.
      
      Fixes: 2c05a0f2
      
       ("gpio: ws16c48: Implement and utilize register structures")
      Cc: stable@vger.kernel.org
      Cc: Paul Demetrotion <pdemetrotion@winsystems.com>
      Signed-off-by: default avatarWilliam Breathitt Gray <william.gray@linaro.org>
      Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
      33f83d13
    • Linus Torvalds's avatar
      Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 29d99aae
      Linus Torvalds authored
      Pull ACPI fixes from Rafael Wysocki:
       "Rework the handling of interrupt overrides on AMD Zen-based machines
        to avoid recently introduced regressions (Hans de Goede).
      
        Note that this is intended as a short-term mitigation for 6.5 and the
        long-term approach will be to attempt to use the configuration left by
        the BIOS, but it requires more investigation"
      
      * tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 M
        ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen
        ACPI: resource: Always use MADT override IRQ settings for all legacy non i8042 IRQs
        ACPI: resource: revert "Remove "Zen" specific match and quirks"
      29d99aae
    • Linus Torvalds's avatar
      Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 9578b04c
      Linus Torvalds authored
      Pull power management fixes from Rafael Wysocki:
       "These fix an amd-pstate cpufreq driver issues and recently introduced
        hibernation-related breakage.
      
        Specifics:
      
         - Make amd-pstate use device_attributes as expected by the CPU root
           kobject (Thomas Weißschuh)
      
         - Restore the previous behavior of resume_store() when hibernation is
           not available which is to return the full number of bytes that were
           to be written by user space (Vlastimil Babka)"
      
      * tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        cpufreq: amd-pstate: fix global sysfs attribute type
        PM: hibernate: fix resume_store() return value when hibernation not available
      9578b04c
    • Linus Torvalds's avatar
      Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux · 360e6942
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
      
       - NVMe pull request via Keith:
            - Fixes for request_queue state (Ming)
            - Another uuid quirk (August)
      
       - RCU poll fix for NVMe (Ming)
      
       - Fix for an IO stall with polled IO (me)
      
       - Fix for blk-iocost stats enable/disable accounting (Chengming)
      
       - Regression fix for large pages for zram (Christoph)
      
      * tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux:
        nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
        blk-iocost: fix queue stats accounting
        block: don't make REQ_POLLED imply REQ_NOWAIT
        block: get rid of unused plug->nowait flag
        zram: take device and not only bvec offset into account
        nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
        nvme-rdma: fix potential unbalanced freeze & unfreeze
        nvme-tcp: fix potential unbalanced freeze & unfreeze
        nvme: fix possible hang when removing a controller during error recovery
      360e6942
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linux · 2e40ed24
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
       "A followup fix for the parisc/SHM_COLOUR fix, also from Helge, which
        is heading to stable.
      
        And then just the io_uring equivalent of the RESOLVE_CACHED fix in
        commit a0fc452a from last week for build_open_flags()"
      
      * tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linux:
        io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
        io_uring: correct check for O_TMPFILE
      2e40ed24
    • Borislav Petkov (AMD)'s avatar
      driver core: cpu: Fix the fallback cpu_show_gds() name · 3477144c
      Borislav Petkov (AMD) authored
      In
      
        6524c798 ("driver core: cpu: Make cpu_show_not_affected() static")
      
      I fat-fingered the name of cpu_show_gds(). Usually, I'd rebase but since
      those are extraordinary embargoed times, the commit above was already
      pulled into another tree so no no.
      
      Therefore, fix it ontop.
      
      Fixes: 6524c798
      
       ("driver core: cpu: Make cpu_show_not_affected() static")
      Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
      Link: https://lore.kernel.org/r/20230811095831.27513-1-bp@alien8.de
      3477144c
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-cpufreq' · 4778e128
      Rafael J. Wysocki authored
      Merge a cpufreq fix for 6.5-rc6.
      
      This makes amd-pstate use device_attributes as expected by the CPU root
      kobject.
      
      * pm-cpufreq:
        cpufreq: amd-pstate: fix global sysfs attribute type
      4778e128
    • Linus Torvalds's avatar
      Merge tag 'pci-v6.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci · 9106536c
      Linus Torvalds authored
      Pull pci fixes from Bjorn Helgaas:
      
       - Add Manivannan Sadhasivam as DesignWare PCIe driver co-maintainer
         (Krzysztof Wilczyński)
      
       - Revert "PCI: dwc: Wait for link up only if link is started" to fix a
         regression on Qualcomm platforms that don't reach interconnect sync
         state if the slot is empty (Johan Hovold)
      
       - Revert "PCI: mvebu: Mark driver as BROKEN" so people can use
         pci-mvebu even though some others report problems (Bjorn Helgaas)
      
       - Avoid a NULL pointer dereference when using acpiphp for root bus
         hotplug to fix a regression added in v6.5-rc1 (Igor Mammedov)
      
      * tag 'pci-v6.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
        PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus
        Revert "PCI: mvebu: Mark driver as BROKEN"
        Revert "PCI: dwc: Wait for link up only if link is started"
        MAINTAINERS: Add Manivannan Sadhasivam as DesignWare PCIe driver maintainer
      9106536c
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · 2a3c17ed
      Linus Torvalds authored
      Pull RISC-V fixes from Palmer Dabbelt:
      
       - Fixes for a pair of kexec_file_load() failures
      
       - A fix to ensure the direct mapping is PMD-aligned
      
       - A fix for CPU feature detection on SMP=n
      
       - The MMIO ordering fences have been strengthened to ensure ordering
         WRT delay()
      
       - Fixes for a pair of -Wmissing-variable-declarations warnings
      
       - A fix to avoid PUD mappings in vmap on sv39
      
       - flush_cache_vmap() now flushes the TLB to avoid issues on systems
         that cache invalid mappings
      
      * tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        riscv: Implement flush_cache_vmap()
        riscv: Do not allow vmap pud mappings for 3-level page table
        riscv: mm: fix 2 instances of -Wmissing-variable-declarations
        riscv,mmio: Fix readX()-to-delay() ordering
        riscv: Fix CPU feature detection with SMP disabled
        riscv: Start of DRAM should at least be aligned on PMD size for the direct mapping
        riscv/kexec: load initrd high in available memory
        riscv/kexec: handle R_RISCV_CALL_PLT relocation type
      2a3c17ed
    • Linus Torvalds's avatar
      Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · feb0eee9
      Linus Torvalds authored
      Pull parisc architecture fixes from Helge Deller:
       "A bugfix in the LWS code, which used different lock words than the
        parisc lightweight spinlock checks. This inconsistency triggered false
        positives when the lightweight spinlock checks checked the locks of
        mutexes.
      
        The other patches are trivial cleanups and most of them fix sparse
        warnings.
      
        Summary:
      
         - Fix LWS code to use same lock words as for the parisc lightweight
           spinlocks
      
         - Use PTR_ERR_OR_ZERO() in pdt init code
      
         - Fix lots of sparse warnings"
      
      * tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: perf: Make cpu_device variable static
        parisc: ftrace: Add declaration for ftrace_function_trampoline()
        parisc: boot: Nuke some sparse warnings in decompressor
        parisc: processor: Include asm/smp.h for init_per_cpu()
        parisc: unaligned: Include linux/sysctl.h for unaligned_enabled
        parisc: Move proc_mckinley_root and proc_runway_root to sba_iommu
        parisc: dma: Add prototype for pcxl_dma_start
        parisc: parisc_ksyms: Include libgcc.h for libgcc prototypes
        parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warning
        parisc: firmware: Mark pdc_result buffers local
        parisc: firmware: Fix sparse context imbalance warnings
        parisc: signal: Fix sparse incorrect type in assignment warning
        parisc: ioremap: Fix sparse warnings
        parisc: fault: Use C99 arrary initializers
        parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify code
        parisc: Fix lightweight spinlock checks to not break futexes
      feb0eee9
    • Linus Torvalds's avatar
      Merge tag 'cpuidle-psci-v6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm · 2a5482c2
      Linus Torvalds authored
      Pull cpuidle psci fixes from Ulf Hansson:
       "A couple of cpuidle-psci fixes. Usually, this is managed by arm-soc
        maintainers or Rafael, although due to a busy period I have stepped in
        to help out:
      
         - Fix the error path to prevent reverting from OSI back to PC mode"
      
      * tag 'cpuidle-psci-v6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm:
        cpuidle: psci: Move enabling OSI mode after power domains creation
        cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
      2a5482c2
  6. Aug 11, 2023
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2023-08-11' of git://anongit.freedesktop.org/drm/drm · 9b1b1b74
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "This week's fixes, as expected amdgpu is probably a little larger
        since it skipped a week, but otherwise a few nouveau fixes, a couple
        of bridge, rockchip and ivpu fixes.
      
        amdgpu:
         - S/G display workaround for platforms with >= 64G of memory
         - S0i3 fix
         - SMU 13.0.0 fixes
         - Disable SMU 13.x OD features temporarily while the interface is
           reworked to enable additional functionality
         - Fix cursor gamma issues on DCN3+
         - SMU 13.0.6 fixes
         - Fix possible UAF in CS IOCTL
         - Polaris display regression fix
         - Only enable CP GFX shadowing on SR-IOV
      
        amdkfd:
         - Raven/Picasso KFD regression fix
      
        bridge:
         - it6505: runtime PM fix
         - lt9611: revert Do not generate HFP/HBP/HSA and EOT packet
      
        nouveau:
         - enable global memory loads for helper invocations for userspace
           driver
         - dp 1.3 dpcd+ workaround fix
         - remove unused function
         - revert incorrect NULL check
      
        accel/ivpu:
         - Add set_pages_array_wc/uc for internal buffers
      
        rockchip:
         - Don't spam logs in atomic check"
      
      * tag 'drm-fixes-2023-08-11' of git://anongit.freedesktop.org/drm/drm: (23 commits)
        drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
        drm/amdkfd: disable IOMMUv2 support for Raven
        drm/amdkfd: disable IOMMUv2 support for KV/CZ
        drm/amdkfd: ignore crat by default
        drm/amdgpu/gfx11: only enable CP GFX shadowing on SR-IOV
        drm/amd/display: Fix a regression on Polaris cards
        drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
        drm/amd/pm: Fix SMU v13.0.6 energy reporting
        drm/amd/display: check attr flag before set cursor degamma on DCN3+
        drm/amd/pm: disable the SMU13 OD feature support temporarily
        drm/amd/pm: correct the pcie width for smu 13.0.0
        drm/amd/display: Don't show stack trace for missing eDP
        drm/amdgpu: Match against exact bootloader status
        drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11
        drm/amd: Disable S/G for APUs when 64GB or more host memory
        drm/rockchip: Don't spam logs in atomic check
        accel/ivpu: Add set_pages_array_wc/uc for internal buffers
        drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
        Revert "drm/bridge: lt9611: Do not generate HFP/HBP/HSA and EOT packet"
        drm/nouveau: remove unused tu102_gr_load() function
        ...
      9b1b1b74
    • Ming Lei's avatar
      nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll · a7a7dabb
      Ming Lei authored
      Now nvme_ns_chr_uring_cmd_iopoll() has switched to request based io
      polling, and the associated NS is guaranteed to be live in case of
      io polling, so request is guaranteed to be valid because blk-mq uses
      pre-allocated request pool.
      
      Remove the rcu read lock in nvme_ns_chr_uring_cmd_iopoll(), which
      isn't needed any more after switching to request based io polling.
      
      Fix "BUG: sleeping function called from invalid context" because
      set_page_dirty_lock() from blk_rq_unmap_user() may sleep.
      
      Fixes: 585079b6
      
       ("nvme: wire up async polling for io passthrough commands")
      Reported-by: default avatarGuangwu Zhang <guazhang@redhat.com>
      Cc: Kanchan Joshi <joshi.k@samsung.com>
      Cc: Anuj Gupta <anuj20.g@samsung.com>
      Signed-off-by: default avatarMing Lei <ming.lei@redhat.com>
      Tested-by: default avatarGuangwu Zhang <guazhang@redhat.com>
      Link: https://lore.kernel.org/r/20230809020440.174682-1-ming.lei@redhat.com
      
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      a7a7dabb
    • Dave Airlie's avatar
      Merge tag 'amd-drm-fixes-6.5-2023-08-09' of... · fbe8ff72
      Dave Airlie authored
      Merge tag 'amd-drm-fixes-6.5-2023-08-09' of https://gitlab.freedesktop.org/agd5f/linux
      
       into drm-fixes
      
      amd-drm-fixes-6.5-2023-08-09:
      
      amdgpu:
      - S/G display workaround for platforms with >= 64G of memory
      - S0i3 fix
      - SMU 13.0.0 fixes
      - Disable SMU 13.x OD features temporarily while the interface is reworked
        to enable additional functionality
      - Fix cursor gamma issues on DCN3+
      - SMU 13.0.6 fixes
      - Fix possible UAF in CS IOCTL
      - Polaris display regression fix
      - Only enable CP GFX shadowing on SR-IOV
      
      amdkfd:
      - Raven/Picasso KFD regression fix
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Alex Deucher <alexander.deucher@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20230809182827.8135-1-alexander.deucher@amd.com
      fbe8ff72