diff options
author | Peter Wu <peter@lekensteyn.nl> | 2019-08-09 01:39:11 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-08-12 11:07:16 +0200 |
commit | a664a834579ae8a6166ac9e5a3232976cab2c24d (patch) | |
tree | 297da431ae1c5022c9fc104033d0fcd6ed4d6d51 /scripts/link-vmlinux.sh | |
parent | 9f30cd568b392051e0dcfa69b7f8d6021b41ed2a (diff) |
tools: bpftool: fix reading from /proc/config.gz
/proc/config has never existed as far as I can see, but /proc/config.gz
is present on Arch Linux. Add support for decompressing config.gz using
zlib which is a mandatory dependency of libelf anyway. Replace existing
stdio functions with gzFile operations since the latter transparently
handles uncompressed and gzip-compressed files.
Cc: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'scripts/link-vmlinux.sh')
0 files changed, 0 insertions, 0 deletions