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-arm-lts-defconfig in repository toolchain/ci/linux.
from dcd888983542 Linux 4.19.95 new ec576895d613 chardev: Avoid potential use-after-free in 'chrdev_open()' new beab31b2af28 i2c: fix bus recovery stop mode timing new 1b7d82175bf8 usb: chipidea: host: Disable port power only if previously [...] new 024891ee861b ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5 new 6aeb9cdd4860 ALSA: hda/realtek - Add new codec supported for ALCS1200A new ce515433ff03 ALSA: hda/realtek - Set EAPD control to default for ALC222 new 53a13c565e97 ALSA: hda/realtek - Add quirk for the bass speaker on Leno [...] new 5ab4bb7b406f kernel/trace: Fix do not unregister tracepoints when regis [...] new c91909655268 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE i [...] new ee1e909080b9 tracing: Change offset type to s32 in preempt/irq tracepoints new 31d06cc8e7ca HID: Fix slab-out-of-bounds read in hid_field_extract new 2d21f37e5212 HID: uhid: Fix returning EPOLLOUT from uhid_char_poll new 64c8b76e69ac HID: hid-input: clear unmapped usages new f5b9bfbe94a0 Input: add safety guards to input_set_keycode() new c00eb2b2d0f4 Input: input_event - fix struct padding on sparc64 new 845f872f2fe7 drm/sun4i: tcon: Set RGB DCLK min. divider based on hardwa [...] new 779f5790fa47 drm/fb-helper: Round up bits_per_pixel if possible new ba4c2a719ee1 drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ new 62c6e8d0a449 can: kvaser_usb: fix interface sanity check new 43fe49891dee can: gs_usb: gs_usb_probe(): use descriptors of current al [...] new 67e3a9f31a49 can: mscan: mscan_rx_poll(): fix rx path lockup when retur [...] new 8bd6980a014d can: can_dropped_invalid_skb(): ensure an initialized head [...] new 34defb89679e gpiolib: acpi: Turn dmi_system_id table into a generic qui [...] new 05100db84bd9 gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism new 24e0769fdbe9 staging: vt6656: set usb_set_intfdata on driver fail. new 60ee12c9e0b0 USB: serial: option: add ZLP support for 0x1bc7/0x9010 new 39cc25e028c2 usb: musb: fix idling for suspend after disconnect interrupt new 9742c5c28252 usb: musb: Disable pullup at init new 72dd6da28c18 usb: musb: dma: Correct parameter passed to IRQ handler new c6fb6c8066dc staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713 new 200d4eb8fdc0 staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21 new 8b16b0cb36a1 serdev: Don't claim unsupported ACPI serial devices new 65c6710c3fab tty: link tty and port before configuring it as console new 1656f00becca tty: always relink the port new 0aa8632c5793 mwifiex: fix possible heap overflow in mwifiex_process_cou [...] new f2bde0e9989e mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf new 486f51201528 scsi: bfa: release allocated memory in case of error new 0e27512c5d0b rtl8xxxu: prevent leaking urb new aed1b68eadf2 ath10k: fix memory leak new dcdaaa0b1360 HID: hiddev: fix mess in hiddev_open() new 1a4da00e9af2 USB: Fix: Don't skip endpoint descriptors with maxpacket=0 new 99b79d4811ce phy: cpcap-usb: Fix error path when no host driver is loaded new d429612632cc phy: cpcap-usb: Fix flakey host idling and enumerating of devices new 46abb2a5cd2f netfilter: arp_tables: init netns pointer in xt_tgchk_para [...] new df39bb2aa9eb netfilter: conntrack: dccp, sctp: handle null timeout argument new 28de8b9c5958 netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO [...] new dd4f3b3508f6 drm/i915/gen9: Clear residual context state on context switch new db5b9190ff82 Linux 4.19.96
The 48 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: Makefile | 2 +- drivers/gpio/gpiolib-acpi.c | 51 ++++++++++-- drivers/gpu/drm/drm_dp_mst_topology.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 7 +- drivers/gpu/drm/i915/intel_lrc.c | 9 ++ drivers/gpu/drm/sun4i/sun4i_tcon.c | 15 +++- drivers/gpu/drm/sun4i/sun4i_tcon.h | 1 + drivers/hid/hid-core.c | 6 ++ drivers/hid/hid-input.c | 16 +++- drivers/hid/uhid.c | 2 +- drivers/hid/usbhid/hiddev.c | 97 ++++++++++------------ drivers/i2c/i2c-core-base.c | 13 ++- drivers/input/evdev.c | 14 ++-- drivers/input/input.c | 26 +++--- drivers/input/misc/uinput.c | 14 ++-- drivers/net/can/mscan/mscan.c | 21 +++-- drivers/net/can/usb/gs_usb.c | 4 +- drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 2 +- drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 2 +- drivers/net/wireless/ath/ath10k/usb.c | 1 + drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +- drivers/net/wireless/marvell/mwifiex/sta_ioctl.c | 13 ++- .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 1 + drivers/phy/motorola/phy-cpcap-usb.c | 35 ++++---- drivers/scsi/bfa/bfad_attr.c | 4 +- drivers/staging/comedi/drivers/adv_pci1710.c | 4 +- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + drivers/staging/vt6656/device.h | 1 + drivers/staging/vt6656/main_usb.c | 1 + drivers/staging/vt6656/wcmd.c | 1 + drivers/tty/serdev/core.c | 10 +++ drivers/tty/serial/serial_core.c | 1 + drivers/usb/chipidea/host.c | 4 +- drivers/usb/core/config.c | 12 ++- drivers/usb/musb/musb_core.c | 11 +++ drivers/usb/musb/musbhsdma.c | 2 +- drivers/usb/serial/option.c | 8 ++ drivers/usb/serial/usb-wwan.h | 1 + drivers/usb/serial/usb_wwan.c | 4 + fs/char_dev.c | 2 +- include/linux/can/dev.h | 34 ++++++++ include/trace/events/preemptirq.h | 8 +- include/uapi/linux/input.h | 1 + kernel/trace/trace_sched_wakeup.c | 4 +- kernel/trace/trace_stack.c | 5 ++ net/ipv4/netfilter/arp_tables.c | 27 +++--- net/netfilter/ipset/ip_set_core.c | 3 +- net/netfilter/nf_conntrack_proto_dccp.c | 3 + net/netfilter/nf_conntrack_proto_sctp.c | 3 + sound/pci/hda/patch_realtek.c | 5 ++ sound/usb/quirks.c | 1 + 51 files changed, 362 insertions(+), 157 deletions(-)