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 1971FC77B7C for ; Fri, 12 May 2023 05:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239779AbjELFeD (ORCPT ); Fri, 12 May 2023 01:34:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229655AbjELFeC (ORCPT ); Fri, 12 May 2023 01:34:02 -0400 Received: from out-39.mta1.migadu.com (out-39.mta1.migadu.com [IPv6:2001:41d0:203:375::27]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D141420F for ; Thu, 11 May 2023 22:34:01 -0700 (PDT) Date: Fri, 12 May 2023 01:33:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683869638; 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: in-reply-to:in-reply-to:references:references; bh=UO9NIpTkZZgJLBAVfn8oHY8/ZtP6+weDk8RulHur5pA=; b=mS4cwxjKk0gw1cbSG6QVa0xp2tKL38B7YiM7h421kVwMhEDfQ/CivJE8D274dP+1cx57Rm yNhBf3z3U0QbRvztoeTVAwrflYtoGm5k5Ta/RHS1GFBs5mSlxZ2S+ffcXeT78dU5F0liyH quCT9clxZQ6UY91PlKdqFBr3nXQPk+4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: TruongSinh Tran-Nguyen Cc: Miguel Ojeda , 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: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Thu, May 11, 2023 at 09:39:34PM -0700, TruongSinh Tran-Nguyen wrote: > > What's your use case? > > https://github.com/koverstreet/bcachefs-tools/blob/master/cmd_migrate.c > for example, includes several syscall and kernel uAPIs. Assuming in > the far future, > some/all of the APIs are written in Rust. This seems like something for quite a long ways off, unless I'm misunderstanding what you're trying to do right now?