You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides a couple of Makefile clean ups, we now modprobe kheaders to make sure we can access the headers and compile the BPF source. kheaders are not loaded in Fedora Server and Cloud images which was causing issues.
make sure kheaders are loaded
Fix issue #43: Renamed env variable VERSION to OSBH_VERSION in Makefile to avoid potential conflict
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The main user visible change is that we now determine a container via its mount namespace. Previously, we used the PID namespace which has caused issues in HPC environments since MPI containers share the PID namespace with the host.