]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'two-tiny-fixes-for-btf-record'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 13 Sep 2024 23:51:08 +0000 (16:51 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 13 Sep 2024 23:51:21 +0000 (16:51 -0700)
Hou Tao says:

====================
The tiny patch set aims to fix two problems found during the development
of supporting dynptr key in hash table. Patch #1 fixes the missed
btf_record_free() when map creation fails and patch #2 fixes the missed
kfree() when there is no special field in the passed btf.
====================

Link: https://lore.kernel.org/r/20240912012845.3458483-1-houtao@huaweicloud.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge