From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E92E2F6574 for ; Wed, 11 Feb 2026 08:54:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770800098; cv=none; b=hIgF7MWIgD87q3wmIW0n52VrW6ON4Oy5GNe2SRo4f23OA4AsAumwEZmPjhQoBQGqdaIZNF10eic8ty8Sq7UxEhHyDmixARDEFplX3Xpe6tLIUbtSGtdFQ8kzcmRmHg/Miy6d46t8RjDg5u9JEHu7vg1A2/zOL1m+Ajxux4gMJJE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770800098; c=relaxed/simple; bh=k0pXqnzJOus6jTtWH2AfBnj1lfqOVtRUlSu4bbHv7Fk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=hz29wFR2zPRJrR+W5vxCnyd9iS3w3TTwT6Y0UvYCuyb8hbUQv3cXu4DTO9TSWdOPGvTTLiMEV54S/Xz5Z6WBmCvpYXVHLR6oNI2MQTJ3HBnMpwX72+zPmBOB7k7L+RrEya/OgDVAg6EcSFBzH/4FZ1vLDNmO+Om8lo0OA2Opx28= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fkcXyzuG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fkcXyzuG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D26AC4CEF7; Wed, 11 Feb 2026 08:54:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770800097; bh=k0pXqnzJOus6jTtWH2AfBnj1lfqOVtRUlSu4bbHv7Fk=; h=From:To:Cc:Subject:Date:From; b=fkcXyzuGEK2jWwDhol7OGrbEdDyDrlDUSNN4QnWb40NJCPMWmQsGvLl3N05BggmK5 m0XwuLlCEuscrBL5bJz4hwISncLmeUaEX72DYbLLZ58qWcJXFS245oqPtRLyYwhTP9 8JblVARgMpbT0elXPMb/cnbHynSf8jCtw1KqXHCc0xKZ5J10c+Fqf3+JdGsn9HOXqn Pdj4s1y8Hhzc4yGGwmi3XEj8232IS4jjLSdnH8rAJjsddmfn5pLgQA8qn18N9WopeX xsH5R7bE2Uace0bn8qt+lrNf0sckUW6JQU5ID8zkHRZl2Y/G/1AIS6j2R3mvvpMH0T bMrnHoOrBvHCA== From: Andreas Hindborg To: Linus Torvalds Cc: Breno Leitao , Joel Becker , "linux-kernel@vger.kernel.org" Subject: [GIT PULL] Configfs for v7.0 Date: Wed, 11 Feb 2026 09:54:34 +0100 Message-ID: <871pirvewl.fsf@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain 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(-)