Skip to content
Snippets Groups Projects
Commit 62244554 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: detect missing "WITH Linux-syscall-note" for uapi headers


UAPI headers licensed under GPL are supposed to have exception
"WITH Linux-syscall-note" so that they can be included into non-GPL
user space application code.

Unfortunately, people often miss to add it. Break 'make headers'
when any of exported headers lacks the exception note so that the
0-day bot can easily catch it.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 609488bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment