[GIT PULL] Please pull powerpc/linux.git powerpc-4.12-6 tag
Michael Ellerman
mpe at ellerman.id.au
Fri Jun 16 21:47:50 AEST 2017
Hi Linus,
Please pull some more powerpc fixes for 4.12:
The following changes since commit c6ee9619e2edd9912316f7e2eaf9ffa14fafe9f9:
powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default (2017-06-08 20:42:57 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.12-6
for you to fetch changes up to a093c92dc7f96a15de98ec8cfe38e6f7610a5969:
powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path (2017-06-16 16:10:37 +1000)
----------------------------------------------------------------
powerpc fixes for 4.12 #6
Three small fixes for recently merged code:
- remove a spurious WARN_ON when a PCI device has no of_node, it's allowed in
some circumstances for there to be no of_node.
- fix the offset for store EOI MMIOs in the XIVE interrupt controller.
- fix non-const WARN_ONs which were becoming BUGs due to them losing
BUGFLAG_WARNING in a recent cleanup patch.
Thanks to:
Alexey Kardashevskiy, Alistair Popple, Benjamin Herrenschmidt.
----------------------------------------------------------------
Alexey Kardashevskiy (1):
powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path
Alistair Popple (1):
powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_node
Benjamin Herrenschmidt (1):
powerpc/xive: Fix offset for store EOI MMIOs
arch/powerpc/include/asm/bug.h | 2 +-
arch/powerpc/include/asm/xive.h | 12 +++++++-----
arch/powerpc/kvm/book3s_xive_template.c | 4 ++--
arch/powerpc/platforms/powernv/npu-dma.c | 3 ++-
arch/powerpc/sysdev/xive/common.c | 2 +-
5 files changed, 13 insertions(+), 10 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20170616/0b982995/attachment.sig>
More information about the Linuxppc-dev
mailing list