From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 009B235BDAB; Tue, 18 Nov 2025 16:13:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763482402; cv=none; b=OQnSjHeDQAGwr8VuQw4aWffVDMmAWdgMefE+mWo8a3AEbwhxkAPZJmhDogWp1v2PvgGjOgsJtOEhtb+UMDpcvQZF+9hi0O55FlfPpzMXzSwtFe51CQAJy1yx63iSY7f5vaAtH3AUaXgMdvBK4EOf56Qavls+y7/RHsQDl9IKX+g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763482402; c=relaxed/simple; bh=8SQcYD7vn5bIbT5g0C1x6amg2xRf8cF1WVvfD1H0Pz8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jcdjfNqE14/vWg/hjHfs4Wq1G5QoyjPoq+CZIlEIJUkfbgY6nbrb5tCxlDTeoJc9IG+GaEYjsORXCxPaOxL9AYh9aHyNIXi/Vl5Vf4eI/XGZP7sPT3fQKMvJ4a9p0MZh/7vrP8YF7Y+pxj8QQH3I/0DePOou1Qr7or75o2GgvAI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5F851FEC; Tue, 18 Nov 2025 08:13:12 -0800 (PST) Received: from arm.com (arrakis.cambridge.arm.com [10.1.197.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9177C3F740; Tue, 18 Nov 2025 08:13:14 -0800 (PST) Date: Tue, 18 Nov 2025 16:13:11 +0000 From: Catalin Marinas To: "Rafael J. Wysocki" Cc: Ben Horgan , james.morse@arm.com, amitsinght@marvell.com, baisheng.gao@unisoc.com, baolin.wang@linux.alibaba.com, bobo.shaobowang@huawei.com, carl@os.amperecomputing.com, dakr@kernel.org, dave.martin@arm.com, david@redhat.com, dfustini@baylibre.com, fenghuay@nvidia.com, gregkh@linuxfoundation.org, gshan@redhat.com, guohanjun@huawei.com, jeremy.linton@arm.com, jonathan.cameron@huawei.com, kobak@nvidia.com, lcherian@marvell.com, lenb@kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, lpieralisi@kernel.org, peternewman@google.com, quic_jiles@quicinc.com, robh@kernel.org, rohit.mathew@arm.com, scott@os.amperecomputing.com, sdonthineni@nvidia.com, sudeep.holla@arm.com, tan.shaopeng@fujitsu.com, will@kernel.org, xhao@linux.alibaba.com, Shaopeng Tan , Zeng Heng Subject: Re: [PATCH v5 08/34] ACPI: Define acpi_put_table cleanup handler and acpi_get_table_ret() helper Message-ID: References: <20251117170014.4113754-1-ben.horgan@arm.com> <20251117170014.4113754-9-ben.horgan@arm.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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Rafael, On Mon, Nov 17, 2025 at 08:46:52PM +0100, Rafael J. Wysocki wrote: > On Mon, Nov 17, 2025 at 6:01 PM Ben Horgan wrote: > > +static inline struct acpi_table_header *acpi_get_table_ret(char *signature, u32 instance) > > Maybe call this acpi_get_table_pointer() ? Would you have time to look at the other ACPI patches in the series? If you are ok with them, happy to go in via the arm64 tree? Or we can put them on a common branch if there are conflicts with your tree. Thanks. -- Catalin