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 7F6D5320A31; Fri, 23 Jan 2026 08:42:35 +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=1769157755; cv=none; b=C5tCiEZSvorASv/CELjyGIqXVWkeAAKGRkOcvI/y+ENUw1uweXFvlvAXQeyVdizUYOq4ErzYLKgLt+8P+ZngLXkALUfPB7RrQZ7Wnu028SJixnGTftNWoNvrSyBPokgBSabxIBqKjWBcLzYEQRSxLPfZ3hyD1amddFE9GCh9a7E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769157755; c=relaxed/simple; bh=S/zXxDEYmCUkDscKgbWaYUEDm0jge4sk1pPwprWhnbc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mmYzIlm4e6ae7XTWvXcJTE9wJiaWPU81l8RA1CXUWqPgHwoOMtAYA0IS4QhoDPZ/sTzh+rXUF0ikAuyohBMhG5iG/JJ6Ge70x2jmGALw0m/zGSc4Wj31cCb2mOof5DqWDJ3PYsqAYjuz59FZhy/9xfP1dXCEwIw2ANjyQwuQcAc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dOga/W/m; 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="dOga/W/m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED97CC4CEF1; Fri, 23 Jan 2026 08:42:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769157755; bh=S/zXxDEYmCUkDscKgbWaYUEDm0jge4sk1pPwprWhnbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dOga/W/mDRkFC6X9CJ0Qbt/kQOExGTnEQQibfgW1GLSexg5OeqDhJML8FE0IKLTSX 6lvobBcB+PepvPcoVO9JQ9Y453OzTJpkEP0rHmtxKbO1HTva4fmV7SQAV4hsSr8Ld4 akRsQGML8xCDbnrGyFQ3T3RCop/s2ap29sHDD/BLyFjXridmr4q0Kg2W0OkNVN3xbq ufF2jS9hnvZ2HmehQSk131jzS+sPzfhkeEKaYccwo6Srq6NoO45wiLaIVJ1GfzHb45 h97opOnbERX31UuZ3GeIAXoqV1/IoN7EB9GkP5fN/7IsIa6spdsTVv170XcaIKaBIt gaLigMDagTDFw== Date: Fri, 23 Jan 2026 09:42:29 +0100 From: Lorenzo Pieralisi To: Thomas Gleixner , "Rafael J. Wysocki" Cc: Len Brown , Robert Moore , Hanjun Guo , Sudeep Holla , Marc Zyngier , Bjorn Helgaas , Jonathan Cameron , linux-acpi@vger.kernel.org, acpica-devel@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v3 0/6] irqchip/gic-v5: Code first ACPI boot support Message-ID: References: <20260115-gicv5-host-acpi-v3-0-c13a9a150388@kernel.org> <87sec30yhk.ffs@tglx> <87pl751zeh.ffs@tglx> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jan 20, 2026 at 11:16:00AM +0100, Lorenzo Pieralisi wrote: > On Mon, Jan 19, 2026 at 02:54:14PM +0100, Thomas Gleixner wrote: > > On Mon, Jan 19 2026 at 09:19, Lorenzo Pieralisi wrote: > > > On Sun, Jan 18, 2026 at 03:47:03PM +0100, Thomas Gleixner wrote: > > > I think the simplest way to sort this out is for this series to go via > > > the ACPI tree if that's OK for Thomas, given that the ACPICA code will > > > go via the ACPI tree anyway and there are other dependencies on it there > > > I assume (this series is fairly self-contained). > > > > I'm fine with that > > > > Acked-by: Thomas Gleixner > > Thank you Thomas, Rafael I hope that works for you too, please let me know > if there is anything I can/should do. Hi Rafael, forgive me for another ping, can you please let me know whether you can pull this series on top of acpica changes for v7.0 or it needs to take a different route ? Thanks a lot, Lorenzo