From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:34829 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422897AbbEOBnm (ORCPT ); Thu, 14 May 2015 21:43:42 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 240DF209BE for ; Thu, 14 May 2015 21:43:42 -0400 (EDT) Date: Thu, 14 May 2015 18:43:40 -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 1/4] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address. Message-ID: <20150515014340.GA24543@kroah.com> References: <1431466102-8276-1-git-send-email-ggdavisiv@gmail.com> <1431466102-8276-2-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-2-git-send-email-ggdavisiv@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, May 12, 2015 at 05:28:19PM -0400, George G. Davis wrote: > From: Lv Zheng > > commit f254e3c57b9d952e987502aefa0804c177dd2503 upstream. > > ACPICA commit 7d9fd64397d7c38899d3dc497525f6e6b044e0e3 > > OSPMs like Linux expect an acpi_physical_address returning value from > acpi_find_root_pointer(). This triggers warnings if sizeof (acpi_size) doesn't > equal to sizeof (acpi_physical_address): > drivers/acpi/osl.c:275:3: warning: passing argument 1 of 'acpi_find_root_pointer' from incompatible pointer type [enabled by default] > In file included from include/acpi/acpi.h:64:0, > from include/linux/acpi.h:36, > from drivers/acpi/osl.c:41: > include/acpi/acpixf.h:433:1: note: expected 'acpi_size *' but argument is of type 'acpi_physical_address *' > This patch corrects acpi_find_root_pointer(). > > Link: https://github.com/acpica/acpica/commit/7d9fd643 > 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 > --- > drivers/acpi/acpica/tbxfroot.c | 7 ++++--- > include/acpi/acpixf.h | 2 +- > 2 files changed, 5 insertions(+), 4 deletions(-) Why shouldn't this patch also be in 4.0-stable? I don't want to take patches in one tree and not others. Same for the other patches in this series. thanks, greg k-h