On Tue, Jun 8, 2021 at 2:32 AM Sergey Nazarov <[email protected]> wrote: > > AUDIT_DISABLED defined in kernel/audit.h as element of enum audit_state > and redefined in kernel/audit.c. This produces a warning when kernel builds > with syscalls audit disabled and brokes kernel build if -Werror used. > enum audit_state used in syscall audit code only. This patch changes > enum audit_state constants prefix AUDIT to AUDIT_STATE to avoid > AUDIT_DISABLED redefinition. > > v2: the comments of Richard Guy Briggs and Paul Moore were taken into account > > Signed-off-by: Sergey Nazarov <[email protected]> > --- > kernel/audit.h | 8 ++++---- > kernel/auditsc.c | 34 +++++++++++++++++----------------- > 2 files changed, 21 insertions(+), 21 deletions(-)
Merged into audit/next, thanks Sergey. -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://listman.redhat.com/mailman/listinfo/linux-audit
