public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aneesh.kumar@linux.ibm.com, anju@linux.vnet.ibm.com,
	ardb@kernel.org, christophe.leroy@c-s.fr, clg@kaod.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	maddy@linux.vnet.ibm.com, skhan@linuxfoundation.org,
	vincenzo.frascino@arm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-3 tag
Date: Fri, 06 Dec 2019 23:46:53 +1100	[thread overview]
Message-ID: <878snpei4i.fsf@mpe.ellerman.id.au> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some powerpc fixes for 5.5.

This is just a regular batch of fixes, it shouldn't interact at all with the
other pull request I sent for the KASAN bitops.

cheers


The following changes since commit 63de37476ebd1e9bab6a9e17186dc5aa1da9ea99:

  Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux (2019-12-03 14:37:12 -0800)

are available in the git repository at:

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

for you to fetch changes up to 249fad734a25889a4f23ed014d43634af6798063:

  powerpc/perf: Disable trace_imc pmu (2019-12-05 17:06:40 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.5 #3

One fix for a regression introduced by our recent rework of cache flushing on
memory hotunplug.

Like several other arches, our VDSO clock_getres() needed a fix to match the
semantics of posix_get_hrtimer_res().

A fix for a boot crash on Power9 LPARs using PCI LSI interrupts.

A commit disabling use of the trace_imc PMU (not the core PMU) on Power9
systems, because it can lead to checkstops, until a workaround is developed.

A handful of other minor fixes.

Thanks to:
  Aneesh Kumar K.V, Anju T Sudhakar, Ard Biesheuvel, Christophe Leroy, Cédric Le
  Goater, Madhavan Srinivasan, Vincenzo Frascino.

- ------------------------------------------------------------------
Aneesh Kumar K.V (2):
      powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache_range
      powerpc/pmem: Convert to EXPORT_SYMBOL_GPL

Anju T Sudhakar (1):
      powerpc/powernv: Avoid re-registration of imc debugfs directory

Ard Biesheuvel (1):
      powerpc/archrandom: fix arch_get_random_seed_int()

Christophe Leroy (1):
      powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE

Cédric Le Goater (1):
      powerpc/xive: Skip ioremap() of ESB pages for LSI interrupts

Madhavan Srinivasan (1):
      powerpc/perf: Disable trace_imc pmu

Vincenzo Frascino (1):
      powerpc: Fix vDSO clock_getres()


 arch/powerpc/include/asm/archrandom.h     |  2 +-
 arch/powerpc/include/asm/vdso_datapage.h  |  2 +
 arch/powerpc/kernel/asm-offsets.c         |  2 +-
 arch/powerpc/kernel/head_fsl_booke.S      |  6 +--
 arch/powerpc/kernel/time.c                |  1 +
 arch/powerpc/kernel/vdso32/gettimeofday.S |  7 ++-
 arch/powerpc/kernel/vdso64/gettimeofday.S |  7 ++-
 arch/powerpc/lib/pmem.c                   |  4 +-
 arch/powerpc/mm/mem.c                     |  2 +-
 arch/powerpc/platforms/powernv/opal-imc.c | 48 ++++++++++----------
 arch/powerpc/sysdev/xive/spapr.c          | 12 ++++-
 11 files changed, 55 insertions(+), 38 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl3qSawACgkQUevqPMjh
pYAG7w/+N4DgaedZKwObZndcNPEjWm0qZ46N3jQ0w/y4L3hRAY4uQ4NBLLGltyUo
KVWZt6x9fvH/rcBrVS1B50+FkKj4bYi5QS5dQqzJIiLfVNgBPDE1BnT9c1a/fbFM
7wC69dRlLUqtu/C3bJ2ZC9RpWYRW+E8mQVlcR/bFJ4ZvNtEIm2SPqxiSHPGnF7rS
ljfqq3dLHWIqGT9AWop1MYCOrBzmwEI91kcghDzakQzYr5r/Wo8d0kkeTl0inbr1
BsaasBHY/2qPlKDjCcWqYPsO6jRcCmk1tEfJ6MtJFHw6SdQ0HjiVbBMx4hDvcU7g
5K9evECHVxN6lXRI5w/1dEfZA90ZUult/A2Y73Zuph0mA8yo+PesDiRpTtYRvi8d
Hxyc7W+qoa+NUhsuRoGjLaGqsCY94UrkPQYFmBdKE3aEqAYUBF/JxyrNmgpOjZb6
t15KlspKapLRVrdmNFFuziYJfkJuTG7Rr4OlTaDL5UAse+kNi5g0tEZ6z5h6X751
VFaRx6GXGZCyFi2mURMuq7Cn/z5gKefiuvgtq/+dU43tE7DstgabTc+han/st9Di
gutAhaDcJSjHo5ZsxXXfa6Z0umNdByxSzDD4vz5rJg2tvxNlVKV2lJtwkH/wnRh5
WSs5BjF4I9Hcc03Dl99XBHvOcEyB01QIbPUGPgkFoRd4es91P6s=
=vzlR
-----END PGP SIGNATURE-----

             reply	other threads:[~2019-12-06 12:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 12:46 Michael Ellerman [this message]
2019-12-06 22:15 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-3 tag pr-tracker-bot

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=878snpei4i.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=aneesh.kumar@linux.ibm.com \
    --cc=anju@linux.vnet.ibm.com \
    --cc=ardb@kernel.org \
    --cc=christophe.leroy@c-s.fr \
    --cc=clg@kaod.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.vnet.ibm.com \
    --cc=skhan@linuxfoundation.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vincenzo.frascino@arm.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