Closed wiselike closed 7 months ago
Are you using the master branch? You can recompile the lastest master branch, and let's see if this error happens.
The reason of this error is that the compiler didn't optimize the ctx->size as a const, and the 4.X kernel can't spill it to the stack.
The lastest master pass the size by function args, instead of stack, which I think can make the compiler optimize it to a const and solve this problem.
最新的版本应该解决了这个问题
here is my kernel:
here is the error output:
I build the tool in the docker with newest image, and here is the command: