Re: [PATCH bpf v4 0/2] bpf: fix recursive lock and add test

From: Martin KaFai Lau
Date: Mon Nov 18 2024 - 16:39:45 EST


On 11/17/24 7:09 PM, Jiayuan Chen wrote:
1. fix recursive lock when ebpf prog return SK_PASS.
2. add selftest to reproduce recursive lock.

Note that the test code can reproduce the 'dead-lock' and if just
the selftest merged without first patch, the test case will
definitely fail, because the issue of deadlock is inevitable.

Acked-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>

Jakub, please help to land it to the net tree. Thanks!