linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: anton@samba.org, benh@kernel.crashing.org,
	ego@linux.vnet.ibm.com, gromero@linux.vnet.ibm.com,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	matthew.weber@rockwellcollins.com,
	naveen.n.rao@linux.vnet.ibm.com, oss@buserror.net,
	ravi.bangoria@linux.vnet.ibm.com, ruscur@russell.cc,
	tyreld@linux.vnet.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.14-3 tag
Date: Fri, 22 Sep 2017 22:30:09 +1000	[thread overview]
Message-ID: <87mv5mud9q.fsf@concordia.ellerman.id.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 3924 bytes --]

Hi Linus,

Please pull some more powerpc fixes for 4.14.

It turns out our single-fix pull from last week was too good to be true.
I missed a few fixes in that pull that had already come in because I was
on leave, but also we hadn't found the bugs yet. So this week it's a bit
bigger, though not ridiculous. Hopefully things will settle down from
here on.

cheers


The following changes since commit 94686c3c9410403278cea071bac97ed034cf19bd:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2017-09-19 17:05:53 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.14-3

for you to fetch changes up to b537ca6fede69a281dc524983e5e633d79a10a08:

  powerpc/pseries: Fix parent_dn reference leak in add_dt_node() (2017-09-21 19:33:16 +1000)

----------------------------------------------------------------
powerpc fixes for 4.14 #3

Four fixes for the new instruction emulation code. A fix for CPU offline on bare
metal machines when certain idle states are not supported, and a fix for a
device_node refcounting oops during CPU hotplug, caused by recent changes.

Going to stable are a fix for an oops during core dump on machines that have TM
(Transactional Memory) disabled. Reordering some EEH initialisation to avoid
trashing memory, and another device_node refcounting fix.

And a few other minor things.

Thanks to:
  Anton Blanchard, Benjamin Herrenschmidt, Cyril Bur, Gautham R. Shenoy, Gustavo
  Romero, Kamalesh Babulal, Matthew Weber, Matt Weber, Naveen N. Rao, Nicholas
  Piggin, Pavithra Prakash, Ravi Bangoria, Ronak Desai, Scott Wood, Tyrel
  Datwyler.

----------------------------------------------------------------
Anton Blanchard (3):
      powerpc/sstep: Fix issues with set_cr0()
      powerpc/sstep: Fix issues with mcrf
      powerpc/sstep: mullw should calculate a 64 bit signed result

Benjamin Herrenschmidt (1):
      powerpc/eeh: Create PHB PEs after EEH is initialized

Gautham R. Shenoy (1):
      powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline

Gustavo Romero (1):
      powerpc/tm: Flush TM only if CPU has TM feature

Matt Weber (1):
      powerpc/e6500: Update machine check for L1D cache err

Michael Ellerman (2):
      powerpc/configs: Update for CONFIG_SND changes
      Merge branch 'next' of git://git.kernel.org/.../scottwood/linux into fixes

Naveen N. Rao (1):
      powerpc/kprobes: Update optprobes to use emulate_update_regs()

Ravi Bangoria (1):
      powerpc/sysrq: Fix oops whem ppmu is not registered

Tyrel Datwyler (2):
      powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR
      powerpc/pseries: Fix parent_dn reference leak in add_dt_node()

 arch/powerpc/configs/g5_defconfig            |  5 +++--
 arch/powerpc/configs/gamecube_defconfig      |  5 +++--
 arch/powerpc/configs/pasemi_defconfig        |  3 ++-
 arch/powerpc/configs/pmac32_defconfig        |  7 ++++---
 arch/powerpc/configs/ppc64_defconfig         |  7 ++++---
 arch/powerpc/configs/ppc64e_defconfig        |  7 ++++---
 arch/powerpc/configs/ppc6xx_defconfig        |  7 ++++---
 arch/powerpc/configs/wii_defconfig           |  5 +++--
 arch/powerpc/kernel/eeh.c                    |  4 ++++
 arch/powerpc/kernel/eeh_dev.c                | 18 ------------------
 arch/powerpc/kernel/optprobes.c              |  4 +++-
 arch/powerpc/kernel/ptrace.c                 |  2 +-
 arch/powerpc/kernel/traps.c                  | 12 ++++++++++--
 arch/powerpc/lib/sstep.c                     | 23 ++++++++++++-----------
 arch/powerpc/perf/core-book3s.c              |  5 +++++
 arch/powerpc/platforms/powernv/idle.c        |  8 +++++++-
 arch/powerpc/platforms/pseries/dlpar.c       |  1 -
 arch/powerpc/platforms/pseries/hotplug-cpu.c |  6 +++++-
 arch/powerpc/platforms/pseries/mobility.c    |  4 +++-
 19 files changed, 77 insertions(+), 56 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

                 reply	other threads:[~2017-09-22 12:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87mv5mud9q.fsf@concordia.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=anton@samba.org \
    --cc=benh@kernel.crashing.org \
    --cc=ego@linux.vnet.ibm.com \
    --cc=gromero@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=matthew.weber@rockwellcollins.com \
    --cc=naveen.n.rao@linux.vnet.ibm.com \
    --cc=oss@buserror.net \
    --cc=ravi.bangoria@linux.vnet.ibm.com \
    --cc=ruscur@russell.cc \
    --cc=torvalds@linux-foundation.org \
    --cc=tyreld@linux.vnet.ibm.com \
    /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;
as well as URLs for NNTP newsgroup(s).