mbox

Utopic SRU - Fix ppc64el endian issues - LP 1391953

Message ID 1416502917-15820-1-git-send-email-tim.gardner@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-utopic.git

Message

Tim Gardner Nov. 20, 2014, 5:01 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1391953

The following changes since commit 395b3c1b80d65523b14b309351e73a3e6f4bb122:

  ipr: fix compile failure (2014-11-20 14:40:35 +0000)

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-utopic.git 

for you to fetch changes up to 9b0f685884eb81d0c1b26219efcca14be5ebf643:

  powerpc/fadump: Fix endianess issues in firmware assisted dump handling (2014-11-20 10:50:23 -0600)

----------------------------------------------------------------
Bharata B Rao (1):
      powerpc/pseries: Make CPU hotplug path endian safe

Hari Bathini (1):
      powerpc/fadump: Fix endianess issues in firmware assisted dump handling

Michael Neuling (4):
      powerpc/powernv: Check OPAL dump calls exist before using
      powerpc/powernv: Check OPAL elog calls exist before using
      powerpc/powernv: Check OPAL RTC calls exists before using
      powerpc/powernv: Add OPAL check token call

Rusty Russell (2):
      arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs files
      arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs files

Thomas Falcon (4):
      pseries: Fix endian issues in cpu hot-removal
      pseries: Fix endian issues in onlining cpu threads
      powerpc/pseries: Fix endian issues in memory hotplug
      powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info

Vasant Hegde (1):
      powerpc/powernv: Improve error messages in dump code

 arch/powerpc/include/asm/fadump.h               |  52 +++++++++++++++++++++++------------------------
 arch/powerpc/include/asm/opal.h                 |   2 ++
 arch/powerpc/kernel/fadump.c                    | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------
 arch/powerpc/platforms/powernv/opal-dump.c      |  22 +++++++++++++-------
 arch/powerpc/platforms/powernv/opal-elog.c      |   8 ++++++--
 arch/powerpc/platforms/powernv/opal-rtc.c       |  15 +++++++++-----
 arch/powerpc/platforms/powernv/opal-wrappers.S  |   1 +
 arch/powerpc/platforms/pseries/dlpar.c          |  50 ++++++++++++++++++++++++---------------------
 arch/powerpc/platforms/pseries/hotplug-cpu.c    |  14 +++++++------
 arch/powerpc/platforms/pseries/hotplug-memory.c |  36 +++++++++++++++++----------------
 arch/powerpc/platforms/pseries/hvcserver.c      |   4 ++--
 arch/powerpc/platforms/pseries/lpar.c           |  14 +++++++++++--
 arch/powerpc/platforms/pseries/pseries.h        |   3 ++-
 13 files changed, 187 insertions(+), 148 deletions(-)

Comments

Chris J Arges Nov. 20, 2014, 5:41 p.m. UTC | #1
This seems limited to both, BE issues and OPAL checking.
There is only one not clean cherry-pick and it looks like a reasonable
fix to the conflicts.

--chris

On 11/20/2014 11:01 AM, tim.gardner@canonical.com wrote:
> BugLink: http://bugs.launchpad.net/bugs/1391953
> 
> The following changes since commit 395b3c1b80d65523b14b309351e73a3e6f4bb122:
> 
>   ipr: fix compile failure (2014-11-20 14:40:35 +0000)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/rtg/ubuntu-utopic.git 
> 
> for you to fetch changes up to 9b0f685884eb81d0c1b26219efcca14be5ebf643:
> 
>   powerpc/fadump: Fix endianess issues in firmware assisted dump handling (2014-11-20 10:50:23 -0600)
> 
> ----------------------------------------------------------------
> Bharata B Rao (1):
>       powerpc/pseries: Make CPU hotplug path endian safe
> 
> Hari Bathini (1):
>       powerpc/fadump: Fix endianess issues in firmware assisted dump handling
> 
> Michael Neuling (4):
>       powerpc/powernv: Check OPAL dump calls exist before using
>       powerpc/powernv: Check OPAL elog calls exist before using
>       powerpc/powernv: Check OPAL RTC calls exists before using
>       powerpc/powernv: Add OPAL check token call
> 
> Rusty Russell (2):
>       arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs files
>       arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs files
> 
> Thomas Falcon (4):
>       pseries: Fix endian issues in cpu hot-removal
>       pseries: Fix endian issues in onlining cpu threads
>       powerpc/pseries: Fix endian issues in memory hotplug
>       powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info
> 
> Vasant Hegde (1):
>       powerpc/powernv: Improve error messages in dump code
> 
>  arch/powerpc/include/asm/fadump.h               |  52 +++++++++++++++++++++++------------------------
>  arch/powerpc/include/asm/opal.h                 |   2 ++
>  arch/powerpc/kernel/fadump.c                    | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------
>  arch/powerpc/platforms/powernv/opal-dump.c      |  22 +++++++++++++-------
>  arch/powerpc/platforms/powernv/opal-elog.c      |   8 ++++++--
>  arch/powerpc/platforms/powernv/opal-rtc.c       |  15 +++++++++-----
>  arch/powerpc/platforms/powernv/opal-wrappers.S  |   1 +
>  arch/powerpc/platforms/pseries/dlpar.c          |  50 ++++++++++++++++++++++++---------------------
>  arch/powerpc/platforms/pseries/hotplug-cpu.c    |  14 +++++++------
>  arch/powerpc/platforms/pseries/hotplug-memory.c |  36 +++++++++++++++++----------------
>  arch/powerpc/platforms/pseries/hvcserver.c      |   4 ++--
>  arch/powerpc/platforms/pseries/lpar.c           |  14 +++++++++++--
>  arch/powerpc/platforms/pseries/pseries.h        |   3 ++-
>  13 files changed, 187 insertions(+), 148 deletions(-)
> 
>
Tim Gardner Nov. 20, 2014, 7:28 p.m. UTC | #2