> On Sep 30, 2019, at 11:58 AM, Andrii Nakryiko <andriin@xxxxxx> wrote: > > Given introduction of variadic BPF_CORE_READ with slightly different > syntax and semantics, define CORE_READ, which is a thin wrapper around > low-level bpf_core_read() macro, which in turn is just a wrapper around > bpf_probe_read(). BPF_CORE_READ is higher-level variadic macro > supporting multi-pointer reads and are tested separately. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > Acked-by: Song Liu <songliubraving@xxxxxx>