This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from c356dc4b540e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds 693cd8ce3f88 Bluetooth: Fix regression with minimum encryption key size [...] adds b7f8b440f300 powerpc/32s: fix initial setup of segment registers on sec [...] adds e8732ffa2e09 powerpc/booke: fix fast syscall entry on SMP adds 82f6e266f812 powerpc/32: fix build failure on book3e with KVM adds fabb2efcf084 KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr() adds 84b028243ef0 KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_se [...] adds 9739ab7eda45 powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac adds 500871125920 KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest T [...] adds a8282bf087bc Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/ [...] adds 1ac3549ed58c scsi: qedi: Check targetname while finding boot target inf [...] adds 8cf4c5403aeb scsi: qedi: update driver version to 8.37.0.20 adds 24e2e7a19f7e scsi: ufs: Avoid runtime suspend possibly being blocked forever adds 5589b08e5be4 scsi: qla2xxx: Fix hardlockup in abort command during driv [...] adds f4102766463a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 6dbbd053e6ae PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is [...] adds b253d5f3ecc9 Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/s [...] adds 0aafc8ae665f Revert "iommu/vt-d: Fix lock inversion between iommu->lock [...] adds 6698a71a1e36 Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub [...] adds 4b972a01a7da Linux 5.2-rc6 adds 461e274b2821 auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero() adds f4bb1f895aa0 auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero() adds 9216514602ac Merge tag 'auxdisplay-for-linus-v5.2-rc7' of git://github. [...] adds ca72d88378b2 powerpc/mm/64s/hash: Reallocate context ids on fork adds 16391bfc8623 selftests/powerpc: Add test of fork with mapping above 512TB adds 65565a68c582 Merge branch 'context-id-fix' into fixes adds 26df62aaae9f Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/ [...] adds b2b5921fe4b3 mtd: rawnand: initialize ntargets with maxchips adds 191f5c2ed4b6 mtd: spi-nor: use 16-bit WRR command when QE is set on spa [...] adds 39071cf828b4 Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/ [...] adds cd49b84d61b2 mfd: stmfx: Uninitialized variable in stmfx_irq_handler() adds 63b2de12b7ee mfd: stmfx: Fix an endian bug in stmfx_irq_handler() adds c88e40e07cd9 Merge tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/sc [...] adds d2ba3b1714d7 parisc: Fix module loading error with JUMP_LABEL feature adds 249155c20f9b Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/parisc/kernel/module.c | 4 + arch/powerpc/include/asm/page.h | 7 ++ arch/powerpc/kernel/head_32.S | 1 + arch/powerpc/kernel/head_booke.h | 10 +- arch/powerpc/kernel/head_fsl_booke.S | 2 +- arch/powerpc/kvm/book3s_hv_builtin.c | 1 + arch/powerpc/kvm/book3s_hv_rmhandlers.S | 15 ++- arch/powerpc/mm/book3s64/mmu_context.c | 55 ++++++++-- arch/powerpc/mm/mem.c | 3 +- arch/powerpc/platforms/powermac/Kconfig | 1 + drivers/auxdisplay/cfag12864bfb.c | 5 +- drivers/auxdisplay/ht16k33.c | 4 +- drivers/iommu/intel-iommu.c | 7 +- drivers/mfd/stmfx.c | 12 +-- drivers/mtd/nand/raw/nand_base.c | 3 +- drivers/mtd/spi-nor/spi-nor.c | 119 +++++++++++++++++++-- drivers/pci/p2pdma.c | 4 + drivers/scsi/qedi/qedi_main.c | 3 + drivers/scsi/qedi/qedi_version.h | 6 +- drivers/scsi/qla2xxx/qla_os.c | 2 +- drivers/scsi/ufs/ufshcd-pltfrm.c | 11 +- include/linux/mtd/spi-nor.h | 3 + net/bluetooth/hci_conn.c | 18 ++-- net/bluetooth/l2cap_core.c | 33 +++++- tools/testing/selftests/powerpc/mm/.gitignore | 3 +- tools/testing/selftests/powerpc/mm/Makefile | 4 +- .../powerpc/mm/large_vm_fork_separation.c | 87 +++++++++++++++ 28 files changed, 354 insertions(+), 71 deletions(-) create mode 100644 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c