From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CA2203F076B; Thu, 9 Jul 2026 08:15:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783584916; cv=none; b=DR6yMv3D17AW5GcQP5wFvtOFnkNYRdaWjp2dH0i1G+b8FnT3m8W4hL4kR45rLri41slKHb8caWLeb+4M2Ywdy/TWmquvMwxKnNzJIL7Th5K0HH8+CWkKS0iah1/sfbV0By9ixrKCREWtD1XxtG5QsJyHSpYdZDarePzv6UHNXcg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783584916; c=relaxed/simple; bh=Rs3JW60QJsUA7wEX6GU4ii01e56914j3KMkq2TX4Pj8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BDRdpMergPoh3mpkWCgZwK+itlomv2fZls1eQlXvZ7K/ez3JYiT8/6RPtaA6wyl/ak5dFn482LxHmWs0nx+zBiLJaCK+xFVOs1EU0NcS55nCTiVhefyOj1ShVlOVocbvE12P3Er4DNLyqq3cOIvztCs9NV65qfFnRKkD54ew6DA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Received: from 8bytes.org (p200300f6af4fc500c39e96c98da8598f.dip0.t-ipconnect.de [IPv6:2003:f6:af4f:c500:c39e:96c9:8da8:598f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 8D5E02035C2; Thu, 9 Jul 2026 10:15:09 +0200 (CEST) Date: Thu, 9 Jul 2026 10:15:08 +0200 From: Joerg Roedel To: =?utf-8?Q?Nicol=C3=A1s?= Antinori Cc: Will Deacon , Alexandre Courbot , Alice Ryhl , Andreas Hindborg , Benno Lossin , =?utf-8?B?QmrDtnJu?= Roy Baron , Boqun Feng , Daniel Almeida , Danilo Krummrich , Gary Guo , Miguel Ojeda , Onur =?utf-8?B?w5Z6a2Fu?= , Robin Murphy , Shuah Khan , Tamir Duberstein , Trevor Gross , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, iommu@lists.linux.dev, linux-kernel-mentees@lists.linux.dev Subject: Re: [PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed Message-ID: References: <20260629201046.423464-1-nico.antinori.7@gmail.com> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260629201046.423464-1-nico.antinori.7@gmail.com> On Mon, Jun 29, 2026 at 05:10:41PM -0300, Nicolás Antinori wrote: > rust/kernel/iommu/pgtable.rs | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks.