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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 121bddf39a8e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds cf18cecca911 bnx2x: Check if transceiver implements DDM before access adds d0f84d0856c1 tipc: fix issues with early FAILOVER_MSG from peer adds d0bae4a0e3d8 net: remove duplicate fetch in sock_getsockopt adds 72b319dc08b4 tun: wake up waitqueues after IFF_UP is set adds 5684abf7020d ip_tunnel: allow not to count pkts on tstats by setting sk [...] adds 6f6a8622057c ip6_tunnel: allow not to count pkts on tstats by passing d [...] adds c3bcde026684 tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb adds 55458d2f4074 Merge branch 'net-fix-quite-a-few-dst_cache-crashes-report [...] adds 9476274093a0 net: lio_core: fix potential sign-extension overflow on la [...] adds 177b8007463c net: netem: fix backlog accounting for corrupted GSO frames adds 3e14c383de34 net: netem: fix use after free and double free with packet [...] adds e11e1007a177 Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames' adds 76e21533a48b net/udp_gso: Allow TX timestamp with UDP GSO adds cb359b604167 hvsock: fix epollout hang from race condition adds 5142967ab524 netfilter: nf_tables: fix module autoload with inet family adds a0d56cb911ca netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments adds 8a3dca632538 netfilter: ipv6: nf_defrag: accept duplicate fragments again adds d470e720ef27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf adds 48620e341659 net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1 [...] adds fdbf6326912d net/af_iucv: remove GFP_DMA restriction for HiperTransport adds 238965b71b96 net/af_iucv: build proper skbs for HiperTransport adds 06996c1d4088 net/af_iucv: always register net_device notifier adds 99838e602bc8 Merge branch 'af_iucv-fixes' adds bf6de2315362 net: hns3: Fix inconsistent indenting adds c7036d97acd2 ipv6: Default fib6_type to RTN_UNICAST when not set adds 8110a7a7d295 net: mvpp2: debugfs: Add pmap to fs dump adds 85f9aa7565bd inet: clear num_timeout reqsk_alloc() adds b6653b3629e5 tcp: refine memory limit test in tcp_fragment() adds c356dc4b540e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds 693cd8ce3f88 Bluetooth: Fix regression with minimum encryption key size [...] adds b7f8b440f300 powerpc/32s: fix initial setup of segment registers on sec [...] adds e8732ffa2e09 powerpc/booke: fix fast syscall entry on SMP adds 82f6e266f812 powerpc/32: fix build failure on book3e with KVM adds fabb2efcf084 KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr() adds 84b028243ef0 KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_se [...] adds 9739ab7eda45 powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac adds 500871125920 KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest T [...] adds a8282bf087bc Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/ [...] adds 1ac3549ed58c scsi: qedi: Check targetname while finding boot target inf [...] adds 8cf4c5403aeb scsi: qedi: update driver version to 8.37.0.20 adds 24e2e7a19f7e scsi: ufs: Avoid runtime suspend possibly being blocked forever adds 5589b08e5be4 scsi: qla2xxx: Fix hardlockup in abort command during driv [...] adds f4102766463a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 6dbbd053e6ae PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is [...] adds b253d5f3ecc9 Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/s [...] new 0aafc8ae665f Revert "iommu/vt-d: Fix lock inversion between iommu->lock [...] new 6698a71a1e36 Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub [...] new 4b972a01a7da Linux 5.2-rc6
The 3 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/page.h | 7 ++++ arch/powerpc/kernel/head_32.S | 1 + arch/powerpc/kernel/head_booke.h | 10 ++--- arch/powerpc/kernel/head_fsl_booke.S | 2 +- arch/powerpc/kvm/book3s_hv_builtin.c | 1 + arch/powerpc/kvm/book3s_hv_rmhandlers.S | 15 ++++++- arch/powerpc/mm/mem.c | 3 +- arch/powerpc/platforms/powermac/Kconfig | 1 + drivers/iommu/intel-iommu.c | 7 ++-- drivers/net/dsa/mv88e6xxx/global1_vtu.c | 2 +- .../net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 3 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 1 + drivers/net/ethernet/cavium/liquidio/lio_core.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c | 3 ++ drivers/net/tun.c | 19 ++++----- drivers/pci/p2pdma.c | 4 ++ drivers/scsi/qedi/qedi_main.c | 3 ++ drivers/scsi/qedi/qedi_version.h | 6 +-- drivers/scsi/qla2xxx/qla_os.c | 2 +- drivers/scsi/ufs/ufshcd-pltfrm.c | 11 ++--- include/net/ip6_tunnel.h | 9 ++-- include/net/request_sock.h | 3 ++ net/bluetooth/hci_conn.c | 18 ++++---- net/bluetooth/l2cap_core.c | 33 ++++++++++++--- net/core/sock.c | 3 -- net/ipv4/inet_connection_sock.c | 4 -- net/ipv4/ip_tunnel_core.c | 9 ++-- net/ipv4/tcp_fastopen.c | 4 -- net/ipv4/tcp_output.c | 3 +- net/ipv4/udp_offload.c | 5 +++ net/ipv6/netfilter/nf_conntrack_reasm.c | 22 +++++----- net/ipv6/route.c | 2 +- net/iucv/af_iucv.c | 49 ++++++++++++++++------ net/netfilter/nft_masq.c | 3 +- net/netfilter/nft_redir.c | 3 +- net/sched/sch_netem.c | 26 ++++++------ net/tipc/link.c | 1 - net/tipc/node.c | 10 +++-- net/tipc/udp_media.c | 8 ++-- net/vmw_vsock/hyperv_transport.c | 39 ++++------------- 42 files changed, 210 insertions(+), 151 deletions(-)