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 3E73928C2D1; Fri, 15 Aug 2025 12:07:51 +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=1755259672; cv=none; b=ORF2QoDaEcNoAXxalGKObeZ79y6mY3vX2zLreOSaMPkssi66od42nNy3MiOjgMsLiQpo4UMtb8Il+4CpCuw3oCM2arj4l5GYSOTf40cpfcQfVaMTWrURBjVmld5liD5XieDmPiy58qItEdSQmdEF202uNdK3U0ujpGdp0EkrLSc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755259672; c=relaxed/simple; bh=w/1NYHzKPiJ6Ykf5EvlcG+mpnVFELfM3RBiTz54s/e8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=jJSjkK0L3DSq8PBeMGMdc4L/xXGxcglLipLEcnTpUehddUq7a05I9fqX23UFimbH5crPUf/kR7z9Mp2uiJlv1SvPdsMhwuYSoE73t6xLBjaeTGnE5/IiYDGV3sqF8g495HCNeMz1+mqGVTP/YQtz9CGZ1PwqKRh6j1hzynrfcx0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CE5lmPqr; 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="CE5lmPqr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EFA2DC4CEF0; Fri, 15 Aug 2025 12:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755259671; bh=w/1NYHzKPiJ6Ykf5EvlcG+mpnVFELfM3RBiTz54s/e8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=CE5lmPqrxR2QIrfHBRxSo9NSBNdvUMl0OMa9web5NQIQkWAaeeQqCt48qeP+6AZj7 ST8kMoiKh19DJTqsPLw5Hf4YvcuStRUTuKnYqeBMsyg2rSLtDzNSn4cnChn2g/4+LZ ZthBGzBwkTa6czF2fG+S0Rw++kypK7qeZg/LCobX7LAYltMOUKFzRdWYDYCNMAPNYb UfqWQjRx88ucyZnqWDZnKn/hFeK6/CK5O7wkpDJ+EfXgwbE5ijR80PPnKxhbvfmRLa fa3WM9Gf9OiLFpasJ2faamJGgpm9TcZTsHpTnNPPWgxwF3uECm5VdKf046MXYr3xim vJscr9fUfWEvw== From: Andreas Hindborg To: Daniel Almeida , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn?= Roy Baron , Alice Ryhl , Trevor Gross , Danilo Krummrich , Greg Kroah-Hartman , "Rafael J. Wysocki" , Thomas Gleixner , Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Benno Lossin Cc: linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-pci@vger.kernel.org, Joel Fernandes , Dirk Behme , Daniel Almeida Subject: Re: [PATCH v9 1/7] rust: irq: add irq module In-Reply-To: <20250811-topics-tyr-request_irq2-v9-1-0485dcd9bcbf@collabora.com> References: <20250811-topics-tyr-request_irq2-v9-0-0485dcd9bcbf@collabora.com> <5J2HACgtf13EIyol1Y7WVkA9WmIkndC_1Zjuu1itq_KQjmc8xdbDGxR0_8YVeYXVtfqwbkbDllcXSSAPQ073cw==@protonmail.internalid> <20250811-topics-tyr-request_irq2-v9-1-0485dcd9bcbf@collabora.com> Date: Fri, 15 Aug 2025 14:02:55 +0200 Message-ID: <87zfc0dc7k.fsf@t14s.mail-host-address-is-not-set> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Daniel Almeida" writes: > Add the IRQ module. Future patches will then introduce support for IRQ > registrations and handlers. > > Reviewed-by: Alice Ryhl > Tested-by: Joel Fernandes > Tested-by: Dirk Behme > Signed-off-by: Daniel Almeida Reviewed-by: Andreas Hindborg Best regards, Andreas Hindborg