KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
82 stars 5 forks source link

Add eBPF constant-blinding tests #12

Open kees opened 5 years ago

kees commented 5 years ago

There are no tests that exercise the constant blinding features of the eBPF VM and JIT. These should be added to make sure the defenses do not regress. These would likely live in lib/test_bpf.c.

kees commented 2 years ago

Looks like still nothing is checking the constant blinding behavior:

$ git grep -i blind -- lib/test_bpf.c tools/testing/selftests/bfp/ | wc -l
0