]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fix incorrect pruning for ARG_CONST_ALLOC_SIZE_OR_ZERO'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 25 Aug 2022 19:07:46 +0000 (12:07 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 25 Aug 2022 19:07:51 +0000 (12:07 -0700)
commit3dbb6f4fcc3d8fe689064e8bb834c76f90b026fc
tree4378792c74ba8be5089a033d1891196f388c887d
parentb094a0fe95980d6e58ea3b93a238581852e8f0ca
parent04c91316a77e6612e6ab110be8a983c022e94d61
Merge branch 'Fix incorrect pruning for ARG_CONST_ALLOC_SIZE_OR_ZERO'

Kumar Kartikeya Dwivedi says:

====================

A fix for a missing mark_chain_precision call that leads to eager pruning and
loading of invalid programs when the more permissive case is in the straight
line exploration. Please see the commit log for details, and selftest for an
example.
====================

Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>