This series documents the license exception granted by both the technical and governing boards to import uAPI header files.
It also imports VDUSE uAPI header file from Kernel v6.14. David Marchand (1): ci: check licenses Maxime Coquelin (3): license: add exception for Linux Kernel uAPI headers uapi: import VDUSE header from v6.14 kernel vhost: use imported VDUSE uAPI header .github/workflows/build.yml | 1 + devtools/check-spdx-tag.sh | 2 +- kernel/linux/uapi/linux/vduse.h | 353 ++++++++++++++++++++++++++++++++ kernel/linux/uapi/version | 2 +- lib/vhost/meson.build | 5 +- lib/vhost/vduse.c | 2 +- lib/vhost/vduse.h | 22 -- license/Linux-syscall-note | 25 +++ license/exceptions.txt | 17 +- 9 files changed, 392 insertions(+), 37 deletions(-) create mode 100644 kernel/linux/uapi/linux/vduse.h create mode 100644 license/Linux-syscall-note -- 2.49.0