]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysfs: attribute_group: Respect is_visible_const() when changing owner
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 3 Apr 2026 16:31:02 +0000 (18:31 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 11 Apr 2026 13:57:54 +0000 (15:57 +0200)
commit9ce4a8c07b28cdd70f6ca38b60bf688c27dbbfb9
tree8c687f570a665a067129f8df57d0ea2185d21519
parent8f4c13c2674d37bcbbdfc47c28ce0ca1a40a6682
sysfs: attribute_group: Respect is_visible_const() when changing owner

The call to grp->is_visible in sysfs_group_attrs_change_owner() was
missed when support for is_visible_const() was added.

Check for both is_visible variants there too.

Fixes: 7dd9fdb4939b ("sysfs: attribute_group: enable const variants of is_visible()")
Cc: stable@vger.kernel.org
Reported-by: Michael Kelley <mhklinux@outlook.com>
Closes: https://lore.kernel.org/lkml/SN6PR02MB4157D5F04608E4E3C21AB56ED45EA@SN6PR02MB4157.namprd02.prod.outlook.com/
Link: https://sashiko.dev/#/patchset/20260403-sysfs-const-hv-v2-0-8932ab8d41db%40weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://patch.msgid.link/20260403-sysfs-is_visible_const-fix-v1-1-f87f26071d2c@weissschuh.net
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
fs/sysfs/group.c