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-allnoconfig in repository toolchain/ci/linux.
from 7d120bf21c05 Linux 4.19.90 new d80d67cdaf38 inet: protect against too small mtu values. new 588fac833622 mqprio: Fix out-of-bounds access in mqprio_dump new bb168ebe952f net: bridge: deny dev_set_mac_address() when unregistering new a7d80e75596b net: dsa: fix flow dissection on Tx path new 64334e4f9825 net: ethernet: ti: cpsw: fix extra rx interrupt new 0c5a4dd6ae93 net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOC [...] new 1315608107f9 net: thunderx: start phy before starting autonegotiation new 6f99afcc247d openvswitch: support asymmetric conntrack new a148815a32fb tcp: md5: fix potential overestimation of TCP option space new 9430afbc29b5 tipc: fix ordering of tipc module init and exit routine new c5fc25e6d785 net/mlx5e: Query global pause state before setting prio2buffer new bac9e8f345b3 tcp: fix rejected syncookies due to stale timestamps new 4b8a98697a79 tcp: tighten acceptance of ACKs not matching a child socket new fbcf85b047aa tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE [...] new 45ede4b12c53 Revert "arm64: preempt: Fix big-endian when checking preem [...] new 848fd6b17926 mmc: block: Make card_busy_detect() a bit more generic new 12e8ae94b634 mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response new 253c77b5a299 PCI/PM: Always return devices to D0 when thawing new 248e65f3220e PCI: pciehp: Avoid returning prematurely from sysfs requests new de8ecdd2fd3b PCI: Fix Intel ACS quirk UPDCR register address new 8d588ce7cb12 PCI/MSI: Fix incorrect MSI-X masking on resume new dc6f9b00b919 PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3 new 2f5d27ddbfe0 xtensa: fix TLB sanity checker new 6c4560364d26 rpmsg: glink: Set tail pointer to 0 at end of FIFO new b909f12e3c36 rpmsg: glink: Fix reuse intents memory leak issue new 8a5b99adbf6e rpmsg: glink: Fix use after free in open_ack TIMEOUT case new 478963b1f867 rpmsg: glink: Put an extra reference during cleanup new a033a2a6be88 rpmsg: glink: Fix rpmsg_register_device err handling new 6f482295198e rpmsg: glink: Don't send pending rx_done during remove new 7438617d2cba rpmsg: glink: Free pending deferred work on remove new 5cceead714c5 cifs: smbd: Return -EAGAIN when transport is reconnecting new 674b7b6c9f18 cifs: smbd: Add messages on RDMA session destroy and reconnection new 33852a95011b cifs: smbd: Return -EINVAL when the number of iovs exceeds [...] new 5948e7ec0708 cifs: Don't display RDMA transport on reconnect new 3ddc09c8233e CIFS: Respect O_SYNC and O_DIRECT flags during reconnect new e8b26877c429 CIFS: Close open handle after interrupted close new 7e14f038b991 ARM: dts: s3c64xx: Fix init order of clock providers new 482787f41ccd ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegr [...] new 73155507af8f vfio/pci: call irq_bypass_unregister_producer() before fre [...] new 009484c94118 dma-buf: Fix memory leak in sync_file_merge() new a14083fe2662 drm: meson: venc: cvbs: fix CVBS mode matching new 980b632f4bec dm mpath: remove harmful bio-based optimization new 6970c1592303 dm btree: increase rebalance threshold in __rebalance2() new 86aa5f87125b scsi: iscsi: Fix a potential deadlock in the timeout handler new 5dc3f4085e13 scsi: qla2xxx: Change discovery state before PLOGI new 33c1d3bc1d5e drm/radeon: fix r1xx/r2xx register checker for POT textures new 6c18dd409d98 xhci: fix USB3 device initiated resume race with roothub a [...] new 672481c2deff Linux 4.19.91
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 +- arch/arm/boot/dts/s3c6410-mini6410.dts | 4 + arch/arm/boot/dts/s3c6410-smdk6410.dts | 4 + arch/arm/mach-tegra/reset-handler.S | 6 +- arch/arm64/include/asm/assembler.h | 8 +- arch/arm64/kernel/entry.S | 6 +- arch/xtensa/mm/tlb.c | 4 +- drivers/dma-buf/sync_file.c | 2 +- drivers/gpu/drm/meson/meson_venc_cvbs.c | 48 ++++--- drivers/gpu/drm/radeon/r100.c | 4 +- drivers/gpu/drm/radeon/r200.c | 4 +- drivers/md/dm-mpath.c | 37 +---- drivers/md/persistent-data/dm-btree-remove.c | 8 +- drivers/mmc/core/block.c | 151 ++++++++------------- drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 2 +- .../ethernet/mellanox/mlx5/core/en/port_buffer.c | 27 +++- drivers/net/ethernet/ti/cpsw.c | 2 +- drivers/pci/hotplug/pciehp.h | 2 + drivers/pci/hotplug/pciehp_ctrl.c | 6 +- drivers/pci/hotplug/pciehp_hpc.c | 2 + drivers/pci/msi.c | 2 +- drivers/pci/pci-driver.c | 17 ++- drivers/pci/quirks.c | 22 +-- drivers/rpmsg/qcom_glink_native.c | 53 ++++++-- drivers/rpmsg/qcom_glink_smem.c | 2 +- drivers/scsi/libiscsi.c | 4 +- drivers/scsi/qla2xxx/qla_init.c | 1 + drivers/usb/host/xhci-hub.c | 8 ++ drivers/usb/host/xhci-ring.c | 3 +- drivers/vfio/pci/vfio_pci_intrs.c | 2 +- fs/cifs/cifs_debug.c | 5 + fs/cifs/file.c | 7 + fs/cifs/smb2misc.c | 59 ++++++-- fs/cifs/smb2pdu.c | 16 ++- fs/cifs/smb2proto.h | 3 + fs/cifs/smbdirect.c | 8 +- fs/cifs/transport.c | 7 +- include/linux/netdevice.h | 5 + include/linux/time.h | 13 ++ include/net/ip.h | 5 + include/net/tcp.h | 27 ++-- net/bridge/br_device.c | 6 + net/core/dev.c | 3 +- net/core/flow_dissector.c | 5 +- net/ipv4/devinet.c | 5 - net/ipv4/ip_output.c | 13 +- net/ipv4/tcp_output.c | 5 +- net/openvswitch/conntrack.c | 11 ++ net/sched/sch_mq.c | 1 + net/sched/sch_mqprio.c | 3 +- net/tipc/core.c | 29 ++-- 51 files changed, 415 insertions(+), 264 deletions(-)