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-lts-allmodconfig in repository toolchain/ci/linux.
from 9c07fc259396 Linux 4.14.93 adds 4124a4cff344 x86,kvm: move qemu/guest FPU switching out to vcpu_run adds 64ac5483a1b1 x86, modpost: Replace last remnants of RETPOLINE with CONF [...] adds 711fd1f564c3 ALSA: hda/realtek - Support Dell headset mode for New AIO [...] adds cd5a27c87820 ALSA: hda/realtek - Add unplug function into unplug state [...] adds e1008331ce7a ALSA: hda/realtek - Disable headset Mic VREF for headset m [...] adds edc8099b54ec CIFS: Fix adjustment of credits for MTU requests adds 4092ad400ea6 CIFS: Do not hide EINTR after sending network packets adds 5c467ac09db6 cifs: Fix potential OOB access of lock element array adds d42666bd9f35 usb: cdc-acm: send ZLP for Telit 3G Intel based modems adds e43d3143ad11 USB: storage: don't insert sane sense for SPC3+ when bad s [...] adds e8497e3b0b7b USB: storage: add quirk for SMI SM3350 adds ec197f07d3ea USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB adds 90bcbcfb7450 slab: alien caches must not be initialized if the allocati [...] adds e973b3929a13 mm: page_mapped: don't assume compound page is huge or THP adds 8c4da1134aa3 mm, memcg: fix reclaim deadlock with writeback adds ec697eb3b840 ACPI: power: Skip duplicate power resource references in _PRx adds d3db93d2be90 ACPI / PMIC: xpower: Fix TS-pin current-source handling adds 78e5ef1add51 i2c: dev: prevent adapter retries and timeout being set as [...] adds 8b99f1705b5d drm/fb-helper: Partially bring back workaround for bugs of [...] adds 022ce60cc621 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set adds eb13c60d82db ext4: make sure enough credits are reserved for dioread_no [...] adds b4727299f58d ext4: fix a potential fiemap/page fault deadlock w/ inline_data adds b17971aeaf14 ext4: avoid kernel warning when writing the superblock to [...] adds 82f71b8bc05c ext4: use ext4_write_inode() when fsyncing w/o a journal adds 5903fc6477b1 ext4: track writeback errors using the generic tracking in [...] adds 65dba3252206 sunrpc: use-after-free in svc_process_common() adds cb754d67c084 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less adds 8979da2558a4 Linux 4.14.94
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/x86/include/asm/kvm_host.h | 13 ++++ arch/x86/kernel/cpu/bugs.c | 2 +- arch/x86/kvm/x86.c | 34 ++++----- drivers/acpi/pmic/intel_pmic_xpower.c | 41 ++++++++--- drivers/acpi/power.c | 22 ++++++ drivers/block/rbd.c | 9 ++- drivers/gpu/drm/drm_fb_helper.c | 126 ++++++++++++++++++++-------------- drivers/i2c/i2c-dev.c | 6 ++ drivers/usb/class/cdc-acm.c | 7 ++ drivers/usb/core/quirks.c | 3 +- drivers/usb/storage/scsiglue.c | 8 ++- drivers/usb/storage/unusual_devs.h | 12 ++++ fs/cifs/file.c | 8 +-- fs/cifs/smb2file.c | 4 +- fs/cifs/smb2pdu.c | 8 ++- fs/cifs/transport.c | 2 +- fs/ext4/fsync.c | 16 +++-- fs/ext4/inline.c | 6 +- fs/ext4/inode.c | 3 +- fs/ext4/super.c | 2 +- include/linux/compiler-gcc.h | 2 +- include/linux/kvm_host.h | 2 +- include/linux/module.h | 2 +- include/linux/sunrpc/svc.h | 5 +- mm/memory.c | 23 +++++++ mm/slab.c | 6 +- mm/util.c | 2 +- net/sunrpc/svc.c | 11 +-- net/sunrpc/svc_xprt.c | 5 +- net/sunrpc/svcsock.c | 2 +- scripts/mod/modpost.c | 2 +- sound/pci/hda/patch_realtek.c | 18 ++++- virt/kvm/arm/arm.c | 23 +++---- 34 files changed, 299 insertions(+), 138 deletions(-)