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)
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>

Trivial merge