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 CED0AC7EE22 for ; Wed, 10 May 2023 18:38:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232671AbjEJSiV (ORCPT ); Wed, 10 May 2023 14:38:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229586AbjEJSiU (ORCPT ); Wed, 10 May 2023 14:38:20 -0400 X-Greylist: delayed 89465 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 10 May 2023 11:38:18 PDT Received: from out-54.mta0.migadu.com (out-54.mta0.migadu.com [IPv6:2001:41d0:1004:224b::36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCBB140C2 for ; Wed, 10 May 2023 11:38:18 -0700 (PDT) Date: Wed, 10 May 2023 14:38:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683743896; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9f16k8ugHd8TbHIknd+R/Y5QclruUAGhKmWgAXEE0bc=; b=D3oRsxvmkQY1mxNLlNW0FpR0fUunv/20Vv6EW6wc+RmZlyv6b3QBmfdcYbQdbMFjiHvtv9 3sHxggWM+YnMKcbwD4mDLxMPhWxV88Xj8En8LtNemq3fzX1hhwAfl6va3ADANqJ0KOAWee WjcrQ5TBDRSRirx1o/2b+1HemkOWfow= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Miguel Ojeda Cc: TruongSinh Tran-Nguyen , rust-for-linux@vger.kernel.org, Wedson Almeida Filho , linux-bcachefs@vger.kernel.org, Andreas Hindborg Subject: Re: [PATCH] chore(util): minimal Rust build example Message-ID: References: <20230503065354.19071-1-i@truongsinh.pro> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Wed, May 10, 2023 at 07:59:03PM +0200, Miguel Ojeda wrote: > On Wed, May 10, 2023 at 5:30 AM TruongSinh Tran-Nguyen wrote: > > > > I have another question. When working on user-space, I'm used to cargo > > dependency management, but I assume it's not possible when doing > > kernel development. Specifically, for the immediately next PR, I need > > to use these 2 crates (and their artifacts) > > Please see https://rust-for-linux.com/third-party-crates (I just uploaded it). Has cargo vendor been getting discussed?