From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DE7CC25B08 for ; Wed, 17 Aug 2022 20:28:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241907AbiHQU2S (ORCPT ); Wed, 17 Aug 2022 16:28:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241317AbiHQU2R (ORCPT ); Wed, 17 Aug 2022 16:28:17 -0400 Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3ACACE9 for ; Wed, 17 Aug 2022 13:28:12 -0700 (PDT) Received: by mail-pj1-x102b.google.com with SMTP id w11-20020a17090a380b00b001f73f75a1feso2864975pjb.2 for ; Wed, 17 Aug 2022 13:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=hT1mtmbXceJ51lQvB4DLzgKYpjDNa0L4N/kK3oT5iSo=; b=Alg7m2vCIvNQH6u/5J92QO95fXKnwPm0c54ozf9T/TnSTEtENcRnf6hhUF8VDUPvX/ m5u/gYEuiJ2nuHA3Dd7NCs4rUZSiR3my0SvXT66bhA+TtPKi9iFc5a8eTQR+Y0algK19 9IFXyqQCtfBgfsapNbx90XVFNDVhOjytnRgRY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=hT1mtmbXceJ51lQvB4DLzgKYpjDNa0L4N/kK3oT5iSo=; b=n4Z09mCeSZdiNiKRDYfzWFynC6ccmR6gSSRvuDSz7yLAaT9Zc5QnOY+OqgOjbo9hvK +IZxO2rKvNEvHXTTDj36CEUdiZiH9gscxOonjR4ctMiUANauFw2P/TiC+amZN2mvtqqt /T8zdw64F6VpLeIp2vTUAbLDj/+1pRPKKQUhBrE1igaK08r3lJ6SSom0XhDHrK+uyq6w ihfEo2zaCD9f8xCuubJib5/iKJSGU5lrN+I6XqptGIpLX2EuXc6a5fX0Olk3iEZXpwQN I0karvVWnDPfrIT2EPnkiu7aJSaPkLWASWsYaPzpOrlm1G8mudoInldMNFd2/6yKlRqB +94A== X-Gm-Message-State: ACgBeo3eiYd6R8yPmeiwyQ06yaMtHLGf3DaW+2jB5K5IjxE0G+Utr7I0 L4VY/8RlJsWdwNsFDGAjXeB/Dg== X-Google-Smtp-Source: AA6agR5lm+SAcceTecvESsUi3A+nQ2mXl4Fx0wTRiYvIuUCLBGgHZKgPMytipREue+HPDcXtmsKPNw== X-Received: by 2002:a17:90a:dc15:b0:1fa:c517:7f14 with SMTP id i21-20020a17090adc1500b001fac5177f14mr964231pjv.117.1660768092268; Wed, 17 Aug 2022 13:28:12 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id q1-20020a170902f34100b001636d95fe59sm326452ple.172.2022.08.17.13.28.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 13:28:11 -0700 (PDT) Date: Wed, 17 Aug 2022 13:28:10 -0700 From: Kees Cook To: Miguel Ojeda Cc: Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Alex Gaynor , Finn Behrens , Wedson Almeida Filho , Milan Landaverde , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron Subject: Re: [PATCH v9 26/27] samples: add first Rust examples Message-ID: <202208171328.E0DC29D0D@keescook> References: <20220805154231.31257-1-ojeda@kernel.org> <20220805154231.31257-27-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220805154231.31257-27-ojeda@kernel.org> Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Fri, Aug 05, 2022 at 05:42:11PM +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. > > Co-developed-by: Alex Gaynor > Signed-off-by: Alex Gaynor Reviewed-by: Kees Cook -- Kees Cook