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 4D61233EC for ; Tue, 27 Sep 2022 15:25:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67493C433C1; Tue, 27 Sep 2022 15:25:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664292317; bh=NN12VhHjFRPu7Bm3kKqa96S+jNdxm0Yjw0C0XnYgsEw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=awB7h+aUiT+R2D+IfWDIbqJ6WHEII/SB9gOTxEBD5byb8ojz9T8qJ0VeZsCfcQ0X5 ZaNj/zqW08UoFFJkp57Jc+mCq4GRzMoOEGmZHsJzSHkdR6WVsrtTcyeR13tCIS/kqg ELSeuwVPuMB8f8itJejRJKgaAPSYeLYNQsI6rhDQ= Date: Tue, 27 Sep 2022 17:25:15 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Linus Torvalds , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Kees Cook , Alex Gaynor , Finn Behrens , Wedson Almeida Filho , Milan Landaverde , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron Subject: Re: [PATCH v10 26/27] samples: add first Rust examples Message-ID: References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-27-ojeda@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927131518.30000-27-ojeda@kernel.org> On Tue, Sep 27, 2022 at 03:14:57PM +0200, Miguel Ojeda wrote: > The beginning of a set of Rust modules that showcase how Rust > modules look like and how to use the abstracted kernel features. > > It also includes an example of a Rust host program with > several modules. > > These samples also double as tests in the CI. > > Reviewed-by: Kees Cook > Co-developed-by: Alex Gaynor > Signed-off-by: Alex Gaynor > Co-developed-by: Finn Behrens > Signed-off-by: Finn Behrens > Co-developed-by: Wedson Almeida Filho > Signed-off-by: Wedson Almeida Filho > Co-developed-by: Milan Landaverde > Signed-off-by: Milan Landaverde > Signed-off-by: Miguel Ojeda Reviewed-by: Greg Kroah-Hartman