LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	mikey@neuling.org, npiggin@gmail.com, oohall@gmail.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.15-7 tag
Date: Mon, 15 Jan 2018 09:27:50 +1100	[thread overview]
Message-ID: <87k1wkaxeh.fsf@concordia.ellerman.id.au> (raw)

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

Hi Linus,

Please pull some more powerpc fixes for 4.15, sorry these are so late.

The following changes since commit ecb101aed86156ec7cd71e5dca668e09146e6994:

  powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR (2018-01-02 21:12:33 +1100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.15-7

for you to fetch changes up to 6e032b350cd1fdb830f18f8320ef0e13b4e24094:

  powerpc/powernv: Check device-tree for RFI flush settings (2018-01-10 21:27:16 +1100)

----------------------------------------------------------------
powerpc fixes for 4.15 #7

One fix for an oops at boot if we take a hotplug interrupt before we are ready
to handle it.

The bulk is patches to implement mitigation for Meltdown, see the change logs
for more details.

Thanks to:
  Nicholas Piggin, Michael Neuling, Oliver O'Halloran, Jon Masters, Jose Ricardo
  Ziviani, David Gibson.

----------------------------------------------------------------
Michael Ellerman (4):
      powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ
      Merge branch 'topic/ppc-kvm' into fixes
      powerpc/64s: Add support for RFI flush of L1-D cache
      powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti

Michael Neuling (2):
      powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
      powerpc/pseries: Query hypervisor for RFI flush settings

Nicholas Piggin (5):
      powerpc/64: Add macros for annotating the destination of rfid/hrfid
      powerpc/64s: Simple RFI macro conversions
      powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNEL
      powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNEL
      powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL

Oliver O'Halloran (1):
      powerpc/powernv: Check device-tree for RFI flush settings

 arch/powerpc/include/asm/exception-64e.h  |   6 ++
 arch/powerpc/include/asm/exception-64s.h  |  57 ++++++++++++-
 arch/powerpc/include/asm/feature-fixups.h |  13 +++
 arch/powerpc/include/asm/hvcall.h         |  17 ++++
 arch/powerpc/include/asm/paca.h           |  10 +++
 arch/powerpc/include/asm/plpar_wrappers.h |  14 +++
 arch/powerpc/include/asm/setup.h          |  13 +++
 arch/powerpc/kernel/asm-offsets.c         |   5 ++
 arch/powerpc/kernel/entry_64.S            |  44 ++++++++--
 arch/powerpc/kernel/exceptions-64s.S      | 137 +++++++++++++++++++++++++++---
 arch/powerpc/kernel/setup_64.c            | 101 ++++++++++++++++++++++
 arch/powerpc/kernel/vmlinux.lds.S         |   9 ++
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   |   9 +-
 arch/powerpc/kvm/book3s_rmhandlers.S      |   7 +-
 arch/powerpc/kvm/book3s_segment.S         |   4 +-
 arch/powerpc/lib/feature-fixups.c         |  41 +++++++++
 arch/powerpc/platforms/powernv/setup.c    |  49 +++++++++++
 arch/powerpc/platforms/pseries/dlpar.c    |  21 ++++-
 arch/powerpc/platforms/pseries/pseries.h  |   2 +
 arch/powerpc/platforms/pseries/ras.c      |   3 +-
 arch/powerpc/platforms/pseries/setup.c    |  35 ++++++++
 21 files changed, 561 insertions(+), 36 deletions(-)

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

                 reply	other threads:[~2018-01-14 22:28 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=87k1wkaxeh.fsf@concordia.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mikey@neuling.org \
    --cc=npiggin@gmail.com \
    --cc=oohall@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox