Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp512823ybt; Fri, 10 Jul 2020 05:51:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEVmW7YFLnxv2SfC9WSzmxhoFa+pjVuieAuH9kwR5O2kzLopWIsuJt21cYAhKun+BHi9EB X-Received: by 2002:a17:906:abd6:: with SMTP id kq22mr63753319ejb.458.1594385470087; Fri, 10 Jul 2020 05:51:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594385470; cv=none; d=google.com; s=arc-20160816; b=ZenjJ0w0uajv5QpOCXi+5lPBY/JikfKuLtQyvKXYdTTv9L7eRZLqZl3NrUWJcg2SrC hQ1uheBeMr3RITbJcTVrOinkPU1WQSRDVimDGa2ylDvjdWmvSG/DU1aGEKwZEEcZl0zK LmNCjZzLpfWX+ty+lPZEzVL66liVJG9zayyT6A4RuURmUcf9fEOhQBIIpu1C7KDf7J/c 9douNhZdNn5ABSd8f7uZqtDZ/dET3hou5bjrRm1TxUXNEv0C3MvpDLwzWnIdlKOsYAjy W03CyPKj66AIB2kfv1ckRzI5sC7kxGD84VVcZE/dge8UUmc4bmP/NsuzNwDvENBVQD9E gTqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5V4LqHROZFJvO89BsCcNeYv+UyDxXSVb8TmI1BmOOhw=; b=WyQhhEVyyw2qKBorMmLYysH/UCtkncAQ0PUVwto/L75FmNNmwcqkzOLHoqoFnRSMN9 M+ZyCFUKRSCqRnpCV/tRtvoJRD6J76qA51tfPeun53q0BZ2O8ww1a09lyA5wCil1sE8g upPLXxlZ5CV+nU7KQiHtQZkPJ0Rkh172rG/fsvo+JX/zd03LdGk88XdUHSD9F5vhYMTe sXWa4rUyK1085GAxRcTSUdrRexSyt4ecOh+fA2U7d4tAq9sVernw/3JqrDxbFIHWpwRe CRyoJtz7C2njwgi+wT/xsOXYWEqc5+ED11xc7QqpkSrpkMX/UJliZBysI6gTG3Dl02dO 8hqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c89si4097000edf.35.2020.07.10.05.50.46; Fri, 10 Jul 2020 05:51:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727061AbgGJMuh (ORCPT + 99 others); Fri, 10 Jul 2020 08:50:37 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:47066 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726896AbgGJMug (ORCPT ); Fri, 10 Jul 2020 08:50:36 -0400 Received: from ip5f5af08c.dynamic.kabel-deutschland.de ([95.90.240.140] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jtsTv-0005O8-3s; Fri, 10 Jul 2020 12:50:23 +0000 Date: Fri, 10 Jul 2020 14:50:22 +0200 From: Christian Brauner To: Nick Desaulniers Cc: alex.gaynor@gmail.com, Greg KH , geofft@ldpreload.com, jbaublitz@redhat.com, Masahiro Yamada , Linus Torvalds , Miguel Ojeda , Josh Triplett , Steven Rostedt , LKML , clang-built-linux , keescook@chromium.org Subject: Re: Linux kernel in-tree Rust support Message-ID: <20200710125022.alry7wkymalmv3ge@wittgenstein> References: <20200710062803.GA1071395@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200710062803.GA1071395@kroah.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 10, 2020 at 08:28:03AM +0200, Greg KH wrote: > On Thu, Jul 09, 2020 at 11:41:47AM -0700, Nick Desaulniers wrote: > > Hello folks, > > I'm working on putting together an LLVM "Micro Conference" for the > > upcoming Linux Plumbers Conf > > (https://www.linuxplumbersconf.org/event/7/page/47-attend). It's not > > solidified yet, but I would really like to run a session on support > > for Rust "in tree." I suspect we could cover technical aspects of > > what that might look like (I have a prototype of that, was trivial to > > wire up KBuild support), but also a larger question of "should we do > > this?" or "how might we place limits on where this can be used?" > > > > Question to folks explicitly in To:, are you planning on attending plumbers? > > > > If so, would this be an interesting topic that you'd participate in? > > Yes, I'll be there. We actually had this dicussion a while back and there were some more people interested in this. I'd be interested to attend this and I've spoken with Kees and a few others about this topic at last Plumbers (I think Greg might have been around for this informal discussion as well. But I might be imagining things.). Christian