From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 90D292D29C2 for ; Sat, 20 Sep 2025 10:45:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758365129; cv=none; b=XTgYORlpQvmXvqyTUVs2083Hb6oCUiwDASj+JFoiT+ZOS37b+M1AQuviHWTQWAeOyf4DZIkhiluYIVrc1SvqWDURZz/2s39+XgO6KFG073SfMSW8KlHdJqhsjhnawfkHF6QQkV2lrwMVecQob11ho1UOLP+SFmYR70NtCWDeugo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758365129; c=relaxed/simple; bh=9FBRBNmQKD1qx9s6fFAIIvlo6mswgMC96yaMrXtfAKg=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=GvQd2GkJ7nalQ/dmfMCTyvtS4wyGSTaOcgC/kCtYXfiedIMwCptlYdEeh+N07VtykvnPvmQJ7lz5/S/+Q8udHG4IJfWX6LCZ81ssDoSb3D6A1A7GyscgqoZaqR8+4qr/OlWDqdFNABL5AChIwjoXM63o2CEARieFpApviqSLSFU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ugUXhu6b; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ugUXhu6b" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1E12C4CEEB; Sat, 20 Sep 2025 10:45:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758365129; bh=9FBRBNmQKD1qx9s6fFAIIvlo6mswgMC96yaMrXtfAKg=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=ugUXhu6bvglOm9XI1NQvxKAopUlVxfpuOYq/BNEq6u3rvR61gms3kNcj7TSp6sJsA r0TUo6aowfpwHOkWLIdoal9yYKh0bXpkmetXoagceM31INxyVJAwyQuQHdf3VQRkOk KCSB8ekdNxho5Slc6GaIPgH1JIjF7u8crV8z8EyOH/vVCY+t0G5KGRDheL4dN3EP1l zrgYC/9oP+buU2b38+bt0zYI+J9b8Zs85nbNMOb8XGxwV5mhkEMSXDjniXH7ZqfyNX oPgOXivTjZdYB5z7o1pKWVyVTPK1mVs5yn/khmM/APNuCz9Xk2E9od/JRG/jHksw/U UawycNgyMTa7w== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 20 Sep 2025 12:45:25 +0200 Message-Id: Cc: "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" , Subject: Re: [PATCH v3 00/11] `Zeroable` improvements & bindings integration From: "Benno Lossin" To: "Miguel Ojeda" X-Mailer: aerc 0.21.0 References: <20250814093046.2071971-1-lossin@kernel.org> In-Reply-To: On Mon Sep 8, 2025 at 2:04 PM CEST, Miguel Ojeda wrote: > On Thu, Aug 14, 2025 at 11:31=E2=80=AFAM Benno Lossin = wrote: >> >> rust: add `pin-init` as a dependency to `bindings` and `uapi` >> rust: derive `Zeroable` for all structs & unions generated by bindgen >> where possible >> rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with >> `pin_init::zeroed()` > > Applied these #1, #2 and #11 to `rust-next` -- thanks everyone! > > [ Formatted comment. - Miguel ] > > The others should be able to go in independently -- I would recommend > submitting them separately. I don't have the time to see all the other patches through, but I've opened an issue for users to resend the patches on my behalf: https://github.com/Rust-for-Linux/linux/issues/1189 --- Cheers, Benno