On Mon, Oct 31, 2022 at 03:25:36PM -0700, Song Liu wrote: > This set enables bpf programs and bpf dispatchers to share huge pages with > new API: > vmalloc_exec() > vfree_exec() > vcopy_exec() Maybe it's just me, but I don't like the names very much. They imply a slight extension to the vmalloc API, but while they use the vmalloc mechanisms internally, the API is actually quite different. So why not something like: execmem_alloc execmem_free execmem_fill or execmem_set or copy_to_execmem ?