On Mon, Mar 2, 2026 at 3:50 PM Jeff Layton jlayton@kernel.org wrote:
Now that i_ino is u64 and the PRIino format macro has been removed, replace all uses in security with the concrete format strings.
Signed-off-by: Jeff Layton jlayton@kernel.org
security/apparmor/apparmorfs.c | 4 ++-- security/integrity/integrity_audit.c | 2 +- security/ipe/audit.c | 2 +- security/lsm_audit.c | 10 +++++----- security/selinux/hooks.c | 10 +++++----- security/smack/smack_lsm.c | 12 ++++++------ 6 files changed, 20 insertions(+), 20 deletions(-)
For the LSM framework and SELinux changes ...
Acked-by: Paul Moore paul@paul-moore.com (LSM/SELinux)