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-master-aarch64-mainline-allnoconfig in repository toolchain/linux-next.
from 0072a0c14d5b Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/ [...] adds d55bda1b3e7c Input: matrix_keypad - check for errors from of_get_named_gpio() adds 3ed64da3b790 Input: elan_i2c - add ELAN0620 to the ACPI table adds ac5722c1643a Input: cros_ec_keyb - fix button/switch capability reports adds 6c4b88288abf Input: dt-bindings - fix a typo in file input-reset.txt adds dda2af7418db Input: migor_ts - convert to SPDX identifiers adds 4aeba6418a16 Input: st1232 - convert to SPDX identifiers adds e94b9f12fa2c Input: atkbd - clean up indentation issue adds 10f91c73cc41 Input: hyper-v - fix wakeup from suspend-to-idle adds bf87ade0dd7f Input: elan_i2c - add support for ELAN0621 touchpad adds ad33429cd025 Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR adds 9df39bedbf29 Input: synaptics - add PNP ID for ThinkPad P50 to SMBus adds 5a6dab15f7a7 Input: synaptics - enable SMBus for HP 15-ay000 adds a6754fae1e66 Input: xpad - quirk all PDP Xbox One gamepads adds 6c3516fed7b6 Input: omap-keypad - fix keyboard debounce configuration adds adac0753c252 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 1e8249b8a4e9 parisc: Enable -ffunction-sections for modules on 32-bit kernel adds a517af52cb57 Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/s [...] adds 48a2ca0ee399 Revert "mfd: cros_ec: Use devm_kzalloc for private data" adds 5e0dc1a7ce1f Merge tag 'mfd-fixes-4.20' of git://git.kernel.org/pub/scm [...] adds a72173ecfc67 Revert "exec: make de_thread() freezable" adds 91dd51f6e7ce Merge tag 'pm-4.20-rc6' of git://git.kernel.org/pub/scm/li [...] adds 10950929e994 btrfs: tree-checker: Don't check max block group size as c [...] adds d08970904582 Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/s [...] adds fd6f32f78645 libata: whitelist all SAMSUNG MZ7KM* solid-state disks adds ffe81d45322c blk-mq: fix corruption with direct issue adds 4eaaa2b99e30 Merge tag 'for-linus-20181205' of git://git.kernel.dk/linux-block adds 2f0799a0ffc0 mm, thp: restore node-local hugepage allocations adds 2c519f583e84 ARC: remove redundant 'default n' from Kconfig adds 3624379d90ad ARC: IOC: panic if kernel was started with previously enabled IOC adds afba5d157fe1 ARCv2: boot log unaligned access in use adds 4592f11e47a2 ARC: [plat-hsdk] Enable DW APB GPIO support adds 121e38e5acdc ARC: mm: fix uninitialised signal code in do_page_fault adds 6b04114f6fae arc: [devboards] Add support of NFSv3 ACL adds b7cc40c32a8b ARC: change defconfig defaults to ARCv2 adds 10d443431dc2 ARC: io.h: Implement reads{x}()/writes{x}() adds 369af92ce47a Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/l [...] adds dfb7513374c1 scsi: lpfc: fix block guard enablement on SLI3 adapters adds 5db6dd14b313 scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_s [...] adds 02f425f811ce scsi: vmw_pscsi: Rearrange code to avoid multiple calls to [...] adds c967590457ca scsi: storvsc: Fix a race in sub-channel creation that can [...] new cf76c364a1e1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/input/input-reset.txt | 2 +- arch/arc/Kconfig | 13 +--- arch/arc/Makefile | 2 +- arch/arc/boot/dts/hsdk.dts | 15 +++++ arch/arc/configs/axs101_defconfig | 2 + arch/arc/configs/axs103_defconfig | 1 + arch/arc/configs/axs103_smp_defconfig | 1 + arch/arc/configs/hsdk_defconfig | 4 ++ arch/arc/configs/nps_defconfig | 2 + arch/arc/configs/nsim_700_defconfig | 1 + arch/arc/configs/nsimosci_defconfig | 2 + arch/arc/configs/nsimosci_hs_defconfig | 1 + arch/arc/configs/nsimosci_hs_smp_defconfig | 1 + arch/arc/configs/tb10x_defconfig | 1 + arch/arc/configs/vdk_hs38_defconfig | 1 + arch/arc/configs/vdk_hs38_smp_defconfig | 1 + arch/arc/include/asm/cache.h | 2 + arch/arc/include/asm/io.h | 72 ++++++++++++++++++++++ arch/arc/kernel/setup.c | 9 ++- arch/arc/mm/cache.c | 20 +++++- arch/arc/mm/fault.c | 2 +- arch/parisc/Makefile | 7 +++ block/blk-mq.c | 26 +++++++- drivers/ata/libata-core.c | 1 + drivers/hid/hid-hyperv.c | 2 +- drivers/input/joystick/xpad.c | 16 ++--- drivers/input/keyboard/atkbd.c | 2 +- drivers/input/keyboard/cros_ec_keyb.c | 3 +- drivers/input/keyboard/matrix_keypad.c | 23 ++++--- drivers/input/keyboard/omap4-keypad.c | 18 ++++-- drivers/input/mouse/elan_i2c_core.c | 3 + drivers/input/mouse/synaptics.c | 2 + drivers/input/serio/hyperv-keyboard.c | 2 +- drivers/input/touchscreen/migor_ts.c | 15 +---- drivers/input/touchscreen/st1232.c | 12 +--- drivers/mfd/cros_ec_dev.c | 8 ++- drivers/scsi/libiscsi.c | 4 +- drivers/scsi/lpfc/lpfc_init.c | 6 +- drivers/scsi/lpfc/lpfc_sli.c | 1 - drivers/scsi/storvsc_drv.c | 61 +++++++++--------- drivers/scsi/vmw_pvscsi.c | 4 +- fs/btrfs/tree-checker.c | 8 +-- fs/exec.c | 5 +- include/linux/mempolicy.h | 2 - mm/huge_memory.c | 42 +++++-------- mm/mempolicy.c | 2 +- 46 files changed, 282 insertions(+), 148 deletions(-)