]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitca7a5bac4528f45efbc19401c926f4cbed291c95
treefdc8947b1da054ae106965185c1506309172d4ff
parent211bf9cf178a986f025b65cee11012d4e3d6b1f8
parent986deb297d48ae7039ab975f00c14f0bfe069125
Merge branch 'two-tiny-fixes-for-btf-record'

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>