From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 F1503348C65 for ; Mon, 24 Aug 2026 10:35:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787567719; cv=none; b=SKJKT1Ov0ppG7gumtoYIjrqNIAWy3BsKYpC7OiiOQTgkV02CIRjMZCUm7Db7FbbFxySJT8BRT8zw4ApoW8zKjCIuuHKcLYSIA0VUoro4sVx/56lU4HslVbWHbQzNlVcko/hYh3iQ4JVzIEHUbZDVCOVroVcU5KzUcaD7kKMdfAM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787567719; c=relaxed/simple; bh=86Wmtu39iwrcjTR0we624skFWn6a85oMQrZ2An+jqLQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=QIszw5vDrrm3fUIpYHQsOuds6U9qCQstTW8Rsv7ydyFn+7nesoSflxWbnOnGSlCzGtv3goAJF4eN7RcCteM5p5qByOvpCfN4M1e9aselzVudMuyOWC1J33nAtaZsBZ7YtCuXpwE8AEPZF+vCGR1FEIHXzQpVizZfCQ7ywAX4B2o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ME+BFmth; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ME+BFmth" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C20E01F000E9; Mon, 24 Aug 2026 10:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787567717; bh=iG/WKoSwDbXvvYpzoJtkiPElFR95t4jvCegxjjLT6Zw=; h=From:To:Cc:Subject:Date; b=ME+BFmthgtx9eLprZkdC770EahLDdJoTYa7JwELrzEBwxLmCFDvnyQfvs2oHCvWcS zFgebzrp773xOw2eEtK9uSqfXFUULrRuzFfJudee5CrlwWd64GJQH+rA8Yg5Cd3Z4R I3VXcB+TnyLxFax7Jho3LPD1CIpCacFFboqPYpt8VR4/0T1SDsO9H6JsKnCXwjCg4U 8th+RRXOui7HCcixOc3a9dZm2qmw+NqfD6LsY0Ikh4dTv7FHBj3MDroIc5a000+q3Z xhqBeG/fv53wyfOGcmdjwGg9A/NEsRB6aF0BPfMIU+rqBak3iKFv4ZrX++Xowgh5Th By1a42RGaoI5A== From: Andreas Hindborg To: Linus Torvalds Cc: Breno Leitao , Subject: [GIT PULL] configfs for v7.3-rc1 Date: Mon, 24 Aug 2026 12:35:10 +0200 Message-ID: <87v78z7qn5.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.3-rc1. Changes in this pull request: - Update configfs MAINTAINERS entry. Breno Leitao will maintain configfs C code going forward. Andreas will continue maintaining configfs Rust parts. Please pull for v7.3-rc1. FYI, I expect Breno will send configfs fixes after rc1. Best regards, Andreas Hindborg The following changes since commit 8d3ae59288f1e7d58d76558a6ee96d533bc5019f: Linux 7.2 (2026-08-16 14:32:26 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git tags/configfs-for-v7.3-rc1 for you to fetch changes up to 41a9c2b48e258ed97e9a7153110ab583a2f3145b: MAINTAINERS: configfs: split configfs entry in C and Rust parts (2026-08-24 12:19:13 +0200) ---------------------------------------------------------------- configfs changes for v7.3-rc1 ---------------------------------------------------------------- Andreas Hindborg (1): MAINTAINERS: configfs: split configfs entry in C and Rust parts MAINTAINERS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-)