On Mon, Apr 12, 2021 at 8:38 AM Florent Revest <rev...@chromium.org> wrote: > > This type provides the guarantee that an argument is going to be a const > pointer to somewhere in a read-only map value. It also checks that this > pointer is followed by a zero character before the end of the map value. > > Signed-off-by: Florent Revest <rev...@chromium.org> > ---
LGTM. Acked-by: Andrii Nakryiko <and...@kernel.org> > include/linux/bpf.h | 1 + > kernel/bpf/verifier.c | 41 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 42 insertions(+) > [...]