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-defconfig in repository toolchain/linux-next.
from 91b15613ce7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds 48f78be33260 nvme: remove ns sibling before clearing path adds 7a7080b53467 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme i [...] adds 744889b7cbb5 block: don't deal with discard limit in blkdev_issue_discard() adds b2a205ff49b9 Merge tag 'for-linus-20181019' of git://git.kernel.dk/linux-block adds 4b0aaacee51e selftests: usbip: add wait after attach and before checkin [...] adds 81f7567c51ad usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub [...] adds 9397940ed812 cdc-acm: fix race between reset and control messaging adds dae3ddba36f8 cdc-acm: do not reset notification buffer index upon urb u [...] adds f976d0e5747c cdc-acm: correct counting of UART states in serial state n [...] adds 009b1948e153 usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable adds c02588a352de usb: xhci: pci: Enable Intel USB role mux on Apollo Lake p [...] adds 665c365a77fb USB: fix the usbfs flag sanitization for control transfers adds 9ae24af36691 usb: gadget: storage: Fix Spectre v1 vulnerability adds c7b70a641df2 Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm [...] adds 13c1c5e4d7f8 Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM adds d4ec49d332ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 282447ba6b00 tracing: Fix synthetic event to accept unsigned modifier adds a360d9e4016c tracing: Fix synthetic event to allow semicolon at end adds ba0e41ca81b9 selftests: ftrace: Add synthetic event syntax testcase adds 6b5201c21d40 Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/ [...] adds 4364bcb2cd21 drm: Get ref on CRTC commit object when waiting for flip_done adds e84cb605e02f drm/sun4i: Fix an ulong overflow in the dotclock driver adds fe7acd1e303d Merge tag 'drm-misc-fixes-2018-10-19' of git://anongit.fre [...] adds 270b77a0f30e Merge tag 'drm-fixes-2018-10-20-1' of git://anongit.freede [...]
No new revisions were added by this update.
Summary of changes: block/blk-lib.c | 28 +------- drivers/gpu/drm/drm_atomic.c | 5 ++ drivers/gpu/drm/drm_atomic_helper.c | 12 ++-- drivers/gpu/drm/sun4i/sun4i_dotclock.c | 12 +++- drivers/input/mouse/elan_i2c_core.c | 1 + drivers/nvme/host/core.c | 2 +- drivers/usb/class/cdc-acm.c | 16 ++--- drivers/usb/core/devio.c | 4 +- drivers/usb/gadget/function/f_mass_storage.c | 3 + drivers/usb/host/xhci-pci.c | 6 +- drivers/usb/roles/intel-xhci-usb-role-switch.c | 2 + drivers/usb/usbip/vhci_hcd.c | 57 +++++++++++---- include/drm/drm_atomic.h | 11 +++ kernel/trace/trace_events_hist.c | 32 +++++++-- .../selftests/drivers/usb/usbip/usbip_test.sh | 4 ++ .../inter-event/trigger-synthetic-event-syntax.tc | 80 ++++++++++++++++++++++ 16 files changed, 209 insertions(+), 66 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]