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-stable-allnoconfig in repository toolchain/ci/linux.
from de850633a01f Linux 5.4.31 adds 3fcd53b1d859 net: phy: realtek: fix handling of RTL8105e-integrated PHY adds 77cf80793692 cxgb4: fix MPS index overwrite when setting MAC address adds bbbdd7956bab ipv6: don't auto-add link-local address to lag ports adds 040f7a27583f net: dsa: bcm_sf2: Do not register slave MDIO bus with OF adds bce7ce18bd18 net: dsa: bcm_sf2: Ensure correct sub-node is parsed adds 7d3d99f579e8 net: dsa: mt7530: fix null pointer dereferencing in port5 setup adds 1189ba9eedac net: phy: micrel: kszphy_resume(): add delay after genphy_ [...] adds 1891d57f89aa net_sched: add a temporary refcnt for struct tcindex_data adds 049b9fa3ef65 net_sched: fix a missing refcnt in tcindex_init() adds feed32e3d6fe net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting adds fdb6a094ba41 slcan: Don't transmit uninitialized stack data in padding adds 671331c11c39 tun: Don't put_page() for all negative return values from [...] adds 5249653d971d mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE adds 74107d56d1e8 r8169: change back SG and TSO to be disabled by default adds 5e331978200e s390: prevent leaking kernel address in BEAR adds 170f88a47b9f random: always use batched entropy for get_random_u{32,64} adds 94d2d84bcafa usb: dwc3: gadget: Wrap around when skip TRBs adds 8b0f08036659 uapi: rename ext2_swab() to swab() and share globally in swab.h adds ea84a26ab633 slub: improve bit diffusion for freelist ptr obfuscation adds dfa210cf9f94 tools/accounting/getdelays.c: fix netlink attribute length adds 41a0cfa05c05 hwrng: imx-rngc - fix an error path adds 9da847d65f37 ACPI: PM: Add acpi_[un]register_wakeup_handler() adds e30a21c6fea5 platform/x86: intel_int0002_vgpio: Use acpi_register_wakeu [...] adds 9351dee1cc24 ASoC: jz4740-i2s: Fix divider written at incorrect offset [...] adds cd38d8b231f1 IB/hfi1: Call kobject_put() when kobject_init_and_add() fails adds ccc2b645de20 IB/hfi1: Fix memory leaks in sysfs registration and unregi [...] adds 4ac80b02f10d IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads adds cf7005662673 ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D adds 7dafb2c6fb46 ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A adds 56385788f7f6 ceph: remove the extra slashes in the server path adds 193490dbe5ba ceph: canonicalize server path in place adds ab6ee4330288 include/uapi/linux/swab.h: fix userspace breakage, use __B [...] adds 51795bcf595d RDMA/ucma: Put a lock around every call to the rdma_cm layer adds 09583e3f0402 RDMA/cma: Teach lockdep about the order of rtnl and lock adds 7f5432c2f446 RDMA/siw: Fix passive connection establishment adds b40f1ae359f2 Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl adds d020ff5060a4 RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow adds d4083258db04 blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync adds 047affa0ef00 fbcon: fix null-ptr-deref in fbcon_switch adds 04ad505eed58 drm/i915: Fix ref->mutex deadlock in i915_active_wait() adds ad5676629a12 iommu/vt-d: Allow devices with RMRRs to use identity domain adds bc844d58f697 Linux 5.4.32
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/arm/mach-imx/Kconfig | 2 + arch/s390/include/asm/lowcore.h | 4 +- arch/s390/include/asm/processor.h | 1 + arch/s390/include/asm/setup.h | 7 + arch/s390/kernel/asm-offsets.c | 2 + arch/s390/kernel/entry.S | 65 +++++---- arch/s390/kernel/process.c | 1 + arch/s390/kernel/setup.c | 3 + arch/s390/kernel/smp.c | 2 + arch/s390/mm/vmem.c | 4 + block/blk-mq.c | 8 ++ drivers/acpi/sleep.c | 4 + drivers/acpi/sleep.h | 1 + drivers/acpi/wakeup.c | 81 ++++++++++++ drivers/char/hw_random/imx-rngc.c | 4 +- drivers/char/random.c | 20 +-- drivers/gpu/drm/i915/i915_active.c | 29 +++-- drivers/gpu/drm/i915/i915_active.h | 4 +- drivers/infiniband/core/cma.c | 14 ++ drivers/infiniband/core/ucma.c | 49 ++++++- drivers/infiniband/hw/hfi1/sysfs.c | 26 +++- drivers/infiniband/hw/mlx5/main.c | 6 +- drivers/infiniband/sw/siw/siw_cm.c | 145 +++++---------------- drivers/iommu/intel-iommu.c | 15 +-- drivers/net/can/slcan.c | 4 +- drivers/net/dsa/bcm_sf2.c | 9 +- drivers/net/dsa/mt7530.c | 3 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 1 - .../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 9 +- drivers/net/ethernet/realtek/r8169_main.c | 34 +++-- .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +- drivers/net/phy/micrel.c | 7 + drivers/net/phy/realtek.c | 9 ++ drivers/net/tun.c | 10 +- drivers/platform/x86/intel_int0002_vgpio.c | 10 ++ drivers/usb/dwc3/gadget.c | 2 +- drivers/video/fbdev/core/fbcon.c | 3 + fs/ceph/super.c | 56 +++++--- fs/ceph/super.h | 2 +- include/linux/acpi.h | 5 + include/linux/mlx5/mlx5_ifc.h | 6 +- include/linux/swab.h | 1 + include/uapi/linux/swab.h | 10 ++ lib/find_bit.c | 16 +-- mm/slub.c | 2 +- net/bluetooth/rfcomm/tty.c | 4 +- net/ipv6/addrconf.c | 4 + net/sched/cls_tcindex.c | 45 ++++++- sound/soc/jz4740/jz4740-i2s.c | 2 +- tools/accounting/getdelays.c | 2 +- 51 files changed, 480 insertions(+), 277 deletions(-)