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 3732D16B3B7; Wed, 18 Jun 2025 19:48:56 +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=1750276137; cv=none; b=t/8IpKt/nPx47KiDCFuUt2GWeIfOdG14opMahuSlrUC/LeAtj9HwzgBhQXOVNckx2oqH3M7o5aSPhVCFxXs6Zzrc+eXpKZhnotn9jhUHWLID9blrppSa/NChTx2NVLM9m8imVQyWjpd46VDMrPnJ4iZbvkls44RXSxLG1k54ho4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750276137; c=relaxed/simple; bh=FZzI6adUeBKtCN+hzD8CtOSpXbsit36US1Vf9DPcRbA=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=f/LduGVGuXAAk8dQTO7qgV5JLnNs6PTbqX5B9scZWnE9lroy+8sOQH4eyvrz06Dw5nMb8fxSS9kUrlMf2UAW6O6AZT2oBrVoh/f8QUnQCnPELIU+qK7YE27QpbL4NEvIIPWVFQ+koNsZV3JL+TNWsxXjM5x+sV2XiH6dP22dLXQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t3VipRQm; 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="t3VipRQm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46789C4CEE7; Wed, 18 Jun 2025 19:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750276136; bh=FZzI6adUeBKtCN+hzD8CtOSpXbsit36US1Vf9DPcRbA=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=t3VipRQmRHZ0SY2shy6+Z2DyfeCr5nQC5ufVuHdyU5Ph0N/Q8B8XSlaW4GVjvBF5H zt58EQHyOb7rgRQqgS77g38xj96QVVqn2tVlyJo/lnWus6bTZcWvBLuYQPGrTHCOl1 tHPSEvNUTU2gYqAoHB8nTqwagVRbyt66J6HwYP6jqJzi9Ko/ky3pKp3Qoy3MUrtC/c gN9Y8j4o00uyYi5ymdpmAiucvaEYpIRRxW6iyDl8ogNrEInT7qI0LaNi8gQF5m0K1u 1EfAh5t+fqTaX+uBDcHEF649gTaAsCH1Lj0sBG9xMr46NA6JBuX9Ue7613qTU4a476 idbdsT8OTLXrA== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 18 Jun 2025 21:48:50 +0200 Message-Id: Cc: "Trevor Gross" , "Adam Bratschi-Kaye" , , , , "Petr Pavlu" , "Sami Tolvanen" , "Daniel Gomez" , "Simona Vetter" , "Greg KH" , "Fiona Behrens" , "Daniel Almeida" , Subject: Re: [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample From: "Benno Lossin" To: "Andreas Hindborg" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Alice Ryhl" , "Masahiro Yamada" , "Nathan Chancellor" , "Luis Chamberlain" , "Danilo Krummrich" , "Nicolas Schier" X-Mailer: aerc 0.20.1 References: <20250612-module-params-v3-v13-0-bc219cd1a3f8@kernel.org> <20250612-module-params-v3-v13-5-bc219cd1a3f8@kernel.org> In-Reply-To: <20250612-module-params-v3-v13-5-bc219cd1a3f8@kernel.org> On Thu Jun 12, 2025 at 3:40 PM CEST, Andreas Hindborg wrote: > Showcase the rust module parameter support by adding a module parameter t= o > the `rust_minimal` sample. > > Signed-off-by: Andreas Hindborg Reviewed-by: Benno Lossin --- Cheers, Benno > --- > samples/rust/rust_minimal.rs | 10 ++++++++++ > 1 file changed, 10 insertions(+)