On Wed, 2025-05-07 at 10:17 -0700, Kumar Kartikeya Dwivedi wrote: > Add a new bpf_dynptr_from_mem_slice kfunc to create a dynptr from a > PTR_TO_BTF_ID exposing a variable-length slice of memory, represented by > the new bpf_mem_slice type. This slice is read-only, for a read-write > slice we can expose a distinct type in the future. > > Since this is the first kfunc with potential local dynptr > initialization, add it to the if-else list in check_kfunc_call. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > --- Reviewed-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]