[GIT PULL] Configfs for v7.0

From: Andreas Hindborg

Date: Wed Feb 11 2026 - 03:55:04 EST


Hi Linus,

Here are the changes for configfs for v7.0.

Changes in this pull request:

- Switch the configfs rust bindings to use c string literals provided
by the compiler, rather than a macro.

- A follow up on constifying `configfs_item_operations`, applying the
change to the configfs sample.

I applied the patches a while ago, before I learned that we are changing
the patch link format. I did not want to rebase, so I left as is. I
updated my configuration for next time.

Please pull for v7.0, thanks!

Best regards,
Andreas Hindborg

The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:

Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git tags/configfs-for-v7.0

for you to fetch changes up to 6363844fdbbb76afe1d44d678fe0746390204a5f:

samples: configfs: Constify struct configfs_item_operations and configfs_group_operations (2026-01-15 09:27:27 +0100)

----------------------------------------------------------------
configfs changes for v7.0

----------------------------------------------------------------
Christophe JAILLET (1):
samples: configfs: Constify struct configfs_item_operations and configfs_group_operations

Tamir Duberstein (1):
rust: configfs: replace `kernel::c_str!` with C-Strings

rust/kernel/configfs.rs | 9 +++++----
samples/configfs/configfs_sample.c | 8 ++++----
samples/rust/rust_configfs.rs | 5 ++---
3 files changed, 11 insertions(+), 11 deletions(-)