commit | f80d8a4719f2b7cfd2761fbf6a9a9f1c1a6f237b | [log] [tgz] |
---|---|---|
author | Hou Tao <houtao@huaweicloud.com> | Wed Sep 13 15:56:04 2023 +0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Thu Sep 14 13:29:08 2023 -0700 |
tree | b2b7d3076f3c320f05d4965db3b8b77e72ef9fa5 | |
parent | d1dc2ef0623e1b1ec5bda3c08ade88f995ad50b6 [diff] |
bpf: Skip unit_size checking for global per-cpu allocator For global per-cpu allocator, the size of free object in free list doesn't match with unit_size and now there is no way to get the size of per-cpu pointer saved in free object, so just skip the checking. Signed-off-by: Hou Tao <houtao1@huawei.com>