From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44620 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934085AbbEOUlT (ORCPT ); Fri, 15 May 2015 16:41:19 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 53C3A209FC for ; Fri, 15 May 2015 16:41:19 -0400 (EDT) Date: Fri, 15 May 2015 13:41: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 3/4] ACPICA: Utilities: Cleanup to convert physical address printing formats. Message-ID: <20150515204118.GA20376@kroah.com> References: <1431466102-8276-1-git-send-email-ggdavisiv@gmail.com> <1431466102-8276-4-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-4-git-send-email-ggdavisiv@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, May 12, 2015 at 05:28:21PM -0400, George G. Davis wrote: > From: Lv Zheng > > commit cc2080b0e5a7c6c33ef5e9ffccbc2b8f6f861393 upstream. > > ACPICA commit 7f06739db43a85083a70371c14141008f20b2198 > > For physical addresses, since the address may exceed 32-bit address range > after calculation, we should use %8.8X%8.8X (see ACPI_FORMAT_UINT64()) to > convert the %p formats. > > This is a preparation to switch acpi_physical_address to 64-bit on 32-bit > kernel builds. > > Link: https://github.com/acpica/acpica/commit/7f06739d > Signed-off-by: Lv Zheng > Signed-off-by: Bob Moore > Signed-off-by: Rafael J. Wysocki > Signed-off-by: Dirk Behme > [gdavis: Apply changes to drivers/acpi/acpica/{tbutils,tbxfload}.c] > Signed-off-by: George G. Davis Can you provide a backported version of this for 3.10? thanks, greg k-h