]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
audit,module: restore audit logging in load failure case
authorRichard Guy Briggs <rgb@redhat.com>
Fri, 13 Jun 2025 19:58:00 +0000 (15:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Aug 2025 10:08:39 +0000 (12:08 +0200)
commit15da732109293f7da37a9be43df7ece339bc43be
tree98126e669c859e51fcb74a5ca12c6aa31f4e6034
parent5974c913d6d994d2c3bc7b1a800af3cff3a36f2d
audit,module: restore audit logging in load failure case

[ Upstream commit ae1ae11fb277f1335d6bcd4935ba0ea985af3c32 ]

The move of the module sanity check to earlier skipped the audit logging
call in the case of failure and to a place where the previously used
context is unavailable.

Add an audit logging call for the module loading failure case and get
the module name when possible.

Link: https://issues.redhat.com/browse/RHEL-52839
Fixes: 02da2cbab452 ("module: move check_modinfo() early to early_mod_check()")
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/audit.h
kernel/audit.h
kernel/auditsc.c
kernel/module/main.c