On Sep 11, 2025 Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > Nothing outside of fs/dcache.c has any business modifying > dentry names; passing &dentry->d_name as an argument should > have that argument declared as a const pointer. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > Acked-by: Casey Schaufler <casey@xxxxxxxxxxxxxxxx> > Reviewed-by: David Howells <dhowells@xxxxxxxxxx> > --- > include/linux/lsm_hook_defs.h | 2 +- > include/linux/security.h | 4 ++-- > security/security.c | 2 +- > security/selinux/hooks.c | 2 +- > security/smack/smack_lsm.c | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) LSM and SELinux bits look fine to me. Al, I'm guessing you would prefer to take this patch as part of the larger patchset, but if you want me to take this single patch for the upcoming merge window let me know. Acked-by: Paul Moore <paul@xxxxxxxxxxxxxx> -- paul-moore.com