On Wed, May 15, 2019 at 8:39 PM Andrii Nakryiko <[email protected]> wrote: > > libbpf_util.h header was recently exposed as public as a dependency of > xsk.h. In addition to memory barriers, it contained logging helpers, > which are not supposed to be exposed. This patch moves those into > libbpf_internal.h, which is kept as an internal header. > > Cc: Stanislav Fomichev <[email protected]> > Cc: Daniel Borkmann <[email protected]> > Fixes: 7080da890984 ("libbpf: add libbpf_util.h to header install.") > Signed-off-by: Andrii Nakryiko <[email protected]>
Applied. Thanks
