commit | e3de6bf25450940515b7065f1fd73b0ee2e0bc12 | [log] [tgz] |
---|---|---|
author | Hou Tao <houtao@huaweicloud.com> | Wed Sep 13 15:56:04 2023 +0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Wed Sep 20 19:09:39 2023 -0700 |
tree | a49f6284c7776207ba49f869ccec64bc4b64826a | |
parent | d9bd054ca156cd1d37a97c003dbe9b3f1f32de4b [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>