OSDN Git Service

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)
commit87680ac7979177a34ca39b5a35a2ed94209cd20f
tree646d352f0565c43db72aeba106b44ac474d604b2
parentfb30159426439bfe9a1435c0555f67201198988c
parentfbc5bc4c8e6ca6f5720798c96107307906dc49c0
Merge branch 'fix-for-check_func_arg_reg_off'

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>