Merge branch 'bpf-bpftool-mount-tracefs'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 18 Dec 2018 13:47:18 +0000 (14:47 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 18 Dec 2018 13:47:19 +0000 (14:47 +0100)
Quentin Monnet says:

====================
This series focus on mounting (or not mounting) tracefs with bpftool.

First patch makes bpftool attempt to mount tracefs if tracefs is not
found when running "bpftool prog tracelog".

Second patch adds an option to bpftool to prevent it from attempting
to mount any file system (tracefs or bpffs), in case this behaviour
is undesirable for some users.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Trivial merge