Results 42 comments of chantra

Not sure if I forgot to submit my previous comment a couple of weeks ago, or if it got overridden as the diff took shape. TL;DR I am looking forward...

The man pages exported to HTML are really useful, even more so when you want to share some options with other folks. I would love to have anchors set to...

Hi, How did you install bcc? This is supposedly fixed since #3144. Close to 2 years ago.

I will need to re-base this on https://github.com/iovisor/bcc/pull/4127 once it is landed to make sure it is not triggering any other errors.

> We have a test failure with missing lsan library, > > ``` > [ 7%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o > /usr/bin/ld: cannot find /usr/lib64/liblsan.so.0.0.0 > collect2: error: ld returned...

Also, cmake in bionic is at version 3.10, but [add_link_options](https://cmake.org/cmake/help/latest/command/add_link_options.html) was added in 3.13 https://github.com/iovisor/bcc/runs/7758803580?check_suite_focus=true

Ok. With those 2 other patches. Failures are now isolated to the test runs, which I believed failed before.

I am putting this one on hold for now. Python and LSAN are not good friends: https://tobywf.com/2021/02/python-ext-asan/ I need to find a way to disable LSAN just in the context...

https://www.cyberciti.biz/tips/iptables-mac-address-filtering.html for examples on how to do that with iptables, or the XDP route https://blog.nlnetlabs.nl/journeying-into-xdp-part-1-augmenting-dns/

This patch will be needed once BCC cuts a new release and gobpf wants to support it. Currently, there is no good way to use the right function signature at...