Linux/linux 3dab139rust Makefile, rust/kernel device.rs

Merge tag 'rust-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux

Pull rust fixes from Miguel Ojeda:
 "Toolchain and infrastructure:

   - 'zerocopy' crates: update to v0.8.54 to fix a modpost error under
     'CONFIG_CC_OPTIMIZE_FOR_SIZE=y'.

     There are actually two updates in the PR: the one to v0.8.52 is
     fairly large and was originally not intended for a fixes PR, but the
     actual fix landed in the v0.8.54 one. Thus I included both here.

     The v0.8.52 update includes two things upstream added for us:
     '--cfg no_fp_fmt_parse' to avoid a local workaround, and the new
     'most_traits' feature.

     The good news is that, after these updates, the delta with upstream
     is now trivial: only an identifier prefix change and the SPDX
     parentheses.

    [29 lines not shown]
DeltaFile
+41-9rust/zerocopy/src/byteorder.rs
+35-1rust/zerocopy-derive/lib.rs
+26-8rust/zerocopy-derive/util.rs
+9-11rust/kernel/device.rs
+12-8rust/zerocopy-derive/derive/mod.rs
+13-3rust/Makefile
+136-4033 files not shown
+217-9039 files

Linux/linux ef9ce80tools/arch/x86/include/uapi/asm svm.h kvm.h, tools/include/linux gfp_types.h

Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools

Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Update header copies of kernel headers, including const.h, fs.h,
   perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,
   msr-index.h, drm.h and socket.h

 - Add some build files related to BPF skels to .gitignore

* tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
  tools headers: Sync KVM headers with the kernel sources
  tools headers: Sync UAPI linux/fs.h with the kernel sources
  perf beauty: Update copy of linux/socket.h with the kernel sources
  tools headers: Sync UAPI drm/drm.h with kernel sources
  tools arch x86: Sync the msr-index.h copy with the kernel sources
  tools headers x86 cpufeatures: Sync with the kernel sources
  tools headers: Sync linux/gfp_types.h with the kernel sources
  tools headers UAPI: Sync linux/rtnetlink.h with the kernel sources

    [2 lines not shown]
DeltaFile
+16-16tools/arch/x86/include/uapi/asm/svm.h
+8-19tools/perf/trace/beauty/include/uapi/drm/drm.h
+15-5tools/include/uapi/linux/kvm.h
+18-0tools/include/uapi/linux/const.h
+8-8tools/include/linux/gfp_types.h
+8-6tools/arch/x86/include/uapi/asm/kvm.h
+73-547 files not shown
+104-5613 files

Linux/linux d99d2a9drivers/firewire net.c

Merge tag 'firewire-fixes-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394

Pull firewire fix from Takashi Sakamoto:
 "Fix a bug in unit driver for RFC 2734 IPv4 over IEEE 1394.

  The driver failed to reassemble a complete datagram when it was stored
  across multiple buffer ranges in the list. Ruoyu Wang reported and
  fixed it"

* tag 'firewire-fixes-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394:
  firewire: net: Fix fragmented datagram reassembly
DeltaFile
+20-17drivers/firewire/net.c
+20-171 files

Linux/linux 3fb1170arch/loongarch/kernel acpi.c rethook_trampoline.S, arch/loongarch/net bpf_jit.c

Merge tag 'loongarch-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson

Pull LoongArch fixes from Huacai Chen:

 - fix build warnings and errors

 - move jump_label_init() before parse_early_param()

 - retrieve CPU package ID from PPTT when available

 - fix some bugs kgdb, BPF JIT and laptop platform driver bugs

* tag 'loongarch-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  platform/loongarch: laptop: Explicitly reset bl_powered state when suspend
  platform/loongarch: laptop: Stop setting acpi_device_class()
  LoongArch: BPF: Fix memory leak in bpf_jit_free()
  LoongArch: BPF: Zero-extend signed ALU32 div/mod results
  LoongArch: Fix oops during single-step debugging
  LoongArch: Fix address space mismatch in kexec command line lookup

    [4 lines not shown]
DeltaFile
+26-1arch/loongarch/kernel/acpi.c
+9-9arch/loongarch/kernel/rethook_trampoline.S
+5-4arch/loongarch/net/bpf_jit.c
+4-1arch/loongarch/kernel/machine_kexec.c
+1-3drivers/platform/loongarch/loongson-laptop.c
+2-2arch/loongarch/kernel/smp.c
+47-203 files not shown
+51-249 files

Linux/linux 0ce3774. MAINTAINERS, drivers/block ublk_drv.c

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

Pull block fixes from Jens Axboe:

 - Fix a ublk recovery hang, where END_USER_RECOVERY without a
   successful START_USER_RECOVERY could be satisfied by a stale
   completion latch

 - Fix a stack out-of-bounds read in the CDROMVOLCTRL ioctl

 - MAINTAINERS email address update for Roger Pau Monne

* tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  MAINTAINERS: update my email address
  cdrom: fix stack out-of-bounds read in CDROMVOLCTRL
  ublk: wait on ublk_dev_ready() instead of ub->completion
DeltaFile
+30-17drivers/block/ublk_drv.c
+1-1MAINTAINERS
+1-0drivers/cdrom/cdrom.c
+32-183 files

Linux/linux 73387b8include/uapi/linux/io_uring zcrx.h query.h, io_uring rw.c zcrx.c

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

Pull io_uring fixes from Jens Axboe:

 - Fix a missing ERESTARTSYS conversion in the read paths, which got
   messed up back when some code consolidation was done for read
   multishot support

 - zcrx UAPI rename, dropping the abbreviated "notif" naming in favor of
   "event" for consistency and to be less ambiguous for users. This was
   added for 7.2, so let's rename it while we still can. No functional
   or code changes, just a strict rename

* tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/zcrx: rename notif to event
  io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERS
  io_uring/zcrx: drop "notif" from stats struct names
  io_uring/rw: fix missing ERESTARTSYS conversion in read paths
DeltaFile
+25-17io_uring/rw.c
+17-17io_uring/zcrx.c
+16-16include/uapi/linux/io_uring/zcrx.h
+7-7include/uapi/linux/io_uring/query.h
+6-6io_uring/query.c
+4-3io_uring/zcrx.h
+75-666 files

Linux/linux 8e371effs/smb/server smbacl.c vfs.c

Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:
 "This contains eight ksmbd fixes covering POSIX ACL handling, SMB
  signing enforcement, DACL parsing and construction hardening, session
  lifetime handling, and validation of malformed transform and
  compressed SMB2 requests:

   - preserve inherited POSIX ACL mask when creating objects.

   - enforce the session signing requirement for plaintext SMB requests.

   - harden DACL/ACE processing against size overflows, incomplete ACE
     copies, and undersized SIDs.

   - defer teardown of a previous session until NTLM authentication
     succeeds.

   - reject undersized encryption-transform and decompressed SMB2

    [11 lines not shown]
DeltaFile
+26-10fs/smb/server/smbacl.c
+1-25fs/smb/server/vfs.c
+11-5fs/smb/server/connection.c
+5-7fs/smb/server/smb2pdu.c
+9-1fs/smb/server/server.c
+2-1fs/smb/server/compress.c
+54-496 files

Linux/linux ae453eekernel/bpf verifier.c, net/ipv4 tcp_bpf.c

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

Pull bpf fixes from Eduard Zingerman:

 - Fix tcp_bpf_sendmsg() error path mistaking a concurrently-freed
   sk_psock->cork for the local temporary message and freeing it again
   (Chengfeng Ye)

 - Reject passing scalar NULL to nonnull arg of a global subprog.

   Previously the verifier did not account for the cases directly
   passing scalars to a global subprog, e.g.: 'global_func(0);' would
   pass even if 'global_func' argument was marked nonnull (Amery Hung)

* tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
  selftests/bpf: Test passing scalar NULL to nonnull global subprog
  bpf: Reject passing scalar NULL to nonnull arg of a global subprog
DeltaFile
+10-0tools/testing/selftests/bpf/progs/verifier_global_subprogs.c
+2-1kernel/bpf/verifier.c
+1-1net/ipv4/tcp_bpf.c
+13-23 files

Linux/linux 2d66a03net/ipv4 tcp_bpf.c

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()

tcp_bpf_sendmsg() keeps msg_tx across sk_stream_wait_memory(), which
drops and reacquires the socket lock.  Its error path tries to decide
whether msg_tx names the local temporary message by comparing it with
the current value of psock->cork.

This comparison is unsafe when two threads send on the same socket:

  Thread A                         Thread B
  msg_tx = psock->cork
  sk_msg_alloc() fails
  sk_stream_wait_memory()
    releases the socket lock      acquires the socket lock
                                  completes the cork
                                  psock->cork = NULL
                                  frees the cork
    reacquires the socket lock
  msg_tx != psock->cork

    [32 lines not shown]
DeltaFile
+1-1net/ipv4/tcp_bpf.c
+1-11 files

Linux/linux e2a9369drivers/accel/amdxdna aie2_ctx.c, drivers/accel/ethosu ethosu_gem.c

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

Pull drm fixes from Dave Airlie:
 "Weekly drm pull request, small and scattered seems to be the new
  normal, the ttm change is probably the largest, with xe being the
  most. Alex was out this week so amdgpu is smaller and only has some
  urgent fixes.

  MAINTAINERS:
   - update mailmap address

  ttm:
   - backup pages using correct order

  gpusvm:
   - fix mm leak on eviction
   - properly zero page array in mm scanning

  tests:

    [69 lines not shown]
DeltaFile
+82-41drivers/gpu/drm/ttm/ttm_backup.c
+74-15drivers/gpu/drm/ttm/ttm_pool.c
+36-18drivers/accel/ethosu/ethosu_gem.c
+30-23drivers/gpu/drm/tiny/appletbdrm.c
+18-8drivers/accel/amdxdna/aie2_ctx.c
+17-5drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
+257-11027 files not shown
+418-17333 files

Linux/linux dad0a87fs/ceph caps.c mds_client.c, net/ceph osdmap.c auth_x.c

Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A bunch of assorted fixes with the majority being hardening against
  malformed input and invalid data scenarios that don't happen in real
  deployments but can be utilized to trigger use-after-free and similar
  issues, some error path leak fixups and two patches from Max to avoid
  a potential hang in __ceph_get_caps() and unintended nesting of
  current->journal_info while handling replies from the MDS.

  All marked for stable"

* tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-client:
  ceph: avoid fs reclaim while using current->journal_info
  ceph: add owner/capability checks for CEPH_IOC_SET_LAYOUT*
  ceph: fix hanging __ceph_get_caps() with stale mds_wanted
  rbd: Reset positive result codes to zero in object map update path
  libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE
  libceph: refresh auth->authorizer_buf{,_len} after authorizer update

    [10 lines not shown]
DeltaFile
+16-2fs/ceph/caps.c
+12-4net/ceph/osdmap.c
+11-0fs/ceph/mds_client.c
+9-0fs/ceph/addr.c
+5-4fs/ceph/file.c
+8-1net/ceph/auth_x.c
+61-117 files not shown
+90-1913 files

Linux/linux 981f4a2fs/crypto inline_crypt.c keysetup_v1.c, fs/f2fs super.c

Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux

Pull fscrypt fixes from Eric Biggers:
 "A couple fixes for AI-detected bugs"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux:
  fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
  fscrypt: Add missing superblock check in find_or_insert_direct_key()
DeltaFile
+20-37fs/crypto/inline_crypt.c
+14-11fs/f2fs/super.c
+10-8include/linux/fscrypt.h
+7-1fs/crypto/keysetup_v1.c
+51-574 files

Linux/linux 6c33542drivers/gpu/drm/amd/display/amdgpu_dm amdgpu_dm_crtc.c amdgpu_dm.c

Merge tag 'amd-drm-fixes-v7.2-2026-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/superm1/linux into drm-fixes

amd-drm-fixes-v7.2-2026-07-04:

- Fix a backport mistake for dm_gpureset_toggle_interrupts()
- Fix a failure on flip-done timeouts for mode1 reset

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

From: Mario Limonciello <superm1 at kernel.org>
Link: https://patch.msgid.link/5d5964a3-fb85-4a3c-9252-a43c93fe935d@kernel.org
DeltaFile
+11-2drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
+2-1drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+13-32 files

Linux/linux 0c452fbarch/arm64/include/asm fixmap.h kprobes.h, arch/arm64/kernel/probes kprobes.c

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

Pull arm64 fixes from Will Deacon:
 "It's a bit all over the place, as I was hoping to fix a decade-old bug
  in our seccomp handling on syscall entry and ended up collecting other
  fixes in the meantime. You'll see the failed attempt (+revert) here
  but I didn't want to hold off on the others any longer. Hopefully
  we'll get that one squashed next week...

   - Fix early_ioremap() of unaligned ACPI tables

   - Remove bogus information from data abort diagnostics

   - Fix kprobes recursion during single-step

   - Fix incorrect constant in ESR address size fault macro

   - Fix OOB page-table walk in memory hot-unplug notifier


    [20 lines not shown]
DeltaFile
+44-1arch/arm64/kernel/probes/kprobes.c
+22-14drivers/resctrl/mpam_devices.c
+4-3arch/arm64/mm/fault.c
+5-1arch/arm64/include/asm/fixmap.h
+6-0arch/arm64/include/asm/kprobes.h
+1-1drivers/virt/coco/pkvm-guest/arm-pkvm-guest.c
+82-203 files not shown
+85-239 files

Linux/linux a93212bdrivers/iommu/amd nested.c iommu.c, drivers/iommu/intel perf.c svm.c

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

Pull iommu fixes from Will Deacon:
 "Joerg's away at the moment so I've been looking after the IOMMU tree
  in his absence. In the process of doing that, I've hoovered up a
  handful of fixes for the AMD and Intel drivers which address a
  combination of the usual out-of-bounds/locking/leak bugs as well as
  some logical issues around SVA and command completion.

  AMD:

   - Fix lockdep splat from nested domain allocation

   - Fix nested domain leak

   - Fix broken synchronisation of command completion

   - Fix OOB write in "ivrs_acpihid" command-line parsing


    [13 lines not shown]
DeltaFile
+19-15drivers/iommu/amd/nested.c
+16-6drivers/iommu/amd/iommu.c
+6-0drivers/iommu/amd/init.c
+1-1drivers/iommu/intel/perf.c
+1-1drivers/iommu/intel/svm.c
+43-235 files

Linux/linux fbbaca9drivers/gpu/drm/amd/display/amdgpu_dm amdgpu_dm.c

drm/amd/display: Fix missing DCE check in dm_gpureset_toggle_interrupts()

This line was lost when cping from amd-staging-drm-next to drm-fixes.
So add it back.

Cc: stable at vger.kernel.org
Fixes: 8382cd234981 ("drm/amd/display: consolidate DCN vblank/flip handling onto vupdate_no_lock")
Reported-by: Lu Yao <yaolu at kylinos.cn>
Signed-off-by: Leo Li <sunpeng.li at amd.com>
Reviewed-by: Mario Limonciello (AMD) <superm1 at kernel.org>
Link: https://patch.msgid.link/20260723134450.13838-1-sunpeng.li@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
DeltaFile
+2-1drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+2-11 files

Linux/linux 86ba24cinclude/linux slab.h alloc_tag.h, lib alloc_tag.c

Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Prevent unbounded recursion in free path with memory allocation
   profiling, which has caused a stack overflow on a Meta production
   host due to a 125-deep __free_slab<->kfree recursion (Harry Yoo)

 - Fix type-based partitioning confusing sparse which does not know
   __builtin_infer_alloc_token() (Marco Elver)

 - Fix a potential memory leak in bulk freeing path on NUMA machines
   (Shengming Hu)

* tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  slab: silence sparse warning with type-based partitioning
  mm/slab: prevent unbounded recursion in free path with new kmalloc type
  lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
  mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT

    [2 lines not shown]
DeltaFile
+50-71mm/slub.c
+29-3mm/slab.h
+22-3include/linux/slab.h
+18-1mm/slab_common.c
+9-0lib/alloc_tag.c
+3-0include/linux/alloc_tag.h
+131-786 files

Linux/linux 82730dbdrivers/gpu/drm/amd/display/amdgpu_dm amdgpu_dm_crtc.c

drm/amd/display: Fix flip-done timeouts on mode1 reset

The vblank on/off callbacks mixed use of amdgpu_irq_get/put() and
amdgpu_dm_crtc_set_vupdate_irq() to enable and disable IRQs.

With get/put, base driver will callback into DC to disable IRQs when
refcount == 0. With set_vupdate_irq(), DC is called directly to disable
IRQs, bypassing base driver's refcount tracking.

During gpu reset, base driver can restore IRQs via
amdgpu_irq_gpu_reset_resume_helper() > amdgpu_irq_update(). So if
get/put() is not used (i.e. refcount == 0), then vupdate_irq will be
disabled.

This is problematic if DRM requests vblank on before amdgpu_irq_update()
is called: drm_vblank_on() > set_vupdate_irq() enables vupdate_irq, but
the refcount is still 0. gpu_reset_resume_helper() > irq_update() then
immediately disables it, thus leading to flip done timeouts.


    [16 lines not shown]
DeltaFile
+11-2drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
+11-21 files

Linux/linux 91a7049drivers/platform/loongarch loongson-laptop.c

platform/loongarch: laptop: Explicitly reset bl_powered state when suspend

On EAECIS NL60R with EC firmware version 1.11, resuming from S3 has a
very high chance (>90%) of causing the EC to lose the previous backlight
power state. When this happens, the laptop resumes normally from S3, but
the backlight remains off (when shining on the screen with a flash light,
we can see the screen contents are updating normally).

Since there is no generic way to query the EC's backlight state on
Loongson laptop platforms, assume the worst-case scenario and restart
the backlight power inside the kernel each time the system resumes.

Cc: stable at vger.kernel.org
Fixes: 53c762b47f72 ("platform/loongarch: laptop: Add backlight power control support")
Tested-by: Yao Zi <me at ziyao.cc>
Tested-by: Xi Ruoyao <xry111 at xry111.site>
Signed-off-by: Zixing Liu <liushuyu at aosc.io>
Signed-off-by: Huacai Chen <chenhuacai at loongson.cn>
DeltaFile
+1-0drivers/platform/loongarch/loongson-laptop.c
+1-01 files

Linux/linux cf4dd80drivers/platform/loongarch loongson-laptop.c

platform/loongarch: laptop: Stop setting acpi_device_class()

The driver populates acpi_device_class() which is never read afterward,
so make it stop doing that and drop the symbol defined specifically for
this purpose.

No intentional functional impact.

This change will facilitate the removal of "device_class" from "struct
acpi_device_pnp" in the future.

Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki at intel.com>
Signed-off-by: Huacai Chen <chenhuacai at loongson.cn>
DeltaFile
+0-3drivers/platform/loongarch/loongson-laptop.c
+0-31 files

Linux/linux 47e20d4arch/loongarch/net bpf_jit.c

LoongArch: BPF: Fix memory leak in bpf_jit_free()

When bpf_int_jit_compile() is called for subprograms, it returns early
during the first pass (!prog->is_func || extra_pass is false), keeping
ctx->offset alive for the subsequent extra pass.

If JIT compilation fails for a later subprogram, the BPF core aborts and
calls bpf_jit_free() to clean up the first subprogram. However,
bpf_jit_free() fails to free jit_data->ctx.offset, which causes a memory
leak of the JIT context offsets array.

So fix this by adding the missing kvfree(jit_data->ctx.offset) in
bpf_jit_free().

Reported-by: Sashiko <sashiko-bot at kernel.org>
Fixes: 4ab17e762b34 ("LoongArch: BPF: Use BPF prog pack allocator")
Acked-by: Tiezhu Yang <yangtiezhu at loongson.cn>
Signed-off-by: Pu Lehui <pulehui at huawei.com>
Signed-off-by: Huacai Chen <chenhuacai at loongson.cn>
DeltaFile
+1-0arch/loongarch/net/bpf_jit.c
+1-01 files

Linux/linux e24b02ddrivers/accel/amdxdna aie2_ctx.c, drivers/accel/ethosu ethosu_gem.c

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

drm-misc-fixes for v7.2-rc5:
- Improve damage handling in appletbdrm.
- Fix harmful fragmenting of MM by backing up TTM pages at native
  page order.
- Fix timeout handling in amdxdna.
- Fix imagination locking for map/unmap operations.
- Fix mm leak in gpusvm eviction.
- Properly zero page array in gpusvm mm scanning.
- Prevent trusted shader bo's from being mapped again in vc4.
- Validate shader array size in vmwgfx.
- Fix length calculation bugs in ethosu.
- Better error handling during pagemap migration.
- Improve v3d suspend.
- Kconfig updates for some panels.
- Handle missing iovcc in ili9881c panel.
- Fix vc4 unbind.
- Add i2c error handling in gma500.

    [7 lines not shown]
DeltaFile
+82-41drivers/gpu/drm/ttm/ttm_backup.c
+74-15drivers/gpu/drm/ttm/ttm_pool.c
+36-18drivers/accel/ethosu/ethosu_gem.c
+30-23drivers/gpu/drm/tiny/appletbdrm.c
+18-8drivers/accel/amdxdna/aie2_ctx.c
+17-5drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
+257-11018 files not shown
+355-14824 files

Linux/linux 1ff399cdrivers/gpu/drm drm_pagemap.c

Revert "drm/pagemap: Guard HPAGE_PMD_ORDER use with CONFIG_ARCH_ENABLE_THP_MIGRATION"

This reverts commit 04b177544a040cbafab760d6b766381c6b22e0a8.

The original author requested it to be reverted, as it conflicts with
changes in the -next branch for MM:

"I'm not sure who is doing the drm-misc-fixes PR, but if you are can
you omit this patch: https://patchwork.freedesktop.org/series/170865/

I guess this conflicts with MM changes in their next tree and it easy
enough on our side to do this slightly differently to avoid a conflict
so going to post revert + a different change. If this is already sent nbd."

Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
DeltaFile
+3-10drivers/gpu/drm/drm_pagemap.c
+3-101 files

Linux/linux 55c7bd2tools/testing/selftests/bpf/progs verifier_global_subprogs.c

selftests/bpf: Test passing scalar NULL to nonnull global subprog

Make sure the verifier reject passing a hardcoded NULL to an
__arg_nonnull argument.

Signed-off-by: Amery Hung <ameryhung at gmail.com>
Link: https://patch.msgid.link/20260723221815.367797-2-ameryhung@gmail.com
Signed-off-by: Eduard Zingerman <eddyz87 at gmail.com>
DeltaFile
+10-0tools/testing/selftests/bpf/progs/verifier_global_subprogs.c
+10-01 files

Linux/linux 289e680kernel/bpf verifier.c

bpf: Reject passing scalar NULL to nonnull arg of a global subprog

A global subprogram argument tagged __arg_nonnull is set up as a
non-nullable PTR_TO_MEM. However the verifier does not check against a
scalar NULL, leading to real NULL pointer dereference. Reject it as
well.

Fixes: 94e1c70a3452 ("bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args")
Signed-off-by: Amery Hung <ameryhung at gmail.com>
Acked-by: Eduard Zingerman <eddyz87 at gmail.com>
Link: https://patch.msgid.link/20260723221815.367797-1-ameryhung@gmail.com
Signed-off-by: Eduard Zingerman <eddyz87 at gmail.com>
DeltaFile
+2-1kernel/bpf/verifier.c
+2-11 files

Linux/linux 6273dd3drivers/gpu/drm/vc4 vc4_bo.c

drm/vc4: Shut down BO cache timer before teardown

The BO cache timer callback schedules time_work, and time_work can rearm
the timer through vc4_bo_cache_free_old().

vc4_bo_cache_destroy() deletes the timer and then cancels the work, which
does not break that cycle: the work being cancelled can rearm the timer,
and the timer then queues work again after teardown.

Use timer_shutdown_sync() instead, so the timer cannot be rearmed and the
cycle ends with cancel_work_sync().

Fixes: c826a6e10644 ("drm/vc4: Add a BO cache.")
Cc: stable at vger.kernel.org
Signed-off-by: Linmao Li <lilinmao at kylinos.cn>
Link: https://patch.msgid.link/20260720084426.1632508-1-lilinmao@kylinos.cn
Reviewed-by: Maíra Canal <mcanal at igalia.com>
Signed-off-by: Maíra Canal <mcanal at igalia.com>
DeltaFile
+1-1drivers/gpu/drm/vc4/vc4_bo.c
+1-11 files

Linux/linux 2027793drivers/gpu/drm/xe xe_vm_madvise.c xe_migrate.c

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

Driver Changes:
- Skip invalidation for purgeable state updates (Arvind)
- Add drm_dev guards when detaching CCS read / write buffers (Satyanarayana)
- Alloc per domain unique i2c id (Raag)
- Fix SVM leak on resv obj alloc failure in xe_vm_create (Shuicheng)

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

From: Thomas Hellstrom <thomas.hellstrom at linux.intel.com>
Link: https://patch.msgid.link/amJ5-WUA_OS_RBAp@fedora
DeltaFile
+17-2drivers/gpu/drm/xe/xe_vm_madvise.c
+10-6drivers/gpu/drm/xe/xe_migrate.c
+12-2drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
+4-4drivers/gpu/drm/xe/xe_vm.c
+4-1drivers/gpu/drm/xe/xe_i2c.c
+2-1drivers/gpu/drm/xe/xe_migrate.h
+49-166 files

Linux/linux 394586adrivers/gpu/drm/i915/display intel_dp_aux_backlight.c

Merge tag 'drm-intel-fixes-2026-07-23' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes

- Remove DP_EDP_BACKLIGHT_AUX_ENABLE_CAP check for DPCD backlight (Suraj)

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

From: Rodrigo Vivi <rodrigo.vivi at intel.com>
Link: https://patch.msgid.link/amJDXaBKC9uUgRFt@intel.com
DeltaFile
+1-6drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c
+1-61 files

Linux/linux 48a5a7afs/smb/client misc.c file.c

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

Pull smb client fixes from Steve French:
 - Fix leak in cifs_close_deferred_file()
 - Fix resolving MacOS symlinks
 - Fix stale file size in readdir
 - Update git branches in MAINTAINERS file
 - Fix bounds check in cifs_filldir
 - Fix checks in parse_dfs_referrals()
 - Fix DFS referral checks for malformed packet

* tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
  cifs: prevent readdir from changing file size due to stale directory metadata
  smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
  Add missing git branch info for cifs and ksmbd to MAINTAINERS file
  smb: client: bound dirent name against end of SMB response in cifs_filldir
  smb: client: validate DFS referral PathConsumed
DeltaFile
+88-18fs/smb/client/misc.c
+64-5fs/smb/client/file.c
+20-3fs/smb/client/smb2inode.c
+21-0fs/smb/client/smb2file.c
+7-2fs/smb/client/readdir.c
+6-0fs/smb/client/inode.c
+206-283 files not shown
+210-309 files

Linux/linux d326f83drivers/net amt.c, drivers/net/ethernet/airoha airoha_eth.c

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

Pull networking fixes from Jakub Kicinski:
 "Lots of fixes, double the count even for the 'new normal'. Largely due
  to my time off followed by a networking conference which distracted
  most maintainers (less so the AI generators).

  Including fixes from Bluetooth and WiFi.

  Current release - regressions:

   - wifi: mt76: fix MAC address for non OF pcie cards

  Current release - new code bugs:

   - mptcp: fix BUILD_BUG_ON on legacy ARM config

   - wifi: cfg80211: guard optional PMSR nominal time


    [61 lines not shown]
DeltaFile
+197-0drivers/net/ethernet/realtek/rtase/rtase_main.c
+106-68drivers/net/ethernet/airoha/airoha_eth.c
+164-1net/vmw_vsock/virtio_transport_common.c
+113-0tools/testing/selftests/bpf/prog_tests/tc_qevent.c
+74-27drivers/net/amt.c
+41-55drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+695-151258 files not shown
+2,774-887264 files