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 6A14FC6379F for ; Sun, 15 Jan 2023 03:00:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230404AbjAODAS (ORCPT ); Sat, 14 Jan 2023 22:00:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230391AbjAODAR (ORCPT ); Sat, 14 Jan 2023 22:00:17 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DACEC5241; Sat, 14 Jan 2023 19:00:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 97BFDB80A1F; Sun, 15 Jan 2023 03:00:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43769C4339E; Sun, 15 Jan 2023 03:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673751613; bh=bFt4YyLZX3/rsuJcCaW/XUF1jJTkYU+iSnk+mOJWZAc=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=cnokAca9jqyPnzNzziv8PiziNAlvm5bdxgipQ6Tfs3kBMybKuZTs4new4FZODbned 8sFO3zww5fD3KhHKwIOWFfvgDfd7XxU1VCbGNu8QiGeH0q5chjb+R+KkoonkYPdCfJ MAmrx+ti4sugCc0Qn1NKDZb2/HouW3iT3Fl+qeYAzo4FND0+TDcNfbIDAqFgxoODLr hCjVXNHyzVJsBODPuLTp4Yj3kLzyYZ69aNC8vt8k5zlv2Tpa6YC0Z1RiF/EYXIOREK pvlS1Tx5gkOBNIG4NfBZtwX1gU+4io6KUZ3Fukv9dbMXNjXd5tKKrr9JAoX+tYNY53 iAa64CdeGoGYg== Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-15ebfdf69adso8755635fac.0; Sat, 14 Jan 2023 19:00:13 -0800 (PST) X-Gm-Message-State: AFqh2ko2sH/7yySKQy7ZnLUcsODMfFOaK9hF2TkYimUsE78uUw5DJSps Pxs5uIjKBuMiU8LBTpMNvIUjQ5i+SxPNk3HXMp8= X-Google-Smtp-Source: AMrXdXtag8LojjjmvIbOa2XBgTbaRTmcJdZZtQWLHPjWioe6kI27FrmC2/fiB8BfkJo1AtDhkgE8aR/uCRps3wqhkPc= X-Received: by 2002:a05:6870:80ce:b0:15f:1e44:71fd with SMTP id r14-20020a05687080ce00b0015f1e4471fdmr78632oab.194.1673751612406; Sat, 14 Jan 2023 19:00:12 -0800 (PST) MIME-Version: 1.0 References: <20230109204520.539080-1-ojeda@kernel.org> In-Reply-To: From: Masahiro Yamada Date: Sun, 15 Jan 2023 11:59:36 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang` To: Miguel Ojeda Cc: Miguel Ojeda , linux-kbuild@vger.kernel.org, Nathan Chancellor , Nick Desaulniers , Nicolas Schier , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev, Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Jonathan Corbet , linux-doc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Sat, Jan 14, 2023 at 8:13 AM Miguel Ojeda wrote: > > On Thu, Jan 12, 2023 at 7:05 AM Masahiro Yamada wrote: > > > > Yes, I can take this, but the doc change > > is independent of the rest, and will not conflict with > > any Kbuild changes. > > > > So, you can apply this one to your tree. > > The doc change is not fully independent: this patch is first because > the next commit uses the fact that the documentation is written (to > point the user to it), and the commit message mentions this. > > Not a big deal, but it would look better if all are in at once. > > Cheers, > Miguel Now I think it is better to ask you to pick up my patch [1] and apply all of this patch set in your tree since you are adding bigger changes. [1]: https://patchwork.kernel.org/project/linux-kbuild/patch/20230109061436.3146442-1-masahiroy@kernel.org/ -- Best Regards Masahiro Yamada