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/ci/linux.
from 3b47fd5ca9ea Merge tag 'nfs-for-5.3-4' of git://git.linux-nfs.org/proje [...] adds 52d083472e0b clang-format: Update with the latest for_each macro list adds 13133f933ac4 Merge tag 'clang-format-for-linus-v5.3-rc8' of git://githu [...] adds 5e2d2cc2588b sched/fair: Don't assign runtime for throttled cfs_rq adds 1251201c0d34 sched/core: Fix uclamp ABI bug, clean up and robustify sch [...] adds 262f7eeddc85 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] adds 29d9a0b50736 x86/boot: Preserve boot_params.secure_boot from sanitizing adds 9b8bd476e78e x86/uaccess: Don't leak the AC flags into __get_user() arg [...] adds 4030b4c585c4 x86/hyper-v: Fix overflow bug in fill_gva_list() adds 19e4147a04a4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds 333f31436d3d ALSA: hda - Fix potential endless loop at applying quirks adds 89781d0806c2 ALSA: hda/realtek - Fix overridden device-specific initialization adds d33cd42d8667 ALSA: hda/realtek - Add quirk for HP Pavilion 15 adds 60083f9e94b2 ALSA: hda/realtek - Enable internal speaker & headset mic [...] adds 2a36c16efab2 ALSA: hda/realtek - Fix the problem of two front mics on a [...] adds a3f5e1f57839 Merge tag 'sound-5.3-rc8' of git://git.kernel.org/pub/scm/ [...] adds d41a3effbb53 keys: Fix missing null pointer check in request_key_auth_d [...] adds b9ee5e04fd77 powerpc/64e: Drop stale call to smp_processor_id() which h [...] new 8205d5d98ef7 powerpc/tm: Fix FP/VMX unavailable exceptions inside a tra [...] new a8318c13e79b powerpc/tm: Fix restoring FP/VMX facility incorrectly on i [...] new 13da6ac106be Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/ [...] adds 93d2c4de8d81 vhost/test: fix build for vhost test adds 264b563b8675 vhost/test: fix build for vhost test adds 718be6bab26f virtio-net: lower min ring num_free for efficiency adds 896fc242bc1d vhost: Remove unnecessary variable new 3d2c7d370475 Revert "vhost: access vq metadata through kernel virtual address" new 02fa5d7b17a7 mm/balloon_compaction: suppress allocation warnings new 9d098a6234c1 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 55f7e5c364dc drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs adds b0dfce90e342 Merge branch 'linux-5.3' of git://github.com/skeggsb/linux [...] new 08b0c891605a drm/vmwgfx: Fix double free in vmw_recv_msg() new 7610bb0bde4c Merge branch 'vmwgfx-fixes-5.3' of git://people.freedeskto [...] adds 807f6c8472da drm/ingenic: Hardcode panel type to DPI adds 325d0ab3a1d1 drm/modes: Add a switch to differentiate free standing options adds 728a257f652a drm/modes: Fix the command line parser to take force optio [...] adds 3764137906a5 drm/modes: Introduce a whitelist for the named modes adds 424c38a4e325 drm/selftests: modes: Add more unit tests for the cmdline parser new 1e19ec6c3c41 Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.fre [...] new 08d433d81215 Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesk [...] adds 8ad8e02c2fa7 Revert "mmc: core: do not retry CMD6 in __mmc_switch()" new 044597100037 Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/l [...]
The 11 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: .clang-format | 17 +- arch/powerpc/kernel/process.c | 21 +- arch/powerpc/mm/nohash/tlb.c | 1 - arch/x86/hyperv/mmu.c | 8 +- arch/x86/include/asm/bootparam_utils.h | 1 + arch/x86/include/asm/uaccess.h | 4 +- drivers/gpu/drm/drm_modes.c | 54 ++- drivers/gpu/drm/ingenic/ingenic-drm.c | 5 +- .../gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c | 12 + drivers/gpu/drm/selftests/drm_cmdline_selftests.h | 7 + .../gpu/drm/selftests/test-drm_cmdline_parser.c | 130 ++++++ drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 8 +- drivers/mmc/core/mmc_ops.c | 2 +- drivers/net/virtio_net.c | 2 +- drivers/vhost/test.c | 13 +- drivers/vhost/vhost.c | 520 +-------------------- drivers/vhost/vhost.h | 41 -- kernel/sched/core.c | 78 ++-- kernel/sched/fair.c | 5 + mm/balloon_compaction.c | 3 +- security/keys/request_key_auth.c | 6 + sound/pci/hda/hda_auto_parser.c | 4 +- sound/pci/hda/hda_generic.c | 3 +- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 17 + 25 files changed, 319 insertions(+), 644 deletions(-)