This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/linux-next.
from 3541833fd1f2 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/li [...] adds c0fae7e2452b MIPS: OCTEON: fix out of bounds array access on CN68XX adds d01501f85249 MIPS: Fix `dma_alloc_coherent' returning a non-coherent al [...] adds 26eaed4671af Merge tag 'mips_fixes_4.20_2' of git://git.kernel.org/pub/ [...] adds c2c6d3ce0d9a ceph: add destination file data sync before doing any remote copy adds 71f2cc64d027 ceph: quota: fix null pointer dereference in quota check adds 23c625ce3065 libceph: assume argonaut on the server side adds d757a3b01e72 Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/c [...] adds df376b2ed51a block: respect virtual boundary mask in bvecs adds 6961cd4d0fde ubd: fix missing lock around request issue adds e31d36b0a453 MAINTAINERS: Fix remaining pointers to obsolete libata.git adds f3587d76da05 block: Clear kernel memory before copying to user adds 0033dfd92a56 ubd: fix missing initialization of io_req adds bb39ba6a8dea sata_rcar: convert to SPDX identifiers adds 21d3bbdd4c34 nvmet: don't try to add ns to p2p map unless it actually uses it adds 8f676b8508c2 nvme: make sure ns head inherits underlying device limits adds d39aa4979219 Revert "nvmet-rdma: use a private workqueue for delete" adds 1adfc5e4136f block: make sure discard bio is aligned with logical block size adds ba5d73851e71 block: cleanup __blkdev_issue_discard() adds 34ffec60b27a block: make sure writesame bio is aligned with logical block size adds dc5db2186550 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block adds 6778be4e5209 of/device: Really only set bus DMA mask when appropriate adds 89c38422e072 of, numa: Validate some distance map rules adds aa4330e15c26 Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kerne [...] adds ab214c48387a dt-bindings: i2c: omap: Add new compatible for AM654 SoCs adds 5b277402deac i2c: omap: Enable for ARCH_K3 adds 350784e79230 MAINTAINERS: Add entry for i2c-omap driver adds 848bd3f3de9d i2c: qcom-geni: Fix runtime PM mismatch with child devices adds c71bcdcb42a7 i2c: add i2c bus driver for NVIDIA GPU adds caccdcc5dbec i2c: nvidia-gpu: make pm_ops static adds 247c554a14aa usb: typec: ucsi: add support for Cypress CCGx adds d5335b3dfc61 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 4920b1f7676d mailmap: Update email for Punit Agrawal adds 313a06e63680 lib/raid6: Fix arm64 test build adds 26a4676faa1a arm64: mm: define NET_IP_ALIGN to 0 adds 24cc61d8cb5a arm64: memblock: don't permit memblock resizing until line [...] adds 35c55685fc80 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds f90055717019 CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM adds d9cccfa7c4d1 xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_ [...] adds 6cc4a0863c97 xen-blkfront: fix kernel panic with negotiate_mq error path adds 1457d8cf7664 x86/xen: fix pv boot adds d3132b3860f6 xen: fix xen_qlock_wait() adds 3941552aec1e xen: remove size limit of privcmd-buf mapping interface adds ab6e1f378f54 Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes: .mailmap | 1 + Documentation/devicetree/bindings/i2c/i2c-omap.txt | 8 +- Documentation/i2c/busses/i2c-nvidia-gpu | 18 + MAINTAINERS | 21 +- arch/arm64/include/asm/processor.h | 8 + arch/arm64/mm/init.c | 2 - arch/arm64/mm/mmu.c | 2 + arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 +- arch/mips/mm/dma-noncoherent.c | 2 +- arch/um/drivers/ubd_kern.c | 12 +- arch/x86/include/asm/xen/page.h | 35 +- arch/x86/xen/p2m.c | 3 +- arch/x86/xen/spinlock.c | 14 +- block/bio.c | 1 + block/blk-lib.c | 26 +- block/blk-merge.c | 5 +- block/blk.h | 12 +- drivers/ata/sata_rcar.c | 6 +- drivers/block/xen-blkfront.c | 1 + drivers/i2c/busses/Kconfig | 11 +- drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-nvidia-gpu.c | 368 +++++++++++++++++++++ drivers/i2c/busses/i2c-qcom-geni.c | 15 +- drivers/nvme/host/core.c | 4 +- drivers/nvme/host/multipath.c | 1 + drivers/nvme/target/core.c | 2 +- drivers/nvme/target/rdma.c | 19 +- drivers/of/device.c | 4 +- drivers/of/of_numa.c | 9 +- drivers/usb/typec/ucsi/Kconfig | 10 + drivers/usb/typec/ucsi/Makefile | 2 + drivers/usb/typec/ucsi/ucsi_ccg.c | 307 +++++++++++++++++ drivers/xen/grant-table.c | 2 +- drivers/xen/privcmd-buf.c | 22 +- fs/ceph/file.c | 11 +- fs/ceph/mds_client.c | 12 +- fs/ceph/quota.c | 3 +- include/linux/ceph/ceph_features.h | 8 +- include/xen/xen-ops.h | 12 +- lib/raid6/test/Makefile | 4 +- 40 files changed, 881 insertions(+), 125 deletions(-) create mode 100644 Documentation/i2c/busses/i2c-nvidia-gpu create mode 100644 drivers/i2c/busses/i2c-nvidia-gpu.c create mode 100644 drivers/usb/typec/ucsi/ucsi_ccg.c