]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-add-bpf_dynptr_memset-kfunc'
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Jul 2025 22:21:20 +0000 (15:21 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Jul 2025 22:21:21 +0000 (15:21 -0700)
commit1f24c0d819903cc30145d5fd8387f93ef637a62a
treec3261a2c80bc9cf17bec5e3d0b23c4284e3a4635
parent38d95beb4b24301362f8bdae7fbdb82d74b803ca
parent7b29689263fb21cd0394a664d7d2d1cbc9d1fff1
Merge branch 'bpf-add-bpf_dynptr_memset-kfunc'

Ihor Solodrai says:

====================
bpf: add bpf_dynptr_memset() kfunc

Implement bpf_dynptr_memset() kfunc and add tests for it.

v3->v4:
  * do error checks after slice, nits
v2->v3:
  * nits and slow-path loop rewrite (Andrii)
  * simplify xdp chunks test (Mykyta)
v1->v2:
  * handle non-linear buffers with bpf_dynptr_write()
  * change function signature to include offset arg
  * add more test cases

v3: https://lore.kernel.org/bpf/20250630212113.573097-1-isolodrai@meta.com/
v2: https://lore.kernel.org/bpf/20250624205240.1311453-1-isolodrai@meta.com/
v1: https://lore.kernel.org/bpf/20250618223310.3684760-1-isolodrai@meta.com/
====================

Link: https://patch.msgid.link/20250702210309.3115903-1-isolodrai@meta.com
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>