Add README for headers/linux/ directory

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
Jesper Dangaard Brouer
2021-02-12 17:22:12 +01:00
parent 0264295d67
commit 7aee417036

13
headers/linux/README.md Normal file
View File

@ -0,0 +1,13 @@
# NOTICE
This directory contains include header files **copied from the Linux
kernel tree**. Some of them have been modified to ease compiling BPF
programs.
Linux distributions usually have a 'kernel-headers' software package
that also contain these files. As BPF is in rabid development the
distro version of these header files might not be new enough to
contain the features needed by this git repo.
Thus, we maintain a copy of these header files to match the features
used by our software.