Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1455110pxy; Thu, 29 Apr 2021 07:28:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHp8P4ULyVVvsqhLncx/cwp5zEu1d3CZ/PdkHodrd39th3tJjkGD07qYCPuBqEsR3qjDR8 X-Received: by 2002:a50:c44f:: with SMTP id w15mr18612003edf.79.1619706510993; Thu, 29 Apr 2021 07:28:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619706510; cv=none; d=google.com; s=arc-20160816; b=y8JQzuRv89qJ0/FKrIE38UgscjmlAIWLxO0pdiD1nG2C6B/LgoeMhutzbk1o5IPXje LzwTjuYCAqYb5jLLWq24SEX1tJ402toyvHuMv29VmeNhmv8HYmEPh3gQcOJOT1L5V3hZ kaUwsgpF/LAe33xQ57/xEQd5uEKCljpucfN5EIqjWR0X5fVB1RACSxFrxInex9hll8oW IfxTzdeyvDy7DWEbW0vDU8WdbCnTHaBaWcAYjvnDV/xacXrxULmPPL8xXOVnKNYytYav 2MKGyqCKtsTdSTS6C6W8wahj1UOPQWaeefBBu9YZ/3yIKeBvV/Xr6xjoyBDvK6jzAfV6 qnRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=N+P8L2GpWkr/rIlz9Sw7W6xeZAewGiDB2FaC9KytnqY=; b=QJLMujQHu1dP/Bs4RZHKiMaGtk2MK8H3iTdbH2IGYeWEUy0+drur6odX0+ymZhAgqb EjeAio+nl1af5fcpDHBGA7t12ntU4xdv+brtCkemlXtO3HTV2eM1zXOwGN2KAdmzze++ FDrtlvulNdXLoCTnzK3vroTe+zgvg7Lh6HLOvwBE5KHIr5+LpxSJndQB5jCN+5shtMDB m+DYdZQq6CSOxOCYVBaSDJsq/qM6/psalsJMME7zN7bVuxvCIhfEZSYLhpxGfYw6gLc2 N0zlb4fvIIqr/dFAznXCYAzkfr+UDQQzPFoolf6PZlgWrIc5caEs/j/Y8vizMvFKMRHy hnwA== 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 12si111136ejj.165.2021.04.29.07.28.07; Thu, 29 Apr 2021 07:28:30 -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 S240098AbhD2O1L (ORCPT + 99 others); Thu, 29 Apr 2021 10:27:11 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:52791 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233862AbhD2O1K (ORCPT ); Thu, 29 Apr 2021 10:27:10 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 13TEQGj7013528; Thu, 29 Apr 2021 16:26:16 +0200 Date: Thu, 29 Apr 2021 16:26:16 +0200 From: Willy Tarreau To: Sven Van Asbroeck Cc: mceier+kernel@gmail.com, Kajetan Puchalski , Miguel Ojeda , Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, Linux Kbuild mailing list , Linux Doc Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH 00/13] [RFC] Rust support Message-ID: <20210429142616.GA11709@1wt.eu> References: <20210414184604.23473-1-ojeda@kernel.org> <878s51e3jc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 29, 2021 at 10:13:23AM -0400, Sven Van Asbroeck wrote: > On Thu, Apr 29, 2021 at 10:06 AM Mariusz Ceier wrote: > > > > Let's assume the hipothetical corporation wants to add some > > proprietary stuff to the kernel and avoid sharing the code > > Wouldn't Greg KH be itching to remove such patches from the kernel? If > they made it in, in the first place. That's not what he was saying, he's saying the code could be distributed (i.e. on the company's github repo for example) to comply with GPL though they wouldn't care about getting it merged (like plenty of crappy vendors today). But the point is irrelevant since this can already be done using, say, clang which is already capable of building the kernel and where such extensions could already be added. I.e. that's just a non-argument, let's move along. Willy