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 5485AC433EF for ; Sat, 7 May 2022 08:15:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383661AbiEGITJ (ORCPT ); Sat, 7 May 2022 04:19:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238744AbiEGITG (ORCPT ); Sat, 7 May 2022 04:19:06 -0400 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E478C99 for ; Sat, 7 May 2022 01:15:20 -0700 (PDT) Received: by mail-pj1-x1031.google.com with SMTP id cx11-20020a17090afd8b00b001d9fe5965b3so12778552pjb.3 for ; Sat, 07 May 2022 01:15:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=xXMo3Iu7KrrtaTJNja1MGuo4fFLfSoIDMgbn2nLpUdo=; b=aB3QfVlpaiIgXfJVGa7V+xBdgjQvqYuHrEHa44Lugwxotnhmu7SYRcLLaANWk71r7Z pj3AAOtEcShLdlyWi5orxLvllFG0gItB9nAOqfTlgDjuD/iOCgN8swAhV0TJGNdEtGoj SWjIiHyeSoakBw0OKka4o4zUdMj/KvNxrvNB8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=xXMo3Iu7KrrtaTJNja1MGuo4fFLfSoIDMgbn2nLpUdo=; b=dzkpwCj03K5G6QfG1rEV3QjuOGaFAbOCo4HOr6YBPMq3EaKXgOcdR61MlalX5Ic9bu PlRVHoDIiJwtqNb69W3ImSJfR5QWJnWvBldunjtTRx+5IEjqxZt71pvji0Fi2DsmAXGf DJ8YF/OEQ2ZqdcgF1Qx24pOUnIo+x2butqkIug8wj7psv4e8UlsmaLN/iWzFjCe4VNsg kdx183zTmBZgGFilRTGBMtwa/yEJv2sxnHDOHviQLOWF+xvFhapGCdjQq9kW4qlENkep rutVHUtXONyTEkeA2JwrbNZFUt5YUGs9hBOzP7GVfAfnjYxtUJIp6IAFvNA13xYpk5b7 WWZw== X-Gm-Message-State: AOAM5323LadM2vt3nYo7xEbTTTV+U1V5dY1Et5o1OgfoOpiZboaHIhYX W6uGOGcY9Vc4FpwHa6l2lpD/XA== X-Google-Smtp-Source: ABdhPJydSfltgLSAmZDq14SURGTE/xbPPqsxlO5JsmHDH/lqhJQlNRUXyO6s6VCoKMx3frkX+VykWg== X-Received: by 2002:a17:902:7597:b0:15e:b5d3:267d with SMTP id j23-20020a170902759700b0015eb5d3267dmr7774306pll.55.1651911320431; Sat, 07 May 2022 01:15:20 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id q1-20020a056a00084100b005107da0f34csm2981701pfk.20.2022.05.07.01.15.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 May 2022 01:15:20 -0700 (PDT) Date: Sat, 7 May 2022 01:15:19 -0700 From: Kees Cook To: Miguel Ojeda Cc: Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Jarkko Sakkinen , Alex Gaynor , Finn Behrens , Adam Bratschi-Kaye , Wedson Almeida Filho , Michael Ellerman , Sven Van Asbroeck , Wu XiangCheng , Gary Guo , Boris-Chengbiao Zhou , Yuki Okushi , Wei Liu , Daniel Xu , Julian Merkle , Jonathan Corbet , Masahiro Yamada , Michal Marek , Nick Desaulniers , linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH v6 18/23] docs: add Rust documentation Message-ID: <202205070114.88C59DF@keescook> References: <20220507052451.12890-1-ojeda@kernel.org> <20220507052451.12890-19-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220507052451.12890-19-ojeda@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 07, 2022 at 07:24:16AM +0200, Miguel Ojeda wrote: > Most of the documentation for Rust is written within the source code > itself, as it is idiomatic for Rust projects. This applies to both > the shared infrastructure at `rust/` as well as any other Rust module > (e.g. drivers) written across the kernel. > > However, these documents contain general information that does not > fit particularly well in the source code, like the Quick Start guide. > > It also contains an asset (SVG logo) used for the `rustdoc` target > and a few other small changes elsewhere in the documentation folder. I like the docs! :) It'll be interesting to see how we can grow cross-linking between rustdoc and kerndoc. Reviewed-by: Kees Cook -- Kees Cook