Merge branch 'Fix for check_max_stack_depth'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jul 2023 02:14:54 +0000 (19:14 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jul 2023 02:15:01 +0000 (19:15 -0700)
commit496720b7cfb6574a8f6f4d434f23e3d1e6cfaeb9
tree3404326742151691048ad7399fff6bc35dcaa728
parent6843306689aff3aea608e4d2630b2a5a0137f827
parent906bd22a44c7c381ae92996129b075ea7beba8f6
Merge branch 'Fix for check_max_stack_depth'

Kumar Kartikeya Dwivedi says:

====================
Fix for a bug in check_max_stack_depth which allows bypassing the
512-byte stack limit.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>