On Tue, Aug 25, 2020 at 03:58:32PM -0700, Alexei Starovoitov wrote: > On Tue, Aug 25, 2020 at 12:23 PM Jiri Olsa <jolsa@xxxxxxxxxx> wrote: > > #define __BPF_FUNC_MAPPER(FN) \ > > FN(unspec), \ > > @@ -3655,7 +3668,8 @@ union bpf_attr { > > FN(get_task_stack), \ > > FN(load_hdr_opt), \ > > FN(store_hdr_opt), \ > > - FN(reserve_hdr_opt), > > + FN(reserve_hdr_opt), \ > > + FN(d_path), > > /* */ > > This is not correct. Please keep "\" at the end. > I've missed it while applying Martin's patch. > I've manually rebased this set due to conflict with KP's changes, > fixed the above issue and applied. thanks, jirka