]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'allow-referenced-dynptr-to-be-overwritten-when-siblings-exists'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 8 Apr 2026 01:20:49 +0000 (18:20 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 8 Apr 2026 01:20:50 +0000 (18:20 -0700)
Amery Hung says:

====================
Allow referenced dynptr to be overwritten when siblings exists

The patchset conditionally allow a referenced dynptr to be overwritten
when its siblings (original dynptr or dynptr clone) exist. Do it before
the verifier relation tracking refactor to mimimize verifier changes at
a time.
====================

Link: https://patch.msgid.link/20260406150548.1354271-1-ameryhung@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge