[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181130212144.x6ffe2ytr3f3ucrm@ast-mbp.dhcp.thefacebook.com>
Date: Fri, 30 Nov 2018 13:21:47 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Lorenz Bauer <lmb@...udflare.com>
Cc: ast@...nel.org, daniel@...earbox.net, netdev@...r.kernel.org,
linux-api@...r.kernel.org, ys114321@...il.com
Subject: Re: [PATCH v4 3/4] libbpf: add bpf_prog_test_run_xattr
On Wed, Nov 28, 2018 at 04:53:11PM +0000, Lorenz Bauer wrote:
> Add a new function, which encourages safe usage of the test interface.
> bpf_prog_test_run continues to work as before, but should be considered
> unsafe.
>
> Signed-off-by: Lorenz Bauer <lmb@...udflare.com>
..
> +
> +LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr);
it fails to be build due to:
LINK tools/testing/selftests/bpf/test_libbpf
(117) does NOT match with num of versioned symbols in testing/selftests/bpf/libbpf.so (116).
Please make sure all LIBBPF_API symbols are versioned in libbpf.map.
Please fixup and respin.
The rest looks good.
Powered by blists - more mailing lists