From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36907 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934201AbbEOUqU (ORCPT ); Fri, 15 May 2015 16:46:20 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1FC6920969 for ; Fri, 15 May 2015 16:46:20 -0400 (EDT) Date: Fri, 15 May 2015 13:46:18 -0700 From: Greg KH To: "George G. Davis" Cc: stable@vger.kernel.org, Dirk Behme , Lv Zheng , Bob Moore , "Rafael J. Wysocki" , "George G. Davis" Subject: Re: [PATCH 4/4] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. Message-ID: <20150515204618.GB20376@kroah.com> References: <1431466102-8276-1-git-send-email-ggdavisiv@gmail.com> <1431466102-8276-5-git-send-email-ggdavisiv@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431466102-8276-5-git-send-email-ggdavisiv@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, May 12, 2015 at 05:28:22PM -0400, George G. Davis wrote: > From: Lv Zheng > > commit 1d0a0b2f6df2bf2643fadc990eb143361eca6ada upstream. > > ACPICA commit b60612373a4ef63b64a57c124576d7ddb6d8efb6 > > For physical addresses, since the address may exceed 32-bit address range > after calculation, we should use 0x%8.8X%8.8X instead of ACPI_PRINTF_UINT > and ACPI_FORMAT_UINT64() instead of > ACPI_FORMAT_NATIVE_UINT()/ACPI_FORMAT_TO_UINT(). > > This patch also removes above replaced macros as there are no users. > > This is a preparation to switch acpi_physical_address to 64-bit on 32-bit > kernel builds. > > Link: https://github.com/acpica/acpica/commit/b6061237 > Signed-off-by: Lv Zheng > Signed-off-by: Bob Moore > Signed-off-by: Rafael J. Wysocki > Signed-off-by: Dirk Behme > Signed-off-by: George G. Davis Can you also provide a backport for this for 3.10 as well? thanks, greg k-h