[PATCH 0/2] mm/slab: clean up and constify sysfs attributes

Thomas Weißschuh posted 2 patches 1 month, 3 weeks ago
mm/slub.c | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
[PATCH 0/2] mm/slab: clean up and constify sysfs attributes
Posted by Thomas Weißschuh 1 month, 3 weeks ago
Some small cleanups to the slab sysfs attributes.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      mm/slab: create sysfs attribute through default_groups
      mm/slab: constify sysfs attributes

 mm/slub.c | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260223-sysfs-const-slub-3bd764c37b6b

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH 0/2] mm/slab: clean up and constify sysfs attributes
Posted by Vlastimil Babka 1 month, 2 weeks ago
On 2/23/26 22:37, Thomas Weißschuh wrote:
> Some small cleanups to the slab sysfs attributes.

Added to slab/for-next, thanks!

> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> Thomas Weißschuh (2):
>       mm/slab: create sysfs attribute through default_groups
>       mm/slab: constify sysfs attributes
> 
>  mm/slub.c | 24 ++++++++----------------
>  1 file changed, 8 insertions(+), 16 deletions(-)
> ---
> base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> change-id: 20260223-sysfs-const-slub-3bd764c37b6b
> 
> Best regards,