All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	linuxppc dev list <linuxppc-dev@lists.ozlabs.org>
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.8-4 tag
Date: Mon, 29 Aug 2016 14:44:00 +1000	[thread overview]
Message-ID: <1472445840.2889.99.camel@kernel.crashing.org> (raw)

Hi Linus !

So my appologies for being a lousy replacement maintainer while Michael
is on vacation ... this was meant to be sent early last week, but I
has a change pending on one of the fixes and other things made me forget
all about. Ugh.

This is my first signed-tag and use of 2fa so I hope I got it all right...
I tried to use the same format Michael uses for the tag etc...

We have some misc fixes for powerpc 4.8. Some trivial bits and some
regressions, and a trivial cleanup or two that I saw no point in letting
rot in patchwork.

Cheers,
Ben.

The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:

  Linux 4.8-rc3 (2016-08-21 16:14:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.8-4

for you to fetch changes up to 78a3e8889b4b6b99775ed954696ff3e017f5d19b:

  powerpc: signals: Discard transaction state from signal frames (2016-08-29 12:48:40 +1000)

----------------------------------------------------------------

Andrew Donnellan (1):
      cxl: use pcibios_free_controller_deferred() when removing vPHBs

Andrzej Hajda (1):
      powerpc/powernv/pci: fix iterator signedness

Boqun Feng (1):
      powerpc, hotplug: Avoid to touch non-existent cpumasks.

Christophe Leroy (1):
      powerpc: sysdev: cpm: fix gpio save_regs functions

Cyril Bur (1):
      powerpc: signals: Discard transaction state from signal frames

Guenter Roeck (1):
      powerpc: cputhreads: Add missing include file

Markus Elfring (3):
      drivers/macintosh: Delete owner assignment
      powerpc/512x: Delete unnecessary assignment for the field "owner"
      powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"

Mauricio Faria de Oliveira (1):
      powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)

Michael Ellerman (1):
      powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-support

Mukesh Ojha (1):
      powerpc/powernv : Drop reference added by kset_find_obj()

Nicholas Piggin (3):
      powerpc/pseries: PACA save area fix for general exception vs MCE
      powerpc/pseries: PACA save area fix for MCE vs MCE
      powerpc/tm: do not use r13 for tabort_syscall

Paolo Bonzini (1):
      powerpc: move hmi.c to arch/powerpc/kvm/

Paul Gortmaker (1):
      powerpc: migrate exception table users off module.h and onto extable.h

 Documentation/powerpc/transactional_memory.txt     |  2 ++
 arch/powerpc/include/asm/cputhreads.h              |  1 +
 arch/powerpc/include/asm/hmi.h                     |  2 +-
 arch/powerpc/include/asm/paca.h                    | 12 +++++---
 arch/powerpc/include/asm/pci-bridge.h              |  1 +
 arch/powerpc/kernel/Makefile                       |  2 +-
 arch/powerpc/kernel/entry_64.S                     | 12 ++++----
 arch/powerpc/kernel/exceptions-64s.S               | 29 ++++++++++++++---
 arch/powerpc/kernel/kprobes.c                      |  2 +-
 arch/powerpc/kernel/pci-common.c                   | 36 ++++++++++++++++++++++
 arch/powerpc/kernel/prom_init.c                    |  9 ++++--
 arch/powerpc/kernel/signal_32.c                    | 14 +++++++++
 arch/powerpc/kernel/signal_64.c                    | 14 +++++++++
 arch/powerpc/kernel/smp.c                          |  2 +-
 arch/powerpc/kernel/traps.c                        |  3 +-
 arch/powerpc/kvm/Makefile                          |  1 +
 arch/powerpc/{kernel/hmi.c => kvm/book3s_hv_hmi.c} |  0
 arch/powerpc/mm/fault.c                            |  2 +-
 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c      |  1 -
 arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c     |  1 -
 arch/powerpc/platforms/embedded6xx/holly.c         |  2 +-
 arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c  |  2 +-
 arch/powerpc/platforms/powernv/opal-dump.c         |  7 ++++-
 arch/powerpc/platforms/powernv/opal-elog.c         |  7 ++++-
 arch/powerpc/platforms/powernv/pci-ioda.c          |  2 +-
 arch/powerpc/platforms/pseries/pci.c               |  4 +++
 arch/powerpc/platforms/pseries/pci_dlpar.c         |  7 +++--
 arch/powerpc/sysdev/cpm1.c                         |  6 ++--
 arch/powerpc/sysdev/cpm_common.c                   |  3 +-
 arch/powerpc/sysdev/fsl_rio.c                      |  2 +-
 drivers/macintosh/ams/ams-i2c.c                    |  1 -
 drivers/macintosh/windfarm_pm112.c                 |  1 -
 drivers/macintosh/windfarm_pm72.c                  |  1 -
 drivers/macintosh/windfarm_rm31.c                  |  1 -
 drivers/misc/cxl/vphb.c                            | 10 +++++-
 drivers/pci/host-bridge.c                          |  1 +
 36 files changed, 160 insertions(+), 43 deletions(-)
 rename arch/powerpc/{kernel/hmi.c => kvm/book3s_hv_hmi.c} (100%)

             reply	other threads:[~2016-08-29  4:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-29  4:44 Benjamin Herrenschmidt [this message]
2016-08-29 19:15 ` [GIT PULL] Please pull powerpc/linux.git powerpc-4.8-4 tag Linus Torvalds
2016-08-29 22:08   ` Benjamin Herrenschmidt

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=1472445840.2889.99.camel@kernel.crashing.org \
    --to=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.