Linux/linux f1a5e78drivers/gpu/drm/amd/amdgpu gfx_v6_0.c amdgpu_kms.c, drivers/gpu/drm/amd/display/dc/bios bios_parser.c

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

Pull drm fixes from Dave Airlie:
 "Fixes for rc2, the usual amdgpu/xe double header, I think xe had a
  couple of weeks combined due to some maintainer access issues,
  otherwise there's just a few misc fixes and documentation fixups.

  core and helpers:
   - calculate framebuffer geometry with format helpers
   - fix docs

  amdgpu:
   - GFX12 fix for CONFIG_DRM_DEBUG_MM configs
   - Fix DC analog support
   - Userq fixes
   - GART placement fix
   - Aldebaran SMU fixes
   - AMDGPU_INFO_READ_MMR_REG fix
   - UVD 3.1 fix

    [64 lines not shown]
DeltaFile
+403-0drivers/gpu/drm/xe/xe_mem_pool.c
+59-35drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
+72-1drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+66-0drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
+24-33drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+31-25drivers/gpu/drm/xe/xe_migrate.c
+655-9482 files not shown
+1,085-26988 files

Linux/linux cd546f7arch/arm64/include/asm irqflags.h kernel-pgtable.h, arch/arm64/kernel signal.c

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

Pull arm64 fixes from Catalin Marinas:

 - Avoid writing an uninitialised stack variable to POR_EL0 on sigreturn
   if the poe_context record is absent

 - Reserve one more page for the early 4K-page kernel mapping to cover
   the extra [_text, _stext) split introduced by the non-executable
   read-only mapping

 - Force the arch_local_irq_*() wrappers to be __always_inline so that
   noinstr entry and idle paths cannot call out-of-line, instrumentable
   copies

 - Fix potential sign extension in the arm64 SCS unwinder's DWARF
   advance_loc4 decoding

 - Tolerate arm64 ACPI platforms with only WFI and no deeper PSCI idle

    [14 lines not shown]
DeltaFile
+43-11arch/arm64/kernel/signal.c
+7-7arch/arm64/include/asm/irqflags.h
+3-7drivers/acpi/arm64/cpuidle.c
+6-1arch/arm64/include/asm/kernel-pgtable.h
+0-6tools/testing/selftests/arm64/gcs/gcs-util.h
+2-2arch/arm64/kernel/pi/patch-scs.c
+61-341 files not shown
+62-347 files

Linux/linux ef5f46bsecurity/selinux hooks.c, security/selinux/include objsec.h

Merge tag 'selinux-pr-20260501' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull selinux fixes from Paul Moore:

 - Ensure SELinux is always properly accessing its own sock LSM state

 - Only reserve an xattr slot for SELinux if it will be used

 - Fix a SELinux auditing regression in the directory avdcache

* tag 'selinux-pr-20260501' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: fix avdcache auditing
  selinux: don't reserve xattr slot when we won't fill it
  selinux: use sk blob accessor in socket permission helpers
DeltaFile
+17-21security/selinux/hooks.c
+1-3security/selinux/include/objsec.h
+18-242 files

Linux/linux ee9dce4kernel fork.c

futex: Drop CLONE_THREAD requirement for private default hash alloc

Currently need_futex_hash_allocate_default() depends on strict pthread
semantics, abusing CLONE_THREAD.  This breaks the non-concurrency
assumptions when doing the mm->futex_ref pcpu allocations, leading to
bugs[0] when sharing the mm in other ways; ie:

    BUG: KASAN: slab-use-after-free in futex_hash_put

... where the +1 bias can end up on a percpu counter that mm->futex_ref
no longer points at.

Loosen the check to cover any CLONE_VM clone, except vfork().  Excluding
vfork keeps the existing paths untouched (no overhead), and we can't
race in the first place: either the parent is suspended and the child
runs alone, or mm->futex_ref is already allocated from an earlier
CLONE_VM.

Link: https://lore.kernel.org/all/CAL_bE8LsmCQ-FAtYDuwbJhOkt9p2wwYQwAbMh=PifC=VsiBM6A@mail.gmail.com/ [0]

    [4 lines not shown]
DeltaFile
+5-7kernel/fork.c
+5-71 files

Linux/linux bb1d73f. MAINTAINERS, arch/s390/kernel debug.c

Merge tag 's390-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Alexander Gordeev:

 - Reject zero-length writes from userspace that corrupt Debug Facility
   buffers

 - Replace one s390 PCI maintainer

 - Remove SCLP_OFB Kconfig option and enable the guarded code
   unconditionally

 - Replace incorrect use of phys_to_folio() to virt_to_folio() in
   do_secure_storage_access()

* tag 's390-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/mm: Fix phys_to_folio() usage in do_secure_storage_access()
  s390/sclp: Remove SCLP_OFB Kconfig option
  MAINTAINERS: Replace one of the maintainers for s390/pci

    [2 lines not shown]
DeltaFile
+0-8drivers/s390/char/Kconfig
+8-0arch/s390/kernel/debug.c
+0-6drivers/s390/char/sclp_config.c
+1-1arch/s390/mm/fault.c
+1-1MAINTAINERS
+10-165 files

Linux/linux 227c3d5fs/smb/server connection.c smb2pdu.c

Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Fix shutdown (stop sessions)

 - Fix readdir unsupported info level

* tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: rewrite stop_sessions() with restartable iteration
  smb: server: handle readdir_info_level_struct_sz() error
DeltaFile
+39-9fs/smb/server/connection.c
+7-1fs/smb/server/smb2pdu.c
+1-0fs/smb/server/connection.h
+47-103 files

Linux/linux 6fe0be6drivers/cdrom cdrom.c, drivers/md md.c md-bitmap.c

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

Pull block fixes from Jens Axboe:

 - MD pull request via Yu:
      - Fix a raid5 UAF on IO across the reshape position
      - Avoid failing RAID1/RAID10 devices for invalid IO errors
      - Fix RAID10 divide-by-zero when far_copies is zero
      - Restore bitmap grow through sysfs
      - Use mddev_is_dm() instead of open-coding gendisk checks
      - Use ATTRIBUTE_GROUPS() for md default sysfs attributes
      - Replace open-coded wait loops with wait_event helpers

 - NVMe pull request via Keith:
      - Target data transfer size configuation (Aurelien)
      - Enable P2P for RDMA (Shivaji Kant)
      - TCP target updates (Maurizio, Alistair, Chaitanya, Shivam Kumar)
      - TCP host updates (Alistair, Chaitanya)
      - Authentication updates (Alistair, Daniel, Chris Leech)

    [29 lines not shown]
DeltaFile
+102-80drivers/md/md.c
+120-13drivers/md/md-bitmap.c
+64-53drivers/nvme/target/tcp.c
+74-20drivers/nvme/common/auth.c
+48-25drivers/cdrom/cdrom.c
+22-7drivers/nvme/host/tcp.c
+430-19827 files not shown
+588-27633 files

Linux/linux 9d88bb9include/uapi/linux io_uring.h, io_uring tw.c kbuf.c

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

Pull io_uring fixes from Jens Axboe:

 - Remove dead struct io_buffer_list member

 - Fix for incrementally consumed buffers with recvmsg multishot, which
   requires a minimum value left in a buffer for any receive for the
   headers. If there's still a bit of buffer left but it's smaller than
   that value, then userspace will see a spurious -EFAULT returned in
   the CQE

 - Locking fix for the DEFER_TASKRUN retry list, which otherwise could
   race with fallback cancelations. If the task is exiting with
   task_work left in both the normal and retry list AND the exit cleanup
   races with the task running task work, then entries could either be
   doubly completed or lost

 - Cap NAPI busy poll timeout to something sane, to avoid syzbot running

    [7 lines not shown]
DeltaFile
+11-1io_uring/tw.c
+7-2io_uring/kbuf.c
+7-1io_uring/kbuf.h
+2-1include/uapi/linux/io_uring.h
+2-0io_uring/napi.c
+29-55 files

Linux/linux 33d0c9cdrivers/spi spi-cadence-quadspi.c spi-cadence.c

Merge tag 'spi-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "There are a couple of nasty issues fixed here in the axiado and
  rockchip drivers. We've also got more of the fixes from Johan here,
  this time for the two Cadence drivers, plus a couple of other similar
  fixes from John and Felix"

* tag 'spi-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: amlogic-spisg: initialize completion before requesting IRQ
  spi: axiado: replace usleep_range() with udelay() in IRQ path
  spi: cadence-quadspi: fix runtime pm and clock imbalance on unbind
  spi: cadence-quadspi: fix unclocked access on unbind
  spi: cadence-quadspi: fix clock imbalance on probe failure
  spi: cadence-quadspi: fix runtime pm disable imbalance on probe failure
  spi: cadence: fix clock imbalance on probe failure
  spi: cadence: fix unclocked access on unbind
  spi: rockchip: Drop unused and broken CR0 macros
  spi: rockchip: Read ISR, not IMR, to detect cs-inactive IRQ
  spi: rzv2h-rspi: Fix silent failure in clock setup error path
DeltaFile
+18-18drivers/spi/spi-cadence-quadspi.c
+13-2drivers/spi/spi-cadence.c
+2-4drivers/spi/spi-rockchip.c
+1-2drivers/spi/spi-amlogic-spisg.c
+1-1drivers/spi/spi-axiado.c
+1-1drivers/spi/spi-rzv2h-rspi.c
+36-286 files

Linux/linux 030e8a4arch/arm64/kernel signal.c

arm64: signal: Preserve POR_EL0 if poe_context is missing

Commit 2e8a1acea859 ("arm64: signal: Improve POR_EL0 handling to
avoid uaccess failures") delayed the write to POR_EL0 in
rt_sigreturn to avoid spurious uaccess failures. This change however
relies on the poe_context frame record being present: on a system
supporting POE, calling sigreturn without a poe_context record now
results in writing arbitrary data from the kernel stack into POR_EL0.

Fix this by adding a __valid_fields member to struct
user_access_state, and zeroing the struct on allocation.
restore_poe_context() then indicates that the por_el0 field is valid
by setting the corresponding bit in __valid_fields, and
restore_user_access_state() only touches POR_EL0 if there is a valid
value to set it to. This is in line with how POR_EL0 was originally
handled; all frame records are currently optional, except
fpsimd_context.

To ensure that __valid_fields is kept in sync, fields (currently

    [8 lines not shown]
DeltaFile
+43-11arch/arm64/kernel/signal.c
+43-111 files

Linux/linux d8b0e2edrivers/regulator Kconfig

Merge tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
 "A fix from Arnd re-adding a dependency on gpiolib which was implicitly
  pulled in via an OF specific route which got removed as part of a
  cleanup"

* tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: rpi-panel-attiny: add back GPIOLIB dependency
DeltaFile
+1-0drivers/regulator/Kconfig
+1-01 files

Linux/linux a973736drivers/base/regmap regmap-sdw-mbq.c

Merge tag 'regmap-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "A fix from Colin for a spelling mistake in a dev_warn() message"

* tag 'regmap-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: sdw-mbq: Fix spelling mistake "undeferable" -> "undeferrable"
DeltaFile
+1-1drivers/base/regmap/regmap-sdw-mbq.c
+1-11 files

Linux/linux 2b4d021. MAINTAINERS, mm memcontrol.c util.c

Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull MM fixes from Andrew Morton:
 "20 hotfixes. All are for MM (and for MMish maintainers). 9 are
  cc:stable and the remainder are for post-7.0 issues or aren't deemed
  suitable for backporting.

  There are two DAMON series from SeongJae Park which address races
  which could lead to use-after-free errors, and avoid the possibility
  of presenting stale parameter values to users"

* tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()
  mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()
  MAINTAINERS: remove stale kdump project URL
  mm/damon/stat: detect and use fresh enabled value
  mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
  mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
  selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=y

    [13 lines not shown]
DeltaFile
+55-30mm/damon/reclaim.c
+55-30mm/damon/lru_sort.c
+20-10mm/damon/stat.c
+15-15MAINTAINERS
+19-10mm/memcontrol.c
+17-9mm/util.c
+181-10417 files not shown
+262-14023 files

Linux/linux 4d8e74aarch/arm64/include/asm kernel-pgtable.h

arm64: Reserve an extra page for early kernel mapping

The final part of [data, end) segment may overflow into the next page of
init_pg_end[1] which is the gap page before early_init_stack[2]:

[1]
crash_arm64_v9.0.1> vtop ffffffed00601000
VIRTUAL           PHYSICAL
ffffffed00601000  83401000

PAGE DIRECTORY: ffffffecffd62000
   PGD: ffffffecffd62da0 => 10000000833fb003
   PMD: ffffff80033fb018 => 10000000833fe003
   PTE: ffffff80033fe008 => 68000083401f03
  PAGE: 83401000

     PTE        PHYSICAL  FLAGS
68000083401f03  83401000  (VALID|SHARED|AF|NG|PXN|UXN)


    [34 lines not shown]
DeltaFile
+6-1arch/arm64/include/asm/kernel-pgtable.h
+6-11 files

Linux/linux bb7235etools/testing/selftests/arm64/gcs gcs-util.h libc-gcs.c

kselftest/arm64: Include <asm/ptrace.h> for user_gcs definition

kselftest includes kernel uAPI headers with option:

  -isystem $(top_srcdir)/usr/include

Include <asm/ptrace.h> in libc-gcs.c for the definition of struct
user_gcs from the uAPI headers, and remove the redundant definition in
gcs-util.h. This fixes a compilation error on systems where the
toolchain defines NT_ARM_GCS.

Fixes: a505a52b4e29 ("kselftest/arm64: Add a GCS test program built with the system libc")
Signed-off-by: Leo Yan <leo.yan at arm.com>
Reviewed-by: Mark Brown <broonie at kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
DeltaFile
+0-6tools/testing/selftests/arm64/gcs/gcs-util.h
+1-0tools/testing/selftests/arm64/gcs/libc-gcs.c
+1-62 files

Linux/linux f0997a0drivers/gpu/drm/xe xe_mem_pool.c xe_migrate.c

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

API Fixes:
 - Add missing pad and extensions check (Jonathan)
 - Reject unsafe PAT indices for CPU cached memory (Jia)

 Driver Fixes:
 - Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge (Brost)
 - Xe3p tuning and workaround fixes (Roper, Gustavo)
 - USE drm mm instead of drm SA for CCS read/write (Satya)
 - Fix leaks and null derefs (Shuicheng)
 - Fix Wa_18022495364 (Tvrtko)

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

From: Rodrigo Vivi <rodrigo.vivi at intel.com>
Link: https://patch.msgid.link/afO05KvmFMn_7qcY@intel.com
DeltaFile
+403-0drivers/gpu/drm/xe/xe_mem_pool.c
+31-25drivers/gpu/drm/xe/xe_migrate.c
+29-25drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
+47-0drivers/gpu/drm/xe/xe_vm_madvise.c
+35-0drivers/gpu/drm/xe/xe_mem_pool.h
+9-24drivers/gpu/drm/xe/xe_guc_submit.c
+554-7416 files not shown
+621-10522 files

Linux/linux b006ef5drivers/gpu/drm/amd/amdgpu gfx_v6_0.c amdgpu_kms.c, drivers/gpu/drm/amd/amdkfd kfd_chardev.c

Merge tag 'amd-drm-fixes-7.1-2026-04-30' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

amd-drm-fixes-7.1-2026-04-30:

amdgpu:
- GFX12 fix for CONFIG_DRM_DEBUG_MM configs
- Fix DC analog support
- Userq fixes
- GART placement fix
- Aldebaran SMU fixes
- AMDGPU_INFO_READ_MMR_REG fix
- UVD 3.1 fix
- GC 6 TCC fix
- Fix root reservation in amdgpu_vm_handle_fault()
- RAS fix
- Module reload fix for APUs
- Fix build for CONFIG_DRM_FBDEV_EMULATION=n
- IGT DWB regression fix
- GC 11.5.4 fix

    [15 lines not shown]
DeltaFile
+59-35drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
+72-1drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+66-0drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
+24-33drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+44-0drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+24-2drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
+289-7150 files not shown
+447-15256 files

Linux/linux 8c0f9cddrivers/spi spi-cadence.c

spi: cadence: Probe and unbind fixes

Several fixes from Johan for issues with unbind and error handling in
probe.
DeltaFile
+13-2drivers/spi/spi-cadence.c
+13-21 files

Linux/linux 4f12ee0drivers/spi spi-cadence-quadspi.c

spi: cadence-quadspi: Probe and unbind fixes

Several fixes from Johan for probe failure and unbind issues in the
cadence-quadspi driver.
DeltaFile
+18-18drivers/spi/spi-cadence-quadspi.c
+18-181 files

Linux/linux 26fd6bfdrivers/mtd/nand/spi core.c winbond.c, drivers/mtd/spi-nor debugfs.c

Merge tag 'mtd/fixes-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull mtd fixes from Miquel Raynal:
 "Besides an out-of-bound bug, this is about properly supporting Winbond
  octal SPI NAND chips which use a specific pattern for stuffing more
  address bits in some operations. This uses the spi-mem flag in SPI
  NAND that was added to the spi-mem layer just before the merge window
  through the spi tree"

* tag 'mtd/fixes-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJW
  mtd: spinand: winbond: Set the packed page read flag to W35N02/04JW
  mtd: spinand: Add support for packed read data ODTR commands
  mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()
DeltaFile
+21-3drivers/mtd/nand/spi/core.c
+7-0include/linux/mtd/spinand.h
+3-3drivers/mtd/nand/spi/winbond.c
+3-1drivers/mtd/spi-nor/debugfs.c
+34-74 files

Linux/linux cae4ef6drivers/acpi acpi_tad.c video_detect.c, drivers/acpi/apei einj-core.c

Merge tag 'acpi-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI support fixes from Rafael Wysocki:
 "These fix leftover issues in the ACPI Time and Alarm Device (TAD)
  driver on top of the recently merged updates of it and address
  assorted issues in the ACPI support code:

   - Fix removal code ordering in the ACPI TAD driver, refine timer
     value computations and checks in its RTC class device interface,
     make it use the __ATTRIBUTE_GROUPS() macro, and fix a comment in it
     (Rafael Wysocki)

   - Fix EINJV2 memory error injection in APEI (Tony Luck)

   - Add missing notifier_block structure forward declaration to
     acpi_bus.h (Bartosz Golaszewski)

   - Fix related_cpus inconsistency during CPU hotplug in the ACPI CPPC
     library (Jinjie Ruan)

    [14 lines not shown]
DeltaFile
+30-25drivers/acpi/apei/einj-core.c
+19-16drivers/acpi/acpi_tad.c
+8-0drivers/acpi/video_detect.c
+3-3drivers/acpi/cppc_acpi.c
+6-0include/acpi/actbl1.h
+2-0include/acpi/acpi_bus.h
+68-446 files

Linux/linux 74b54e9fs/smb/client fs_context.c smb2ops.c

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

Pull smb client fixes from Steve French:

 - multichannel crediting fix

 - memory allocation improvement for smb2_compound_op

 - remove some dead code

* tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: change_conf needs to be called for session setup
  smb: client: change allocation requirements in smb2_compound_op
  smb/client: remove unused smb3_parse_opt()
DeltaFile
+0-31fs/smb/client/fs_context.c
+11-0fs/smb/client/smb2ops.c
+1-1fs/smb/client/smb2inode.c
+0-1fs/smb/client/cifsproto.h
+12-334 files

Linux/linux 39436e1drivers/gpu/drm drm_gem_framebuffer_helper.c, drivers/gpu/drm/imagination pvr_fw_trace.c

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

Short summary of fixes pull:

DRM core and helpers:
- calculate framebuffer geometry with format helpers
- fix docs

appletbdrm:
- allocate protocol buffers with kvzalloc()

dma-buf:
- fix docs

imagination:
- avoid segfault in debugfs

ofdrm:
- put PCI device reference on errors

    [8 lines not shown]
DeltaFile
+4-1drivers/gpu/drm/udl/udl_modeset.c
+2-2include/linux/dma-buf.h
+2-2drivers/gpu/drm/drm_gem_framebuffer_helper.c
+2-2drivers/gpu/drm/tiny/appletbdrm.c
+1-2drivers/gpu/drm/udl/udl_main.c
+1-1drivers/gpu/drm/imagination/pvr_fw_trace.c
+12-104 files not shown
+17-1210 files

Linux/linux 36a96eddrivers/acpi video_detect.c cppc_acpi.c, drivers/acpi/apei einj-core.c

Merge branches 'acpi-apei', 'acpi-bus', 'acpi-cppc' and 'acpi-video'

Merge assorted ACPI support fixes for 7.1-rc2:

 - Fix EINJV2 memory error injection in APEI (Tony Luck)

 - Add missing notifier_block structure forward declaration to
   acpi_bus.h (Bartosz Golaszewski)

 - Fix related_cpus inconsistency during CPU hotplug in the ACPI CPPC
   library (Jinjie Ruan)

 - Add a quirk to force native backlight on HP OMEN 16 (8A44) in the
   ACPI video bus driver (Shivam Kalra)

* acpi-apei:
  ACPI: APEI: EINJ: Fix EINJV2 memory error injection
  ACPICA: Provide #defines for EINJV2 error types


    [8 lines not shown]
DeltaFile
+30-25drivers/acpi/apei/einj-core.c
+8-0drivers/acpi/video_detect.c
+6-0include/acpi/actbl1.h
+3-3drivers/acpi/cppc_acpi.c
+2-0include/acpi/acpi_bus.h
+49-285 files

Linux/linux 08d0d34drivers/net/bonding bond_3ad.c, drivers/net/ethernet/intel/ice ice_dpll.c

Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Paolo Abeni:
 "Including fixes from netfilter.

  Current release - regressions:

   - ipmr: free mr_table after RCU grace period.

  Previous releases - regressions:

   - core: add net_iov_init() and use it to initialize ->page_type

   - sched: taprio: fix NULL pointer dereference in class dump

   - netfilter: nf_tables:
      - use list_del_rcu for netlink hooks
      - fix strict mode inbound policy matching


    [53 lines not shown]
DeltaFile
+225-89net/netfilter/nf_tables_api.c
+113-104net/sched/sch_cake.c
+118-34net/netfilter/nf_conntrack_sip.c
+134-12drivers/net/ethernet/intel/ice/ice_dpll.c
+60-49drivers/net/bonding/bond_3ad.c
+58-50net/ipv4/ipmr.c
+708-33868 files not shown
+1,351-60374 files

Linux/linux 6cd7026drivers/ata/pata_parport pata_parport.c

Merge tag 'ata-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux

Pull ata fix from Niklas Cassel:

 - Fix a reference leak on device_register() failure in pata_parport

* tag 'ata-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
  ata: pata_parport: switch to dynamic root device
DeltaFile
+7-14drivers/ata/pata_parport/pata_parport.c
+7-141 files

Linux/linux 2aa0a36sound/core/oss pcm_oss.c, sound/drivers aloop.c

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

Pull sound fixes from Takashi Iwai:
 "A bunch of small fixes. One minor fix is found in the core side for
  data race in PCM OSS layer, while remaining changes are various
  device-specific fixes and quirks.

   - Core: PCM OSS data race fix

   - HD-audio: Fixes for TAS2781, CS35L56, and Realtek/Conexant quirks;
     avoidance of a WARN_ON for HDMI channel mapping

   - USB-audio: Improvements in UAC3 parsing robustness (leaks, size
     checks) and fixes for potential endless loops

   - ASoC: Driver-specific fixes for CS35L56, Intel bytcr_wm5102,
     Spacemit, AW88395, and others, plus a new quirk for Steam Deck
     OLED


    [25 lines not shown]
DeltaFile
+25-37sound/usb/stream.c
+34-15sound/soc/spacemit/k1_i2s.c
+30-13sound/drivers/aloop.c
+21-10sound/hda/codecs/side-codecs/cs35l56_hda.c
+23-6sound/core/oss/pcm_oss.c
+25-1sound/soc/codecs/wcd937x.c
+158-8226 files not shown
+266-12232 files

Linux/linux 99ebc50mm memcontrol.c

mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()

Currently, get_non_dying_memcg_start() and get_non_dying_memcg_end() both
evaluate cgroup_subsys_on_dfl(memory_cgrp_subsys) independently to
determine whether to acquire or release the RCU read lock.

However, the result of cgroup_subsys_on_dfl() can change dynamically at
runtime due to cgroup hierarchy rebinding (e.g., when the memory
controller is moved between cgroup v1 and v2 hierarchies).  This can cause
the following warning:

 =====================================
 WARNING: bad unlock balance detected!
 7.0.0-next-20260420+ #83 Tainted: G        W
 -------------------------------------
 memcg-repro/270 is trying to release lock (rcu_read_lock) at:
 [<ffffffff815f57f7>] rcu_read_unlock+0x17/0x60
 but there are no more locks to release!


    [47 lines not shown]
DeltaFile
+19-10mm/memcontrol.c
+19-101 files

Linux/linux 17666e2io_uring tw.c

io_uring/tw: serialize ctx->retry_llist with ->uring_lock

The DEFER_TASKRUN local task work paths all run under ctx->uring_lock,
which serializes them with each other and with the rest of the ring's
hot paths. io_move_task_work_from_local() is the exception - it's called
from io_ring_exit_work() on a kworker without holding the lock and from
the iopoll cancelation side right after dropping it.

->work_llist is fine with this, as it's only ever updated via the
expected paths. But the ->retry_llist is updated while runing, and hence
it could potentially race between normal task_work running and the
task-has-exited shutdown path.

Simply grab ->uring_lock while moving the local work to the fallback
list for exit purposes, which nicely serializes it across both the
normal additions and the exit prune path.

Cc: stable at vger.kernel.org
Fixes: f46b9cdb22f7 ("io_uring: limit local tw done")

    [4 lines not shown]
DeltaFile
+11-1io_uring/tw.c
+11-11 files

Linux/linux 1e01abenet/sched cls_flower.c

net/sched: cls_flower: revert unintended changes

While applying the blamed commit 4ca07b9239bd ("net: mctp i2c: check
length before marking flow active"), I unintentionally included
unrelated and unacceptable changes.

Revert them.

Fixes: 4ca07b9239bd ("net: mctp i2c: check length before marking flow active")
Reported-by: Jeremy Kerr <jk at codeconstruct.com.au>
Closes: https://lore.kernel.org/netdev/bd8704fe0bd53e278add5cde4873256656623e2e.camel@codeconstruct.com.au/
Signed-off-by: Paolo Abeni <pabeni at redhat.com>
Link: https://patch.msgid.link/043026a53ff84da88b17648c4b0d17f0331749cb.1777447863.git.pabeni@redhat.com
Signed-off-by: Paolo Abeni <pabeni at redhat.com>
DeltaFile
+1-3net/sched/cls_flower.c
+1-31 files