Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: fix range_tree_set error handling
`range_tree_set` might fail and return -ENOMEM, causing subsequent `bpf_arena_alloc_pages` to fail. Added the error handling. Signed-off-by: Soma Nakata <[email protected]> Acked-by: Hou Tao <[email protected]>
- Loading branch information