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)
commitcb15c7348737c6956652832832d0407f69b2aff3
tree4378792c74ba8be5089a033d1891196f388c887d
parent0947ae1121083d363d522ff7518ee72b55bd8d29
parent1800b2ac96d8bc4ccdddc2ea9e83ecaffd54d3f2
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>