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-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from fd008d1a7a20 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds 2201f31f2c6d xtensa: use actual syscall number in do_syscall_trace_leave adds 2663147dc746 xtensa: fix initialization of pt_regs::syscall in start_thread adds ada770b1e74a xtensa: fix return_address adds ecae26fae15a xtensa: fix format string warning in init_pmd adds 10d433979f2e Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/l [...] adds e891db1a18bf tpm: turn on TPM on suspend for TPM 1.x adds 711062926346 tpm: fix an invalid condition in tpm_common_poll adds c78719203fc6 KEYS: trusted: allow trusted.ko to initialize w/o a TPM adds b9d0a85d6b2e tpm: Fix the type of the return value in calc_tpm2_event_size() adds be24b37e22c2 KEYS: trusted: fix -Wvarags warning adds f1a0ba6cccff selftests/tpm2: Extend tests to cover partial reads adds 6da70580af96 selftests/tpm2: Open tpm dev in unbuffered mode adds a556810d8e06 Merge branch 'fixes-v5.1' of git://git.kernel.org/pub/scm/ [...] adds d7ee81ad09f0 NFC: nci: Add some bounds checking in nci_hci_cmd_received() adds 6491d698396f nfc: nci: Potential off by one in ->pipes[] array adds b959ecf8f953 selftests: add a tc matchall test case adds 5055376a3b44 net: vrf: Fix ping failed when vrf mtu is set to 0 adds b1a6e8f91313 MAINTAINERS: ieee802154: update documentation file pattern adds b75bb8a5b755 r8169: disable ASPM again adds 492b67e28ee5 net: ip_gre: fix possible use-after-free in erspan_rcv adds 2a3cabae4536 net: ip6_gre: fix possible use-after-free in ip6erspan_rcv adds 3c5189ad7099 Merge branch 'erspan-use-after-free' adds afe64245af9f ethtool: avoid signed-unsigned comparison in ethtool_valid [...] adds caf2c5205d82 broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constant adds d63da85a4226 qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constant adds 738de00cda52 Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant' adds a62520473f15 net: macb driver, check for SKBTX_HW_TSTAMP adds a1b0e4e684e9 bnxt_en: Improve RX consumer index validity check. adds 8e44e96c6c8e bnxt_en: Reset device on RX buffer errors. adds e063f4598249 Merge branch 'bnxt_en-fixes' adds 869e3305f23d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds 18bfb9c6a8a5 aio: Fix an error code in __io_submit_one() adds 27fad74a5a77 iov_iter: Fix build error without CONFIG_CRYPTO adds 6af1c849dfb1 aio: use kmem_cache_free() instead of kfree() new 972acfb49446 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds ab8a6d821179 MIPS: KGDB: fix kgdb support for SMP platforms. adds e4952b0c2c03 MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_b [...] adds 6e3572e83dc3 MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig new 0ee7fb36f988 Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/s [...]
The 2 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: MAINTAINERS | 2 +- arch/mips/configs/generic/board-ocelot.config | 8 +++ arch/mips/kernel/kgdb.c | 3 +- arch/mips/sgi-ip27/ip27-irq.c | 3 +- arch/xtensa/include/asm/processor.h | 21 ++++---- arch/xtensa/kernel/entry.S | 6 +++ arch/xtensa/kernel/stacktrace.c | 6 ++- arch/xtensa/mm/mmu.c | 2 +- drivers/char/tpm/eventlog/tpm2.c | 4 +- drivers/char/tpm/tpm-dev-common.c | 9 +++- drivers/char/tpm/tpm-interface.c | 14 +++-- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 16 ++++-- drivers/net/ethernet/broadcom/tg3.c | 8 +-- drivers/net/ethernet/broadcom/tg3.h | 4 +- drivers/net/ethernet/cadence/macb_main.c | 4 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 2 +- drivers/net/ethernet/realtek/r8169.c | 6 +++ drivers/net/vrf.c | 8 ++- fs/aio.c | 4 +- include/keys/trusted.h | 2 +- include/net/nfc/nci_core.h | 2 +- include/uapi/linux/ethtool.h | 2 +- lib/iov_iter.c | 4 ++ net/ipv4/ip_gre.c | 15 ++++-- net/ipv6/ip6_gre.c | 20 ++++--- net/nfc/nci/hci.c | 8 +++ security/keys/trusted.c | 32 ++++++++--- .../tc-testing/tc-tests/filters/tests.json | 20 +++++++ tools/testing/selftests/tpm2/tpm2.py | 5 +- tools/testing/selftests/tpm2/tpm2_tests.py | 63 ++++++++++++++++++++++ 30 files changed, 238 insertions(+), 65 deletions(-)