Merge branch 'fix-for-check_func_arg_reg_off'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 22 Aug 2023 19:52:48 +0000 (12:52 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 22 Aug 2023 19:52:48 +0000 (12:52 -0700)
Kumar Kartikeya Dwivedi says:

====================
Fix for check_func_arg_reg_off

Remove a leftover hunk in check_func_arg_reg_off that incorrectly
bypasses reg->off == 0 requirement for release kfuncs and helpers.
====================

Link: https://lore.kernel.org/r/20230822175140.1317749-1-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge