From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta1.migadu.com (out-180.mta1.migadu.com [95.215.58.180]) (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 2B6D33D0BE7 for ; Mon, 13 Jul 2026 08:48:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783932515; cv=none; b=tRXdrhxFdbueCZA6goD9BZzz5T3y4Z94S8tr23A1G/d/XDWfEuI8nbYAQWYYP9KMS85brqam9k55EgAh5LSY2iKEUYnB4kszYv9u16LYCLJYI/1uWeC2Tsd2iJkCW8xJJEe4p7eJ2E3yLGmPw1IeUbdx/Yr44+UrnKXg8u+MwNs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783932515; c=relaxed/simple; bh=BWNH+b+gVTgbSUB8suyA5dE6r5GkLqsKddLzlmNjUZg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Bhu6KpXN92cFPeSJ/Jqgbb9p8Ickj7PrnnturNyFEnXM3h8WxjoEuonlpehsD/Z3XATsqBySQjpOUJ5lK+5Mzc9P/kvZZuhdoNfNas6QjNfL7Qw9K1eTMbD4wK8yR3d52yKoaaKn9lR4ygTlgqYdboVJmTDKUoHcloGK7KCbapg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=T5/QGkKu; arc=none smtp.client-ip=95.215.58.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="T5/QGkKu" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783932491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GQlgXP7bj8bfTDjYknZjTJi5ysGxhStqQgrMWEWotTo=; b=T5/QGkKux4oRzWiz0v1dlhnIq9/TTeccaPXaIXG1RKQQN1W/8VMTI6h0trrs7uuLyg0x66 WFpRHrrjbcJ7iVNdp2+/ucPBVn8kOi04fn0ljSUrxkgZ2DYozojIRSrt7Skde9XYDLsZnw xfiRE5qPtburcUDvr7r2kc1MzqmqAqc= Date: Mon, 13 Jul 2026 16:47:13 +0800 Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs To: Alice Ryhl Cc: Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Trevor Gross , Danilo Krummrich , Luis Chamberlain , Petr Pavlu , Daniel Gomez , Sami Tolvanen , Aaron Tomlin , Greg Kroah-Hartman , "Rafael J. Wysocki" , David Airlie , Simona Vetter , Daniel Almeida , Arnd Bergmann , Brendan Higgins , David Gow , Rae Moar , Breno Leitao , Jens Axboe , Dave Ertman , Leon Romanovsky , Igor Korotin , FUJITA Tomonori , Bjorn Helgaas , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , =?UTF-8?Q?Arve_Hj=C3=B8nnev=C3=A5g?= , Todd Kjos , Christian Brauner , Carlos Llamas , rust-for-linux@vger.kernel.org, linux-modules@vger.kernel.org, driver-core@lists.linux.dev, dri-devel@lists.freedesktop.org, nova-gpu@lists.linux.dev, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org References: <20260713-fix-fops-owner-v8-0-2495cfa82d47@linux.dev> <20260713-fix-fops-owner-v8-10-2495cfa82d47@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alvin Sun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 7/13/26 16:16, Alice Ryhl wrote: > On Mon, Jul 13, 2026 at 02:45:31PM +0800, Alvin Sun wrote: >> Module types now live in `rust/kernel/module.rs` alongside >> `rust/kernel/module_param.rs`. Update the MODULE SUPPORT file pattern >> from `rust/kernel/module_param.rs` to `rust/kernel/module*.rs` so both >> files are covered. >> >> Cc: Petr Pavlu >> Assisted-by: opencode:glm-5.2 >> Link: https://lore.kernel.org/rust-for-linux/8ea21b29-9baf-4926-a16f-7d21c5a1a1b8@suse.com >> Signed-off-by: Alvin Sun >> --- >> MAINTAINERS | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index e035a3be797c4..74733de3e41ee 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -17984,7 +17984,7 @@ F: include/linux/module*.h >> F: kernel/module/ >> F: lib/test_kmod.c >> F: lib/tests/module/ >> -F: rust/kernel/module_param.rs >> +F: rust/kernel/module*.rs >> F: rust/macros/module.rs >> F: scripts/module* >> F: tools/testing/selftests/kmod/ > Is there a reason why this is a separate commit from the commit that > introduces rust/kernel/module.rs file? Gary asked the same on v6; `git log` shows MAINTAINERS changes are conventionally standalone commits with a `MAINTAINERS: ` prefix, so I kept it separate. Gary agreed [1]. [1]: https://lore.kernel.org/rust-for-linux/DJJ26195JBS9.D3DNLZPRJYO4@garyguo.net/ Best regards, Alvin > > Alice