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 X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30A7FC07E9B for ; Wed, 7 Jul 2021 12:50:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11A3A61CBB for ; Wed, 7 Jul 2021 12:50:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231583AbhGGMxh (ORCPT ); Wed, 7 Jul 2021 08:53:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:51260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231553AbhGGMxh (ORCPT ); Wed, 7 Jul 2021 08:53:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BE7B661CB9; Wed, 7 Jul 2021 12:50:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625662257; bh=T/6V7NtYw3XVHDWvfHf4Ig60ns9m+Gj7S40AvwV9oUc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dYwgToOUKqm8DuqD6KeEvfvNqe2bnxaVxDlbLMweNFLsJOosRTB9b7nRBJFFlg5mK adbH8TiIwoHjU6ZNpqEbBuOMhmg9/Z2L9XELPjdJ4f2tDv944k6AjiPLJ+ZqsEceVZ MAE7RCSV73ldkbFqDNVCOdW981CEA4jfSZhQVti8= Date: Wed, 7 Jul 2021 14:50:54 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Christoph Hellwig , Miguel Ojeda , Linus Torvalds , rust-for-linux , Linux Kbuild mailing list , Linux Doc Mailing List , linux-kernel Subject: Re: [PATCH 00/17] Rust support Message-ID: References: <20210704202756.29107-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Wed, Jul 07, 2021 at 02:33:57PM +0200, Miguel Ojeda wrote: > Now, if you are OK with non-hardware modules, you can take a look at > Rust Binder (last patch in the series) which is a non-trivial module > and it is already working. Cool, does it actually pass the binder self-tests that the Android systems have for the codebase? Last I looked at this thing, it was not feature-complete compared to the in-kernel binder code, has that been resolved and the needed filesystem changes added? thanks, greg k-h