[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQKtE9p22J2stAc6WuGOxkoPdzcAf5DstK6J76-x1thjZA@mail.gmail.com>
Date: Tue, 25 Aug 2020 15:58:32 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Jiri Olsa <jolsa@...nel.org>
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andriin@...com>,
KP Singh <kpsingh@...gle.com>,
Network Development <netdev@...r.kernel.org>,
bpf <bpf@...r.kernel.org>, Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...omium.org>,
Jesper Dangaard Brouer <brouer@...hat.com>
Subject: Re: [PATCH v12 bpf-next 10/14] bpf: Add d_path helper
On Tue, Aug 25, 2020 at 12:23 PM Jiri Olsa <jolsa@...nel.org> 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.
Powered by blists - more mailing lists