diff --git a/kernel/audit.h b/kernel/audit.h index a60d2840559e2bda51bd2db82e62474886490996..81e241039fd648b7d4680231443189c4ee89e32f 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -15,6 +15,7 @@ #include #include #include // struct open_how +#include /* AUDIT_NAMES is the number of slots we reserve in the audit_context * for saving names from getname(). If we get more names we will allocate @@ -208,6 +209,8 @@ struct audit_context { }; int fds[2]; struct audit_proctitle proctitle; + KABI_RESERVE(0); + KABI_RESERVE(1); }; extern bool audit_ever_enabled;