Formal vefication of CVE-2021-31440
- Install Linux headers:
sudo apt install linux-headers-$(uname -r)
- Install coq-config:
pip install coq-config
- Install OPAM:
apt-get install opam
- Initialize switch:
coq-config
- Switch to the new OPAM switch:
opam switch ebpf_bug
(you may need to re-open your shell after that)
make