From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 4765B28D83F; Mon, 24 Nov 2025 14:55:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763996152; cv=none; b=aMC8vqKpVI7WEBndiuGE8DWkNpvNpQJJgISks7+vLeM/6XhMnqv6F/Y1NzefO4bt+5frCo9gW0vVzxzBC5PqDe0ZYVbn2Gt7idgKBpYAB8HrwxH/Xi1s/JapVgfy1UEj/5+iz3o1x/ZrKl9ZF7gko9Ia/TJ52Ls2P1gdQuRvHF8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763996152; c=relaxed/simple; bh=m/EMQcaEGUR84bDn+PjKjts6tBgCLFLgBQ4an6zPvaE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K9IASNPDhIlPQxhlAqoCRE0XaoNV8i2kcfD/WtkWnOdLDtim+78mjUXmEGj1O/kVtrurqGkjztRra0UNqudXPInpqfPu5rR1gWBiX3+6ma1TcgQLDiR9driYPIVKg5DjHtfhi29IfLUqmvluO8/1PgFK307hEEHHUiFTv3MscHI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=hvTwx4nD; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="hvTwx4nD" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=Ecx5UUb338upKmBZxHmlmJZBMGzHH+jrv0oSxjw0ZtU=; b=hvTwx4nD6yYb+g61F27bX3YTgu NFD5WP828tU2N5T3xFVRtK4tpUKtd2PENwcNHxGwdHKWoOtfTuPinLcVjx7C+M5mX+PJuQtJdTDn8 A4JRYWAxiV30aFBbMLVnRy5zdKrxWHO4UpOBlFAe9/X5/JN4DKDJjsieu/CO9s9FTn4AeNWCa8McF R95B72D8qDMe1Po6OumdtvDBvOhUByXURENaIw5hMD+nfjfcHqb+EhFjYIIzQ2WeVIdyIdt8Wel09 z1palUcWjkcPVVDIfPd92MicRnFtlnAwmqRXoL5SehoRYwxLi3bB5hafA0sNYpO4VRe74ZI9bLaKH CsksPiMg==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vNXyj-000000078Mi-01oN; Mon, 24 Nov 2025 14:55:45 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 80C1D3002A6; Mon, 24 Nov 2025 15:55:44 +0100 (CET) Date: Mon, 24 Nov 2025 15:55:44 +0100 From: Peter Zijlstra To: Miguel Ojeda Cc: Boqun Feng , Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Linux Kernel Mailing List , Linux Next Mailing List , ojeda@kernel.org, Danilo Krummrich , Alexandre Courbot , nouveau@lists.freedesktop.org, Alice Ryhl Subject: Re: linux-next: build failure after merge of the tip tree Message-ID: <20251124145544.GU3245006@noisy.programming.kicks-ass.net> References: <20251124231644.38d0303b@canb.auug.org.au> <20251124123249.GP4067720@noisy.programming.kicks-ass.net> <20251124144714.GT3245006@noisy.programming.kicks-ass.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Nov 24, 2025 at 03:51:46PM +0100, Miguel Ojeda wrote: > On Mon, Nov 24, 2025 at 3:47 PM Peter Zijlstra wrote: > By the way, I have had this patch around for RANDSTRUCT a long time: > > https://lore.kernel.org/rust-for-linux/20241119185747.862544-1-ojeda@kernel.org/ > > More than glad if someone confirms it works for them... /me mumbles something about using clang to inject C IR into the Rust thing and kicking bindgen to the curb :-)