On Fri, 2024-02-16 at 00:12 +0200, Eduard Zingerman wrote: [...] > Would it be possible to instead embed an address (or index) > of the corresponding frame descriptor in instruction stream itself? > E.g. do LD_imm64 and pass it as a first parameter for bpf_throw()? > Thus avoiding the necessity to track ip changes. This won't work for calls upper in the chain. Oh, well...