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 65E541CA81; Sun, 20 Jul 2025 17:47:53 +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=1753033673; cv=none; b=brTk9qBDfUDvC6hKTyZAULwo8dLhrILWT7TA0ei2FZ5Y0bdeTu9TymkkrFp4AsXFmfKrhdkuzGWfuc+wMwV+FxS3+ON9YXFcuDBQJoEakEy25NMQi+BDwuyKPk3AiP2vOqd7Uv9zYYHTGogHaYzLdVrumNhLdEyJGQb6eThXu24= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753033673; c=relaxed/simple; bh=04mb5xS3cF3aZTiHfd2DG0BnChI/bOghUjbkJNj2gv4=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=YbQwGza555XF86nQq7ezYg2jMabODTTOSObqTwsAIcU5nfAktJYePjQtCUPWKU8rbGbkcq77locAZFSmY7NAwV2Leqnln5CIpcqDK5iUlgKGuDiCAKsW2GZnt/2+gWwVYLNTWRaPcwjEpBD7znzQB2vAVEeO7KBPOdqm8OBIqgo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kCz8s7Kk; 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="kCz8s7Kk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49E93C4CEE7; Sun, 20 Jul 2025 17:47:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753033672; bh=04mb5xS3cF3aZTiHfd2DG0BnChI/bOghUjbkJNj2gv4=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=kCz8s7Kk8q8ON6QABEaRKWJCLOuq8JemkDhhm8DCZ5Y+kuoqAqXhW8R/aAaLOuVZ9 gL5Ybkt/eomyw+Hj8ZrBYYW2tUlN+l3sMUKaj+h8NcYr45c+Aiq3gSRunAnQ0gh/cy 28zfQfWjqohOGGAKVCn0VzOFIQI6x35eJUNYvKy764wUTERnWRmza8+5pqT07NZuo6 nxNJIzWO27gVPIhFLxK7r2tcR0GWfzQmP8vV5Q3paXHI/U4tu+dmE2WI/xbJYH/DxI Lh7lIZnl+0qwX7tL5kK1mwgEdvqUl2PCRRc+CsbJJzlXXT2UGOd6l3SDTm+CLjdYAT G/Zdtj0mnwXxw== 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: Sun, 20 Jul 2025 19:47:48 +0200 Message-Id: Subject: Re: [PATCH] rust: io: mem: enable IoRequest doc-tests Cc: "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , , To: "Daniel Almeida" From: "Danilo Krummrich" References: <20250717-topics-tyr-platform_iomem-v15-0-beca780b77e3@collabora.com> <20250717-topics-tyr-platform_iomem-v15-2-beca780b77e3@collabora.com> In-Reply-To: On Sat Jul 19, 2025 at 4:08 PM CEST, Danilo Krummrich wrote: > When introduced, the IoRequest doc-tests did depend on infrastructure > added in subsequent patches, hence they temporarily had to be disabled. > > Now that we have the corresponding platform device infrastructure, > enable them. > > Signed-off-by: Danilo Krummrich Applied to driver-core-testing, thanks!