1. 02 Jun, 2023 9 commits
    • Linus Torvalds's avatar
      Merge tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linux · 2b749773
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "Just an NVMe pull request with (mostly) KATO fixes, a regression fix
        for zoned device revalidation, and a fix for an md raid5 regression"
      
      * tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linux:
        nvme: fix the name of Zone Append for verbose logging
        nvme: improve handling of long keep alives
        nvme: check IO start time when deciding to defer KA
        nvme: double KA polling frequency to avoid KATO with TBKAS on
        nvme: fix miss command type check
        block: fix revalidate performance regression
        md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
      2b749773
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.4-2023-06-02' of git://git.kernel.dk/linux · 26d14779
      Linus Torvalds authored
      Pull io_uring fix from Jens Axboe:
       "Just a single revert in here, removing the warning on the epoll ctl
        opcode.
      
        We originally deprecated this a few releases ago, but I've since had
        two people report that it's being used. Which isn't the biggest deal,
        obviously this is why we out in the deprecation notice in the first
        place, but it also means that we should just kill this warning again
        and abandon the deprecation plans.
      
        Since it's only a few handfuls of code to support epoll ctl, not worth
        going any further with this imho"
      
      * tag 'io_uring-6.4-2023-06-02' of git://git.kernel.dk/linux:
        io_uring: undeprecate epoll_ctl support
      26d14779
    • Linus Torvalds's avatar
      Merge tag 'mmc-v6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc · 921bdc72
      Linus Torvalds authored
      Pull MMC fixes from Ulf Hansson:
       "MMC core:
         - Fix pwrseq for WILC1000/WILC3000 SDIO card
      
        MMC host:
         - vub300: Fix invalid response handling"
      
      * tag 'mmc-v6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
        mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order
        mmc: vub300: fix invalid response handling
      921bdc72
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 7bdecc26
      Linus Torvalds authored
      Pull iommu fixes from Joerg Roedel:
       "AMD IOMMU fixes:
         - Fix domain type and size checks
         - IOTLB flush fix for invalidating ranges
         - Guest IRQ handling fixes and GALOG overflow fix
      
        Rockchip IOMMU:
         - Error handling fix
      
        Mediatek IOMMU:
         - IOTLB flushing fix
      
        Renesas IOMMU:
         - Fix Kconfig dependencies to avoid build errors on RiscV"
      
      * tag 'iommu-fixes-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu/mediatek: Flush IOTLB completely only if domain has been attached
        iommu/amd/pgtbl_v2: Fix domain max address
        iommu/amd: Fix domain flush size when syncing iotlb
        iommu/amd: Add missing domain type checks
        iommu/amd: Fix up merge conflict resolution
        iommu/amd: Handle GALog overflows
        iommu/amd: Don't block updates to GATag if guest mode is on
        iommu/rockchip: Fix unwind goto issue
        iommu: Make IPMMU_VMSA dependencies more strict
      7bdecc26
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2023-06-02' of git://anongit.freedesktop.org/drm/drm · e99a7467
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Quiet enough week, though the misc fixes tree didn't get to me when I
        was sending this, so maybe it'll be a bit bigger next week, just one
        i915 fix and some scattered amdgpu fixes:
      
        amdgpu:
         - Fix mclk and fclk output ordering on some APUs
         - Fix display regression with 5K VRR
         - VCN, JPEG spurious interrupt warning fixes
         - Fix SI DPM on some ARM64 platforms
         - Fix missing TMZ enablement on GC 11.0.1
      
        i915:
         - Fix for OA reporting to allow detecting non-power-of-two reports"
      
      * tag 'drm-fixes-2023-06-02' of git://anongit.freedesktop.org/drm/drm:
        drm/i915/perf: Clear out entire reports after reading if not power of 2 size
        drm/amdgpu: enable tmz by default for GC 11.0.1
        drm/amd/pm: resolve reboot exception for si oland
        drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v4_0
        drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v2_6
        drm/amdgpu: separate ras irq from jpeg instance irq for UVD_POISON
        drm/amdgpu: add RAS POISON interrupt funcs for vcn_v4_0
        drm/amdgpu: add RAS POISON interrupt funcs for vcn_v2_6
        drm/amdgpu: separate ras irq from vcn instance irq for UVD_POISON
        Revert "drm/amd/display: Do not set drr on pipe commit"
        Revert "drm/amd/display: Block optimize on consecutive FAMS enables"
        drm/amd/pm: reverse mclk and fclk clocks levels for renoir
        drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
        drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
        drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
        drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
      e99a7467
    • Linus Torvalds's avatar
      Merge tag 'selinux-pr-20230601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux · 1419c3ba
      Linus Torvalds authored
      Pull selinux fix from Paul Moore:
       "A small SELinux Makefile fix to resolve a problem seen when building
        the kernel with older versions of make.
      
        The fix is pretty trivial and effectively reverts a patch that was
        merged during the last merge window"
      
      * tag 'selinux-pr-20230601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
        selinux: don't use make's grouped targets feature yet
      1419c3ba
    • Linus Torvalds's avatar
      Merge tag 'modules-6.4-rc5-second-pull' of... · c43a6ff9
      Linus Torvalds authored
      Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
      
      Pull modules fix from Luis Chamberlain:
       "A zstd fix by lucas as he tested zstd decompression support"
      
      * tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
        module/decompress: Fix error checking on zstd decompression
      c43a6ff9
    • Linus Torvalds's avatar
      Merge tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi · 792fc921
      Linus Torvalds authored
      Pull EFI fixes from Ard Biesheuvel:
       "A few minor fixes for EFI, one of which fixes the reported boot
        regression when booting x86 kernels using the BIOS based loader built
        into the hypervisor framework on macOS.
      
         - fix harmless warning in zboot code on 'make clean'
      
         - add some missing prototypes
      
         - fix boot regressions triggered by PE/COFF header image minor
           version bump"
      
      * tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
        efi: Bump stub image version for macOS HVF compatibility
        efi: fix missing prototype warnings
        efi/libstub: zboot: Avoid eager evaluation of objcopy flags
      792fc921
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2023-06-01' of... · b6ccf213
      Dave Airlie authored
      Merge tag 'drm-intel-fixes-2023-06-01' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      
      - Fix for OA reporting to allow detecting non-power-of-two reports
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/ZHimf55x/DyXYar1@jlahtine-mobl.ger.corp.intel.com
      b6ccf213
  2. 01 Jun, 2023 31 commits