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-release-aarch64-lts-allnoconfig in repository toolchain/ci/linux.
from db2d0b7c1dde Linux 4.19.73 new f57fd58dda42 bridge/mdb: remove wrong use of NLM_F_MULTI new a20c8e4ae48d cdc_ether: fix rndis support for Mediatek based smartphones new ea6ec671c87e ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()' new 2354e925e361 isdn/capi: check message length in capi_write() new b26f489245b3 ixgbe: Fix secpath usage for IPsec TX offload. new 88a46756f016 net: Fix null de-reference of device refcount new 821302dd0c51 net: gso: Fix skb_segment splat when splitting gso_size ma [...] new 3600a311f83d net: phylink: Fix flow control resolution new a7f46e18ecfe net: sched: fix reordering issues new a9e91767b921 sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero new 41b624ff83d2 sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' new 7c34a29261ee sctp: use transport pf_retrans in sctp_do_8_2_transport_strike new 67fe3b94a833 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR new 9a4598424e99 tipc: add NULL pointer check before calling kfree_rcu new 0f4ceb259493 tun: fix use-after-free when register netdev failed new 705df757e937 gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot op [...] new 22ed1d472811 gpio: fix line flag validation in linehandle_create new 7cbd49cf0d62 Btrfs: fix assertion failure during fsync and use of stale [...] new 5b5f14601e0a ixgbe: Prevent u8 wrapping of ITR value to something less [...] new 991b3458da56 genirq: Prevent NULL pointer dereference in resend_irqs() new 9f8a2825918c KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap [...] new 09a9f894c65b KVM: s390: Do not leak kernel stack data in the KVM_S390_I [...] new 6e60900cfa3e KVM: x86: work around leak of uninitialized stack contents new 73c31bd92039 KVM: nVMX: handle page fault in vmread new eb020b77b646 x86/purgatory: Change compiler flags from -mcmodel=kernel [...] new d9e8b4ba0397 powerpc: Add barrier_nospec to raw_copy_in_user() new a63416f39aaf drm/meson: Add support for XBGR8888 & ABGR8888 formats new 6da56f8982bb clk: rockchip: Don't yell about bad mmc phases when getting new 70facf939ba2 mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue new 0f4095f33557 PCI: Always allow probing with driver_override new a65290083b66 gpio: fix line flag validation in lineevent_create new 72cd230b3231 ubifs: Correctly use tnc_next() in search_dh_cookie() new e1666bcbae0c driver core: Fix use-after-free and double free on glue directory new 39fa02a36bb3 crypto: talitos - check AES key size new 02ebbb4f8df8 crypto: talitos - fix CTR alg blocksize new c4d7148e2d67 crypto: talitos - check data blocksize in ablkcipher. new 9aff4077304b crypto: talitos - fix ECB algs ivsize new e89d4cb6fba3 crypto: talitos - Do not modify req->cryptlen on decryption. new 3dfc787f2f50 crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv [...] new 4b30a0698208 firmware: ti_sci: Always request response from firmware new d13a836d787d drm: panel-orientation-quirks: Add extra quirk table entry [...] new a03ed2891cdb drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto new acf77c411b4e Revert "Bluetooth: btusb: driver to enable the usb-wakeup [...] new 0ae0c43abcbf iio: adc: stm32-dfsdm: fix data type new ae415d7a2707 modules: fix BUG when load module with rodata=n new 52bfcc9c8406 modules: fix compile error if don't have strict module rwx new 780f3aadee1e platform/x86: pmc_atom: Add CB4063 Beckhoff Automation boa [...] new 3622d621e9be rsi: fix a double free bug in rsi_91x_deinit() new 96c08711fc66 nvmem: Use the same permissions for eeprom as for nvmem new 9d587fe2cd70 x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CF [...] new dbc29aff8d04 Linux 4.19.74
The 51 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/powerpc/include/asm/uaccess.h | 1 + arch/s390/kvm/interrupt.c | 10 ++++ arch/s390/kvm/kvm-s390.c | 4 +- arch/x86/Makefile | 1 + arch/x86/kvm/vmx.c | 7 ++- arch/x86/kvm/x86.c | 7 +++ arch/x86/purgatory/Makefile | 35 ++++++++------ drivers/base/core.c | 53 +++++++++++++++++++- drivers/bluetooth/btusb.c | 5 -- drivers/clk/rockchip/clk-mmc-phase.c | 4 +- drivers/crypto/talitos.c | 67 +++++++++++++++++++------- drivers/firmware/ti_sci.c | 8 +-- drivers/gpio/gpiolib-acpi.c | 42 ++++++++++++++-- drivers/gpio/gpiolib.c | 16 ++++-- drivers/gpu/drm/drm_panel_orientation_quirks.c | 12 +++++ drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 +- drivers/gpu/drm/meson/meson_plane.c | 16 ++++++ drivers/iio/adc/stm32-dfsdm-adc.c | 4 +- drivers/isdn/capi/capi.c | 10 +++- drivers/mtd/nand/raw/mtk_nand.c | 21 ++++---- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 8 ++- drivers/net/phy/phylink.c | 6 +-- drivers/net/tun.c | 16 ++++-- drivers/net/usb/cdc_ether.c | 13 +++-- drivers/net/wireless/rsi/rsi_91x_usb.c | 1 - drivers/nvmem/core.c | 15 ++++-- drivers/pci/pci-driver.c | 3 +- drivers/platform/x86/pmc_atom.c | 8 +++ fs/btrfs/tree-log.c | 8 +-- fs/ubifs/tnc.c | 16 ++++-- include/uapi/linux/isdn/capicmd.h | 1 + kernel/irq/resend.c | 2 + kernel/module.c | 24 ++++++--- net/bridge/br_mdb.c | 2 +- net/core/dev.c | 2 + net/core/skbuff.c | 19 ++++++++ net/ipv4/tcp_input.c | 2 +- net/ipv6/ping.c | 2 +- net/sched/sch_generic.c | 9 +++- net/sched/sch_hhf.c | 2 +- net/sctp/protocol.c | 2 +- net/sctp/sm_sideeffect.c | 2 +- net/tipc/name_distr.c | 3 +- 44 files changed, 378 insertions(+), 118 deletions(-)