From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CBC8B168 for ; Wed, 7 Jul 2021 16:18:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=+lL1sMl4UfMHx+4Q9ox8Th4nweqnEiBZaIEXtqzXuvE=; b=YdLIZLt4801AVgythgYqVTxnKI in8mEJRPHaSe7EdZojJLD/h2kCePEjvNjRVn9feeSEmafzNXI7awItFzUTXSWj6Qo9kO9z3W65hxD hkOlKvOQob5/6Pap0cu1h5Uc9uXlklgREf7+il0XwED2ubgta79w8rZwLc4qK85Fpv3I=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1m19ob-00CXKJ-Dc; Wed, 07 Jul 2021 17:50:21 +0200 Date: Wed, 7 Jul 2021 17:50:21 +0200 From: Andrew Lunn To: Miguel Ojeda Cc: Arnd Bergmann , Linus Walleij , Geert Uytterhoeven , Leon Romanovsky , ksummit@lists.linux.dev Subject: Re: [TECH TOPIC] Rust for Linux Message-ID: References: Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: > - Only a single version of `rustc` is supported per kernel release > (until we stop using unstable features), so that at the very least > would cut down things by 7. How does that work with -stable? Are you saying that rust patches which are backported to an earlier kernel also need to be backported to an earlier rustc? Andrew