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-release-aarch64-mainline-allnoconfig in repository toolchain/linux-next.
from 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 [...] adds cf76c364a1e1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds b4b84da36403 MAINTAINERS: add maintainer for C-SKY drivers adds 63e19c8216bb csky: bugfix tlb_get_pgd error. adds 002f421a84c5 Merge tag 'csky-4.20-rc6' of github.com:c-sky/csky-linux adds b51abed8355e ALSA: pcm: Call snd_pcm_unlink() conditionally at closing adds b888a5f713e4 ALSA: pcm: Fix starvation on down_write_nonblock() adds 44ff57e685f9 ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support adds 3deef52ce105 ALSA: hda: Add support for AMD Stoney Ridge adds 5363857b916c ALSA: pcm: Fix interval evaluation with openmin/max adds 54947cd64c1b ALSA: hda/realtek - Fix speaker output regression on Think [...] adds 5f8cf7125826 ALSA: usb-audio: Fix UAF decrement if card has no live int [...] adds 33aaebd48ae2 ALSA: hda/realtek: ALC286 mic and headset-mode fixups for [...] adds 705b65f10747 ALSA: hda/realtek - Add support for Acer Aspire C24-860 he [...] adds 9f8aefed9623 ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G adds b72f936f6b32 ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4860 [...] adds 2acee31cce65 Merge tag 'sound-4.20-rc6' of git://git.kernel.org/pub/scm [...] adds 1aed58e67a6e Uprobes: Fix kernel oops with delayed_uprobe_remove() adds abb8d6ecbd8f Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 7 ++- 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/csky/include/asm/mmu_context.h | 4 +- block/blk-mq.c | 26 ++++++++++- drivers/ata/libata-core.c | 1 + 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 +- include/linux/mempolicy.h | 2 - include/sound/pcm_params.h | 4 +- kernel/events/uprobes.c | 2 + mm/huge_memory.c | 42 +++++++---------- mm/mempolicy.c | 2 +- sound/core/pcm_native.c | 14 +++--- sound/pci/hda/hda_intel.c | 4 ++ sound/pci/hda/patch_realtek.c | 27 +++++++++++ sound/usb/card.c | 5 ++- sound/usb/quirks.c | 1 + 39 files changed, 272 insertions(+), 98 deletions(-)