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-arm-lts-allnoconfig in repository toolchain/ci/linux.
from cc4c818b2219 Linux 4.19.65 new 93d6f0841eef scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure new a152a7b411a5 gcc-9: don't warn about uninitialized variable new 7c43f84efd6d driver core: Establish order of operations for device_add [...] new c23106d4276d drivers/base: Introduce kill_device() new d16bbdbbcb50 libnvdimm/bus: Prevent duplicate device_unregister() calls new 3248536919c1 libnvdimm/region: Register badblocks before namespaces new 7f000e7b4490 libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant new 2364ed0d8ed1 libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock new e830c2c3c174 HID: wacom: fix bit shift for Cintiq Companion 2 new 608cfdfa9eb7 HID: Add quirk for HP X1200 PIXART OEM mouse new 8440cdc77577 IB: directly cast the sockaddr union to aockaddr new cb4626784f39 atm: iphase: Fix Spectre v1 vulnerability new 774358df88f7 bnx2x: Disable multi-cos feature. new c4c8899376c2 ife: error out when nla attributes are empty new fdcefa46c5c2 ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 new 1bb2dd37cb87 ip6_tunnel: fix possible use-after-free on xmit new f186fb5ccf69 ipip: validate header length in ipip_tunnel_xmit new 3c46905fb182 mlxsw: spectrum: Fix error path in mlxsw_sp_module_init() new ffab47bf69df mvpp2: fix panic on module removal new b3645a487373 mvpp2: refactor MTU change code new 639239be11ad net: bridge: delete local fdb on device init failure new a19d4e34f092 net: bridge: mcast: don't delete permanent entries when fa [...] new edb7ad69c439 net: fix ifindex collision during namespace removal new 858f82c63667 net/mlx5e: always initialize frag->last_in_page new 4dddd08b571d net/mlx5: Use reversed order when unregister devices new c8b05980c4bf net: phylink: Fix flow control for fixed-link new 44b96a38c2b5 net: qualcomm: rmnet: Fix incorrect UL checksum offload logic new d82dc254b967 net: sched: Fix a possible null-pointer dereference in deq [...] new cb20f74135df net sched: update vlan action for batched events operations new 51d240a144a5 net: sched: use temporary variable for actions indexes new ce58a3655121 net/smc: do not schedule tx_work in SMC_CLOSED state new cd7f02fecac1 NFC: nfcmrvl: fix gpio-handling regression new eaa34bd4f7b5 ocelot: Cancel delayed work before wq destruction new 5295d6515485 tipc: compat: allow tipc commands without arguments new f378724e10ce tun: mark small packets as owned by the tap sock new cd84a10792f0 net/mlx5: Fix modify_cq_in alignment new 0ccf47265e4c net/mlx5e: Prevent encap flow counter update async to user query new 473430ed6117 r8169: don't use MSI before RTL8168d new e6e9bcef12ca compat_ioctl: pppoe: fix PPPOEIOCSFWD handling new 7528e95b7519 cgroup: Call cgroup_release() before __exit_signal() new 370b9e6399da cgroup: Implement css_task_iter_skip() new 4340d175b898 cgroup: Include dying leaders with live threads in PROCS i [...] new 0a9abd277819 cgroup: css_task_iter_skip()'d iterators must be advanced [...] new ebda41dd170f cgroup: Fix css_task_iter_advance_css_set() cset skip condition new 48fcdaba7b0d spi: bcm2835: Fix 3-wire mode if DMA is enabled new 893af1c79e42 Linux 4.19.66
The 46 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/atm/iphase.c | 8 +- drivers/base/base.h | 4 + drivers/base/core.c | 22 +++++ drivers/base/dd.c | 22 ++--- drivers/hid/hid-ids.h | 1 + drivers/hid/hid-quirks.c | 1 + drivers/hid/wacom_wac.c | 12 +-- drivers/i2c/i2c-core-base.c | 2 +- drivers/infiniband/core/sa_query.c | 9 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 3 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 46 +++------ drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 5 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 +- .../net/ethernet/mellanox/mlx5/core/fs_counters.c | 5 + drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +- drivers/net/ethernet/mscc/ocelot.c | 1 + drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h | 2 +- .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c | 13 ++- drivers/net/ethernet/realtek/r8169.c | 9 +- drivers/net/phy/phylink.c | 2 + drivers/net/ppp/pppoe.c | 3 + drivers/net/ppp/pppox.c | 13 +++ drivers/net/ppp/pptp.c | 3 + drivers/net/tun.c | 1 + drivers/nfc/nfcmrvl/main.c | 4 +- drivers/nfc/nfcmrvl/uart.c | 4 +- drivers/nfc/nfcmrvl/usb.c | 1 + drivers/nvdimm/bus.c | 98 +++++++++++++------ drivers/nvdimm/region.c | 22 ++--- drivers/nvdimm/region_devs.c | 4 + drivers/scsi/fcoe/fcoe_ctlr.c | 51 ++++------ drivers/scsi/libfc/fc_rport.c | 5 +- drivers/spi/spi-bcm2835.c | 3 +- fs/compat_ioctl.c | 3 - include/linux/cgroup-defs.h | 1 + include/linux/cgroup.h | 4 + include/linux/device.h | 1 + include/linux/if_pppox.h | 3 + include/linux/mlx5/fs.h | 1 + include/linux/mlx5/mlx5_ifc.h | 7 +- include/scsi/libfcoe.h | 1 + kernel/cgroup/cgroup.c | 106 +++++++++++++++------ kernel/exit.c | 2 +- net/bridge/br_multicast.c | 3 + net/bridge/br_vlan.c | 5 + net/core/dev.c | 2 + net/ipv4/ipip.c | 3 + net/ipv6/ip6_gre.c | 3 +- net/ipv6/ip6_tunnel.c | 6 +- net/l2tp/l2tp_ppp.c | 3 + net/sched/act_bpf.c | 9 +- net/sched/act_connmark.c | 9 +- net/sched/act_csum.c | 9 +- net/sched/act_gact.c | 8 +- net/sched/act_ife.c | 13 ++- net/sched/act_mirred.c | 13 +-- net/sched/act_nat.c | 9 +- net/sched/act_pedit.c | 10 +- net/sched/act_police.c | 8 +- net/sched/act_sample.c | 10 +- net/sched/act_simple.c | 10 +- net/sched/act_skbedit.c | 11 ++- net/sched/act_skbmod.c | 11 ++- net/sched/act_tunnel_key.c | 8 +- net/sched/act_vlan.c | 25 +++-- net/sched/sch_codel.c | 6 +- net/smc/af_smc.c | 8 +- net/tipc/netlink_compat.c | 11 ++- 70 files changed, 470 insertions(+), 261 deletions(-)