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 D7B9EC433FE for ; Mon, 9 May 2022 22:37:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231785AbiEIWld (ORCPT ); Mon, 9 May 2022 18:41:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiEIWlc (ORCPT ); Mon, 9 May 2022 18:41:32 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 269061F7E35; Mon, 9 May 2022 15:37:38 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:3d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9ED4D732; Mon, 9 May 2022 22:37:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 9ED4D732 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1652135857; bh=+K/p8aJYKppOfVB/2Lds90/8PmBqo1/rz5gWoyZ5boc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FtmTZGc2LhZRGi+Lb1lomHQMGAmfneipznhz/s9NSAqpbZEVldkNbPzHoZ9mmO9Cv ebbMwOUDuKYR4AH+UiWRt2dr1Sdu4Ywp1PUr1upzbuYb7aTDqfuzqEORTY3/YZqVG6 cT5HOYKtNhyGwgWVHU5ko6/0KbQyjn604SF728Sditw1ovlJiGCcmURqlKUP4uGqt1 naxPvLosAkPK4hM8xGpeqWV+/p7eRkPVurfyMXmXBpoVMltbYvEY89Xd/ZdRKuVT5+ Qyk8EgecFVKYlO2gOolAM5VgZquswCMjiapglTJaW0HEuAILvqSooM+QglyacUDKDo NaLpDWt1y0qoQ== From: Jonathan Corbet To: Akira Yokosawa , Miguel Ojeda Cc: Miguel Ojeda , Alex Gaynor , Adam Bratschi-Kaye , Boris-Chengbiao Zhou , Wu XiangCheng , Daniel Xu , Gary Guo , Greg KH , Jarkko Sakkinen , Yuki Okushi , Linux Doc Mailing List , Linux Kbuild mailing list , linux-kernel , Masahiro Yamada , Julian Merkle , Finn Behrens , Michal Marek , Michael Ellerman , Nick Desaulniers , rust-for-linux , Sven Van Asbroeck , Linus Torvalds , Wedson Almeida Filho , Wei Liu Subject: Re: [PATCH v6 18/23] docs: add Rust documentation In-Reply-To: <92a7010c-5bb2-65df-edde-0ca88e035c2e@gmail.com> References: <20220507052451.12890-19-ojeda@kernel.org> <7e9c2e77-8b70-6e15-3f3d-905ab42b0fcd@gmail.com> <92a7010c-5bb2-65df-edde-0ca88e035c2e@gmail.com> Date: Mon, 09 May 2022 16:37:36 -0600 Message-ID: <8735hicoy7.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org Akira Yokosawa writes: > [+To: Jon] > > On Mon, 9 May 2022 12:41:28 +0200, > Miguel Ojeda wrote: >> Hi Akira, >> >> On Mon, May 9, 2022 at 6:02 AM Akira Yokosawa wrote: >>> >>> I think you agreed splitting SVG part into its own patch with >>> a proper copying info, etc. Let me see... So, here is the link: >> >> Yes, sorry, will do (in fact, it should have been there in v5 too). >> >> By the way, the Linux SVG logo (used to make the one here) is pending >> in the linux-doc ML. > > So you mean the following post: > > https://lore.kernel.org/lkml/20220207014418.GA28724@kernel.org/ > > I'm not sure why Jon has not responded. > > Jon, was there any issue on this patch? Yeah, but the issues are all with me :) Please accept my apologies for letting it slip through the cracks. Looking at it now, though, I hesitate to add the logo (and another COPYING file) in the top-level Documentation directory - I'd really rather people not have to pick through a bunch of unrelated stuff to find the actual docs they want. I'd recommend we make a Documentation/images (or .../assets or whatever) and put things like logos there. Disagree? If not, could I get a version of the patch that does that? I promise not to set on it for three months this time... Thanks, jon