public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "George G. Davis" <ggdavisiv@gmail.com>
Cc: stable@vger.kernel.org, Dirk Behme <dirk.behme@gmail.com>,
	Lv Zheng <lv.zheng@intel.com>, Bob Moore <robert.moore@intel.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"George G. Davis" <george_davis@mentor.com>
Subject: Re: [PATCH 1/4] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.
Date: Thu, 14 May 2015 18:43:40 -0700	[thread overview]
Message-ID: <20150515014340.GA24543@kroah.com> (raw)
In-Reply-To: <1431466102-8276-2-git-send-email-ggdavisiv@gmail.com>

On Tue, May 12, 2015 at 05:28:19PM -0400, George G. Davis wrote:
> From: Lv Zheng <lv.zheng@intel.com>
> 
> 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 <lv.zheng@intel.com>
> Signed-off-by: Bob Moore <robert.moore@intel.com>
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
> Signed-off-by: George G. Davis <george_davis@mentor.com>
> ---
>  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

  reply	other threads:[~2015-05-15  1:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 21:28 [PATCH 0/4] Fix v3.14.41 ARCH=i386 ACPI build warnings George G. Davis
2015-05-12 21:28 ` [PATCH 1/4] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address George G. Davis
2015-05-15  1:43   ` Greg KH [this message]
2015-05-15 15:01     ` George G. Davis
2015-05-12 21:28 ` [PATCH 2/4] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR() George G. Davis
2015-05-12 21:28 ` [PATCH 3/4] ACPICA: Utilities: Cleanup to convert physical address printing formats George G. Davis
2015-05-15 20:41   ` Greg KH
2015-05-18 19:39     ` [PATCH 3.10 v2 1/2] " George G. Davis
2015-05-18 19:39       ` [PATCH 3.10 v2 2/2] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers George G. Davis
2015-05-12 21:28 ` [PATCH 4/4] " George G. Davis
2015-05-15 20:46   ` Greg KH
2015-05-19 10:57 ` [PATCH 0/4] Fix v3.14.41 ARCH=i386 ACPI build warnings Luis Henriques

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150515014340.GA24543@kroah.com \
    --to=greg@kroah.com \
    --cc=dirk.behme@gmail.com \
    --cc=george_davis@mentor.com \
    --cc=ggdavisiv@gmail.com \
    --cc=lv.zheng@intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robert.moore@intel.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox