Linux/linux 5200f5f. Makefile

Linux 7.1-rc4
DeltaFile
+1-1Makefile
+1-11 files

Linux/linux e5d505ekernel/trace Makefile remote_test.c

Merge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull tracing fixes from Steven Rostedt:

 - Add more functions to the remote allowed list

   randconfig found more functions that are allowed for the remote code
   for s390 and arm. Add them to the allowed list.

 - Fix remote_test error path

   If one of the simple ring buffers fails to load, the code is supposed
   to rollback its initialized buffers. Instead of rolling back the
   buffers for the failed load, it uses the global variable and rolls
   back all the successfully loaded buffers.

* tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: Fix desc in error path for the trace remote test module
  ring-buffer remote: Avoid unexpected symbol warnings (arm, s390)
DeltaFile
+2-2kernel/trace/Makefile
+2-2kernel/trace/remote_test.c
+4-42 files

Linux/linux 23e6a1cdrivers/virt/coco/sev-guest sev-guest.c

virt: sev-guest: Do not use host-controlled page order in cleanup path

When issuing an extended guest request (SVM_VMGEXIT_EXT_GUEST_REQUEST),
get_ext_report() allocates a buffer to retrieve a certificate blob from the
host, keeping track of its size in report_req->certs_len.

However, the host may return SNP_GUEST_VMM_ERR_INVALID_LEN, indicating
an invalid buffer size, as well as the expected length of such buffer.
get_ext_report() subsequently updates report_req->certs_len with the
host-controlled value, and cleans up the buffer by computing a page order
from such value. This is incorrect, as the host-provided length may not
match the page order of the original allocation, potentially resulting
in corruption in the page allocator.

Fix this by using alloc_pages_exact() instead, and reusing @npages to
compute the size passed to free_pages_exact(). For consistency, also
use @npages to compute the size when allocating the pages, even though
this last change has no functional effect.


    [6 lines not shown]
DeltaFile
+5-7drivers/virt/coco/sev-guest/sev-guest.c
+5-71 files

Linux/linux e7f24a3arch/x86/kernel relocate_kernel_64.S

Merge tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Ingo Molnar:

 - Fix x86 boot crash for non-kjump kexecs (David Woodhouse)

* tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/kexec: Push kjump return address even for non-kjump kexec
DeltaFile
+8-0arch/x86/kernel/relocate_kernel_64.S
+8-01 files

Linux/linux 46cd5b2lib/vdso gettimeofday.c

Merge tag 'timers-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Ingo Molnar:

 - Fix potential garbage reads in the vDSO gettimeofday code
   (Thomas Weißschuh)

* tag 'timers-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()
DeltaFile
+2-3lib/vdso/gettimeofday.c
+2-31 files

Linux/linux c97481aarch/arm64/kernel entry-common.c, include/linux rseq_entry.h irq-entry-common.h

Merge tag 'sched-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Ingo Molnar:

 - Fix ARM64-specific rseq regressions (Mark Rutland)

* tag 'sched-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  arm64/entry: Fix arm64-specific rseq brokenness
DeltaFile
+24-7arch/arm64/kernel/entry-common.c
+0-19include/linux/rseq_entry.h
+0-8include/linux/irq-entry-common.h
+24-343 files

Linux/linux daa3de2arch/x86/kernel/cpu/mce core.c

Merge tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull MCE fix from Ingo Molnar:

 - Fix an MCE polling interval adjustment regression (Borislav Petkov)

* tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mce: Restore MCA polling interval halving
DeltaFile
+5-28arch/x86/kernel/cpu/mce/core.c
+5-281 files

Linux/linux ec296ebdrivers/irqchip irq-gic-v5.c irq-gic-v5-its.c, kernel irq_work.c

Merge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull IRQ fixes from Ingo Molnar:

 - Fix use-after-free in irq_work_single() on PREEMPT_RT (Jiayuan Chen)

 - Don't call add_interrupt_randomness() for NMIs in
   handle_percpu_devid_irq() (Mark Rutland)

 - Remove unused function in the ath79-cpu irqchip driver causing LKP
   CI build warnings (Rosen Penev)

 - Fix IRQ allocation/teardown leakage regressions in the GICv5 irqchip
   driver (Sascha Bischoff)

 - Fix an IRQ trigger type regression in the Meson S4 SoC irqchip driver
   (Xianwei Zhao)

 - Fix CPU offlining regression in the RiscV IMSIC irqchip driver

    [11 lines not shown]
DeltaFile
+52-46drivers/irqchip/irq-gic-v5.c
+8-26drivers/irqchip/irq-gic-v5-its.c
+7-2kernel/irq/chip.c
+7-0kernel/irq_work.c
+0-7drivers/irqchip/irq-ath79-cpu.c
+1-2drivers/irqchip/irq-meson-gpio.c
+75-832 files not shown
+77-868 files

Linux/linux f7c7994Documentation/arch/riscv cmodx.rst, arch/riscv Kconfig

Merge tag 'riscv-for-linus-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V fixes from Paul Walmsley:
 "Relatively low-impact fixes. Probably the most notable one is that we
  no longer ask the monitor-mode firmware to delegate misaligned access
  handling to the kernel by default, since the kernel code needs
  significant improvement to match the functionality of the firmware.
  This change avoids functional problems at some cost in performance,
  but shouldn't affect any system with misaligned access handling in
  hardware.

   - Disable satp register probing when no5lvl is specified on the
     kernel command line

   - Fix a CFI-related issue with the misaligned access speed
     measurement code

   - Reduce the CFI shadow stack size limit from 4GB to 2GB (following
     ARM64 GCS)

    [30 lines not shown]
DeltaFile
+25-0arch/riscv/mm/init.c
+22-0arch/riscv/Kconfig
+9-11arch/riscv/kernel/cpufeature.c
+4-4Documentation/arch/riscv/cmodx.rst
+4-3arch/riscv/kernel/usercfi.c
+3-2arch/riscv/kernel/copy-unaligned.S
+67-206 files not shown
+77-2712 files

Linux/linux 1405a07Documentation/hwmon sy7636a-hwmon.rst, drivers/hwmon lm90.c asus_atk0110.c

Merge tag 'hwmon-for-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:

 - asus_atk0110, acpi_power_meter: Add missing NULL pointer checks

 - lm90: Fix locking and UAF issues

 - sy7636a: Fix sysfs attribute name in documentation

* tag 'hwmon-for-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (lm90) Add lock protection to lm90_alert
  hwmon: (lm90) Stop work before releasing hwmon device
  docs: hwmon: sy7636a: fix temperature sysfs attribute name
  hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULL
  hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULL
DeltaFile
+22-4drivers/hwmon/lm90.c
+6-1drivers/hwmon/asus_atk0110.c
+5-1drivers/hwmon/acpi_power_meter.c
+1-1Documentation/hwmon/sy7636a-hwmon.rst
+34-74 files

Linux/linux 55a0005kernel/trace remote_test.c

tracing: Fix desc in error path for the trace remote test module

During initialisation in remote_test_load(), if one of the
simple_ring_buffer fails to initialise, the error path attempts to
rollback initialised buffers. However, the rollback incorrectly uses the
global pointer to the trace descriptor, which is only set upon
successful load completion. Fix the error path by using the local
pointer to the descriptor.

Link: https://patch.msgid.link/20260515201616.337469-1-vdonnefort@google.com
Fixes: ea908a2b79c8 ("tracing: Add a trace remote module for testing")
Reported-by: Sashiko <sashiko-bot at kernel.org>
Signed-off-by: Vincent Donnefort <vdonnefort at google.com>

base-commit: 5d6919055dec134de3c40167a490f33c74c12581
Signed-off-by: Steven Rostedt <rostedt at goodmis.org>
DeltaFile
+2-2kernel/trace/remote_test.c
+2-21 files

Linux/linux fe6f8e9arch/powerpc Kconfig.debug, arch/powerpc/include/asm pmac_low_i2c.h

Merge tag 'powerpc-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Madhavan Srinivasan:

 - Fix preempt count leak in sysfs show paths

 - Fix error handling in pika_dtm_thread

 - Remove pmac_low_i2c_{lock,unlock}()

 - Enable all windfarms by default

 - Fix dead default for GUEST_STATE_BUFFER_TEST

 - Remove redundant preempt_disable|enable() calls from
   arch_irq_work_raise()

Thanks to Aboorva Devarajan, Ally Heev, Amit Machhiwal, Bart Van Assche,
Christophe Leroy, Christophe Leroy (CS GROUP), Dan Carpenter, Gautam

    [11 lines not shown]
DeltaFile
+0-34arch/powerpc/platforms/powermac/low_i2c.c
+16-8arch/powerpc/perf/hv-gpci.c
+4-2arch/powerpc/kernel/time.c
+2-2arch/powerpc/platforms/82xx/km82xx.c
+0-4arch/powerpc/include/asm/pmac_low_i2c.h
+1-2arch/powerpc/Kconfig.debug
+23-522 files not shown
+27-528 files

Linux/linux b6a08b0sound/hda/codecs ca0132.c, sound/hda/codecs/realtek alc269.c

Merge tag 'sound-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound fixes from Takashi Iwai:
 "A collection of small fixes.  All device-specific small changes:

  HD-audio:
   - Fix NULL pointer dereference in snd_hda_ctl_add()
   - ACPI and Kconfig fixes for Cirrus drivers
   - A regression fix CA0132 codec
   - Various device-specific quirks for HP, Lenovo, Samsung, Framework etc
   - Documentation path fix

  USB-audio:
   - Boundary checks for MIDI endpoint descriptors
   - Offload mapping error handling for Qualcomm
   - A new device quirk for TTGK Technology USB-C Audio
   - A fix for Focusrite Scarlett2 mixer"

* tag 'sound-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:

    [18 lines not shown]
DeltaFile
+31-13sound/hda/codecs/ca0132.c
+25-6sound/usb/qcom/qc_audio_offload.c
+17-3sound/hda/codecs/realtek/alc269.c
+7-5sound/usb/midi.c
+7-5sound/usb/midi2.c
+3-1sound/hda/codecs/side-codecs/cs35l41_hda.c
+90-336 files not shown
+99-3512 files

Linux/linux 873e919drivers/hwmon lm90.c

hwmon: (lm90) Add lock protection to lm90_alert

Sashiko reports:

lm90_alert() executes in the smbus alert context and calls
lm90_update_confreg() to disable the hardware alert line, without
acquiring hwmon_lock.

Concurrently, sysfs write operations (such as lm90_write_convrate) hold
the hwmon_lock, temporarily modify data->config, and then restore it.

If an alert interrupt occurs concurrently with a sysfs write, the sysfs
path will overwrite the alert handler's modifications to data->config
and the hardware register.

This unintentionally re-enables the hardware alert line while the alarm is
still active, causing an interrupt storm.

Add the missing lock to lm90_alert() to solve the problem.

    [4 lines not shown]
DeltaFile
+2-0drivers/hwmon/lm90.c
+2-01 files

Linux/linux b09a456drivers/hwmon lm90.c

hwmon: (lm90) Stop work before releasing hwmon device

Sashiko reports:

In lm90_probe(), the devm action to cancel the alert_work and report_work
(lm90_restore_conf) is registered in lm90_init_client() before
devm_hwmon_device_register_with_info() is called.

Because devm executes cleanup actions in reverse order during module
unbind or probe failure, the hwmon device is unregistered and freed first.

If lm90_alert_work() or lm90_report_alarms() runs in the window between
the hwmon device being freed and the delayed works being cancelled,
lm90_update_alarms() will dereference the freed data->hwmon_dev here.

Fix the problem by canceling the workers separately after registering
the hwmon device and before registering the interrupt handler. This ensures
that the workers are canceled after interrupts are disabled and before
the hwmon device is released. Add "shutdown" flag to indicate that device

    [5 lines not shown]
DeltaFile
+20-4drivers/hwmon/lm90.c
+20-41 files

Linux/linux 6916d57drivers/gpu/drm/amd/amdgpu amdgpu_userq_fence.c amdgpu_userq.c, drivers/gpu/drm/xe xe_vm_madvise.c xe_bo.h

Merge tag 'drm-fixes-2026-05-16' of https://gitlab.freedesktop.org/drm/kernel

Pull drm fixes from Dave Airlie:
 "Weekly fixes pull, small and all over fixes, mostly xe and amdgpu,
  with some ttm and a core fix for the handle change pain.

  core:
   - fix for the fix for the handle change race

  ttm:
   - avoid infinite loop in swap out
   - avoid infinite loop in BO shrinking
   - convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC

  bridge:
   - imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup

  i915:
   - Skip __i915_request_skip() for already signaled requests

    [51 lines not shown]
DeltaFile
+119-126drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
+10-152drivers/gpu/drm/xe/xe_vm_madvise.c
+54-77drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
+86-2drivers/gpu/drm/xe/xe_bo.h
+38-42drivers/gpu/drm/xe/xe_dma_buf.c
+42-9drivers/gpu/drm/xe/xe_vm.c
+349-40826 files not shown
+540-49532 files

Linux/linux dc36660drivers/gpu/drm drm_gem.c

drm: Replace old pointer to new idr

Commit 5e28b7b94408 introduced a logical error by failing to replace the
newly generated IDR pointer to old id's pointer at the correct location
within the "change handle" logic; this resulted in the issue reported by
syzbot [1].

Specifically, the new IDR object pointer is intended to replace the original
id's pointer during the normal execution flow.

Additionally, an unnecessary conditional check for the ret exit path has
been removed.

[1]
!RB_EMPTY_ROOT(&prime_fpriv->dmabufs)
WARNING: drivers/gpu/drm/drm_prime.c:224 at drm_prime_destroy_file_private+0x48/0x60 drivers/gpu/drm/drm_prime.c:224, CPU#0: syz.0.17/5833
Call Trace:
 drm_file_free.part.0+0x7e6/0xcc0 drivers/gpu/drm/drm_file.c:269
 drm_file_free drivers/gpu/drm/drm_file.c:237 [inline]

    [11 lines not shown]
DeltaFile
+2-5drivers/gpu/drm/drm_gem.c
+2-51 files

Linux/linux 36343a8drivers/resctrl mpam_devices.c mpam_internal.h

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 MPAM fixes from Catalin Marinas:

 - Fix NULL dereference and a false-positive warning when the driver
   probes hardware with surprising version numbers

 - Fix writing values to the wrong registers when probing
   cache-utilisation counters. Replace 'NRDY' probing with a version
   that is robust for platforms where the bit is writeable by both
   hardware and software

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm_mpam: Check whether the config array is allocated before destroying it
  arm_mpam: Fix false positive assert failure during mpam_disable()
  arm_mpam: Improve check for whether or not NRDY is hardware managed
  arm_mpam: Pretend that NRDY is always hardware managed
  arm_mpam: Fix monitor instance selection when checking for hardware NRDY
DeltaFile
+40-41drivers/resctrl/mpam_devices.c
+0-2drivers/resctrl/mpam_internal.h
+40-432 files

Linux/linux 30e0ff6. MAINTAINERS, drivers/iommu iommu.c

Merge tag 'iommu-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux

Pull iommu fixes from Joerg Roedel:
 "This is probably the largest fixes pull-request ever sent for IOMMU. I
  partially blame it on AI code review which found some issues but there
  is also some rework in here to fix issues in the iommu parts of PCI
  device reset.

  AMD-Vi:
   - Add bounds checks to debugfs and table lookups

  Intel VT-d:
   - Apply an existing quirk for Q35 graphic device
   - Skip dev_pasid teardown for the blocked domain to avoid
     out-of-bounds access
   - Return early if dev_pasid is missing to prevent NULL dereference
     or UAF

  Core:

    [25 lines not shown]
DeltaFile
+217-88drivers/iommu/iommu.c
+15-9drivers/iommu/generic_pt/iommu_pt.h
+10-6drivers/iommu/intel/iommu.c
+5-4drivers/iommu/amd/debugfs.c
+6-2drivers/iommu/amd/iommu.c
+1-1MAINTAINERS
+254-1101 files not shown
+255-1107 files

Linux/linux 3bf83e4drivers/vfio/pci vfio_pci_dmabuf.c vfio_pci_core.c, include/linux vfio_pci_core.h

Merge tag 'vfio-v7.1-rc4' of https://github.com/awilliam/linux-vfio

Pull VFIO fixes from Alex Williamson:

 - Convert vfio-pci BAR resource requests and iomaps initialization
   from a lazy, on-demand model to an eager pre-allocation model to
   avoid races while preserving legacy error behavior.  Fix unchecked
   barmap access in dma-buf export path (Matt Evans)

 - Introduce an implicit unsigned cast in converting vfio-pci device
   offsets to region indexes, closing a potential out-of-bounds
   access through the vfio_pci_ioeventfd() interface (Matt Evans)

 - Fix a dma-buf kref underflow and stuck wait_for_completion() when
   closing a previously revoked dma-buf (Alex Williamson)

* tag 'vfio-v7.1-rc4' of https://github.com/awilliam/linux-vfio:
  vfio/pci: Check BAR resources before exporting a DMABUF
  vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()

    [2 lines not shown]
DeltaFile
+22-20drivers/vfio/pci/vfio_pci_dmabuf.c
+36-1drivers/vfio/pci/vfio_pci_core.c
+7-19drivers/vfio/pci/vfio_pci_rdwr.c
+1-1include/linux/vfio_pci_core.h
+66-414 files

Linux/linux 396db75drivers/accel/qaic qaic_data.c, drivers/gpu/drm/bridge/imx imx8qxp-pxl2dpi.c

Merge tag 'drm-misc-fixes-2026-05-15' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

Short summary of fixes pull:

bridge:
- imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup

gma500:
- oaktrail_lvds: fix i2c handling

loongson:
- use managed cleanup for connector polling

panfrost:
- handle results from reservation locking correctly

qaic:
- check for integer overflows in mmap logic


    [12 lines not shown]
DeltaFile
+23-17drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c
+21-2drivers/accel/qaic/qaic_data.c
+17-1drivers/gpu/drm/ttm/ttm_resource.c
+7-11drivers/gpu/drm/ttm/ttm_bo.c
+3-8drivers/gpu/drm/ttm/ttm_bo_util.c
+7-2drivers/gpu/drm/gma500/oaktrail_lvds.c
+78-415 files not shown
+86-4211 files

Linux/linux b0662befs/smb/client fs_context.c transport.c, fs/smb/common fscc.h smb2pdu.h

Merge tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Fix integer overflow in read

 - Fix smbdirect error cleanup

 - Multichannel reconnect fix

 - Add some missing defines and correct some references to protocol spec

 - Fix oob symlink read

* tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()
  smb: client: avoid integer overflow in SMB2 READ length check
  cifs: client: stage smb3_reconfigure() updates and restore ctx on failure
  smb/client: fix possible infinite loop and oob read in symlink_data()
  SMB3.1.1: add missing QUERY_DIR info levels
DeltaFile
+109-54fs/smb/client/fs_context.c
+9-6fs/smb/client/transport.c
+2-2fs/smb/common/fscc.h
+3-1fs/smb/client/smb2ops.c
+4-0fs/smb/common/smb2pdu.h
+3-0fs/smb/client/smb2file.c
+130-631 files not shown
+131-647 files

Linux/linux fcbf68dfs/ceph quota.c xattr.c, net/ceph osdmap.c auth_x.c

Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "An important patch from Hristo that squashes a folio reference leak
  that could lead to OOM kills in CephFS and a number of miscellaneous
  fixes from Raphael and Slava.

  All but two are marked for stable"

* tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-client:
  libceph: Fix potential null-ptr-deref in decode_choose_args()
  libceph: handle rbtree insertion error in decode_choose_args()
  libceph: Fix potential out-of-bounds access in osdmap_decode()
  ceph: put folios not suitable for writeback
  ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()
  libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
  ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
  ceph: fix a buffer leak in __ceph_setxattr()
  libceph: Fix unnecessarily high ceph_decode_need() for uniform bucket
  libceph: Fix potential out-of-bounds access in crush_decode()
DeltaFile
+27-10fs/ceph/quota.c
+17-0fs/ceph/xattr.c
+12-5net/ceph/osdmap.c
+1-5net/ceph/crush/crush.c
+5-0net/ceph/auth_x.c
+2-0fs/ceph/addr.c
+64-206 files

Linux/linux 96f34d1drivers/gpu/drm/xe xe_vm_madvise.c xe_bo.h

Merge tag 'drm-xe-fixes-2026-05-14' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

- Madvise fix around purgeability tracking (Arvind)
- Restore engine mask for specific blitter style (Roper)
- Couple UAF fixes (Auld)
- Drop unused ggtt_balloon field (Wajdeczko)

Signed-off-by: Dave Airlie <airlied at redhat.com>

From: Rodrigo Vivi <rodrigo.vivi at intel.com>
Link: https://patch.msgid.link/agXWkM3Y98bqt6TG@intel.com
DeltaFile
+10-152drivers/gpu/drm/xe/xe_vm_madvise.c
+86-2drivers/gpu/drm/xe/xe_bo.h
+38-42drivers/gpu/drm/xe/xe_dma_buf.c
+42-9drivers/gpu/drm/xe/xe_vm.c
+25-3drivers/gpu/drm/xe/xe_bo_types.h
+2-16drivers/gpu/drm/xe/xe_migrate.c
+203-2245 files not shown
+222-23111 files

Linux/linux a8b0b72fs/btrfs inode.c compression.c, include/trace/events btrfs.h

Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fixup warning when allocating memory for readahead, __GFP_NOWARN was
   accidentally dropped when setting mapping constraints

 - in tracepoint of file sync, fix sleeping in atomic context when
   handling dentries

 - harden initial loading of block group on crafted/fuzzed images,
   iterate all chunk mapping entries unconditionally

 - fix freeing pages of submitted io after checking for errors

 - fix incorrect inode size after remount when using fallocate KEEP_SIZE
   mode (also requires disabled 'no-holes' feature)

* tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:

    [5 lines not shown]
DeltaFile
+28-0fs/btrfs/inode.c
+14-12fs/btrfs/compression.c
+8-15fs/btrfs/block-group.c
+4-5fs/btrfs/transaction.c
+1-3include/trace/events/btrfs.h
+1-0fs/btrfs/disk-io.c
+56-356 files

Linux/linux 663ea69fs/xfs xfs_trans.c xfs_inode.c, fs/xfs/libxfs xfs_dir2_data.c

Merge tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Carlos Maiolino:
 "A few bug fixes, nothing really special stands out"

* tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: Fix typo in comment
  xfs: fix the "limiting open zones" message
  xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
  xfs: check da node block pad field during scrub
  xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()
  xfs: fix memory leak on error in xfs_alloc_zone_info()
  xfs: check directory data block header padding in scrub
  xfs: zero directory data block padding on write verification
  xfs: zero entire directory data block header region at init
  xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING
DeltaFile
+11-7fs/xfs/libxfs/xfs_dir2_data.c
+11-0fs/xfs/xfs_trans.c
+11-0fs/xfs/scrub/common.c
+6-1fs/xfs/scrub/dabtree.c
+6-1fs/xfs/scrub/dir.c
+0-6fs/xfs/xfs_inode.c
+45-155 files not shown
+52-2111 files

Linux/linux 56ec2b6fs/nfsd nfs4state.c nfs4proc.c, net/sunrpc cache.c

Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:
 "Fixes for this release:
   - Correctness fix for the new sunrpc cache netlink protocol

  Marked for stable:
   - Correctness fixes for delegated attributes
   - Prevent an infinite loop when revoking layouts"

* tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  NFSD: Fix infinite loop in layout state revocation
  sunrpc: start cache request seqno at 1 to fix netlink GET_REQS
  nfsd: update mtime/ctime on COPY in presence of delegated attributes
  nfsd: update mtime/ctime on CLONE in presense of delegated attributes
  nfsd: fix file change detection in CB_GETATTR
  nfsd: fix GET_DIR_DELEGATION when VFS leases are disabled
DeltaFile
+44-20fs/nfsd/nfs4state.c
+13-5fs/nfsd/nfs4proc.c
+1-1net/sunrpc/cache.c
+1-0fs/nfsd/state.h
+1-0fs/nfsd/xdr4.h
+60-265 files

Linux/linux d458a24block blk-zoned.c bio.c, drivers/nvme/host ioctl.c

Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull block fixes from Jens Axboe:

 - NVMe merge request via Keith:
     - Fix memory leak on a passthrough integrity mapping failure (Keith)
     - Hide secrets behind debug option (Hannes)
     - Fix pci use-after-free for host memory buffer (Chia-Lin Kao)
     - Fix tcp taregt use-after-free for data digest (Sagi)
     - Revert a mistaken quirk (Alan Cui)
     - Fix uevent and controller state race condition (Maurizio)
     - Fix apple submission queue re-initialization (Nick Chan)

 - Three fixes for blk-integrity, fixing an issue with the user data
   mapping and two problems with recomputing number of segments

 - Two fixes for the iov_iter bounce buffering

 - Fix for the handling of dead zoned write plugs

    [20 lines not shown]
DeltaFile
+27-5block/blk-zoned.c
+15-12block/bio.c
+19-0block/blk-mq.c
+18-1block/bio-integrity.c
+4-14drivers/nvme/host/ioctl.c
+8-5drivers/nvme/target/auth.c
+91-379 files not shown
+130-4515 files

Linux/linux ee7226bio_uring io_uring.c timeout.c

Merge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - Small series sanitizing the locking done for either modifying or
   reading a chain of requests

 - If the application has a pid namespace, ensure that the sqthread pid
   is correctly printed in fdinfo

 - Fix for a hashing issue in the io-wq thread pool, which could lead to
   a use-after-free

 - Kill dead argument from io_prep_rw_pi()

 - Fix for a missed validation of the CQ ring head, affecting CQE refill

* tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring: validate user-controlled cq.head in io_cqe_cache_refill()

    [6 lines not shown]
DeltaFile
+23-6io_uring/io_uring.c
+14-2io_uring/timeout.c
+2-2io_uring/rw.c
+2-1io_uring/io-wq.c
+2-1io_uring/fdinfo.c
+1-1io_uring/cancel.c
+44-136 files

Linux/linux 78e8370scripts/gcc-plugins gcc-common.h

Merge tag 'hardening-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening fix from Kees Cook:

 - gcc-plugins: Fix GCC 16 removal of CONST_CAST macros

* tag 'hardening-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  gcc-plugins: Always define CONST_CAST_GIMPLE and CONST_CAST_TREE
DeltaFile
+3-1scripts/gcc-plugins/gcc-common.h
+3-11 files