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-allyesconfig in repository toolchain/ci/linux.
from f1a3b43cc1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds c56b4ef1cf0c ntb: intel: Make intel_ntb3_peer_db_addr static adds 8b2f033631c2 NTB: ntb_perf: Increased the number of message retries to 1000 adds b1ee5998a5d2 NTB: ntb_perf: Disable NTB link after clearing peer XLAT r [...] adds 12c023d7c32a NTB: ntb_perf: Clear stale values in doorbell and command [...] adds a5c3666f1c32 NTB: ntb_hw_amd: set peer limit register adds 51cb8dbf1324 NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed adds ff148d8ac53e ntb_hw_switchtec: potential shift wrapping bug in switchte [...] adds 1e590dec3ed6 NTB: amd: Silence shift wrapping warning in amd_ntb_db_vec [...] adds 18c8c0954d15 NTB: correct ntb_dev_ops and ntb_dev comment typos adds 28e339f100e3 ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_ [...] adds f0f43e766bdb ntb_hw_switchtec: Skip unnecessary re-setup of shared memo [...] adds a944ccc3b0ae ntb_hw_switchtec: Fix setup MW with failure bug adds d7cc609fb679 PCI/MSI: Support allocating virtual MSI interrupts adds fcdf8e95fa3b PCI/switchtec: Add module parameter to request more interrupts adds 246a42c51bc5 NTB: Introduce helper functions to calculate logical port number adds 5f1b1f065c79 NTB: Introduce functions to calculate multi-port resource index adds d217e07b32a6 NTB: Rename ntb.c to support multiple source files in the module adds 26b3a37b9284 NTB: Introduce MSI library adds a6bed7a54165 NTB: Introduce NTB MSI Test Client adds 76ab785e7396 NTB: Add ntb_msi_test support to ntb_test adds 2b0569b3b7e6 NTB: Add MSI interrupt support to ntb_transport adds d9c53aa440b3 NTB: Describe the ntb_msi_test client in the documentation. adds bec5545edef6 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb adds 618381f09cc1 hexagon: switch to generic version of pte allocation adds 8cf66504210d iommu/amd: fix a crash in iova_magazine_free_pfns adds 7e5a70ad88b1 CIFS: fix deadlock in cached root handling adds bf3c90ee1efe cifs: copy_file_range needs to strip setuid bits and updat [...] adds 89a5bfa350fa smb3: optimize open to not send query file internal info adds aa081859b10c cifs: flush before set-info if we have writeable handles adds 2a957ace44d4 cifs: update internal module number adds 91962d0f79cb Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/ [...] adds 1b03bc5c1163 typo fix: it's d_make_root, not d_make_inode... adds d6788eb7d0dc Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] adds 15ffef1ae69e dt-bindings: Ensure child nodes are of type 'object' adds 7d9ef7f37d1f dt-bindings: riscv: Limit cpus schema to only check RiscV [...] adds ad21a4ce040c dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors adds fcbe7e3cf86d dt-bindings: pinctrl: aspeed: Fix AST2500 example errors adds fbbf2b6e9b74 dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example adds 20051f5fdf67 dt-bindings: iio: ad7124: Fix dtc warnings in example adds e2297f7c3ab3 dt-bindings: pinctrl: stm32: Fix missing 'clocks' property [...] adds c7bf0a0f3703 Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.o [...] adds 5f9e832c1370 Linus 5.3-rc1
No new revisions were added by this update.
Summary of changes: .../bindings/bus/allwinner,sun8i-a23-rsb.yaml | 1 + .../devicetree/bindings/iio/adc/adi,ad7124.yaml | 71 ++-- .../devicetree/bindings/iio/adc/avia-hx711.yaml | 2 +- .../bindings/mtd/allwinner,sun4i-a10-nand.yaml | 1 + .../devicetree/bindings/mtd/nand-controller.yaml | 1 + .../bindings/pinctrl/aspeed,ast2400-pinctrl.yaml | 4 +- .../bindings/pinctrl/aspeed,ast2500-pinctrl.yaml | 9 +- .../bindings/pinctrl/st,stm32-pinctrl.yaml | 7 + Documentation/devicetree/bindings/riscv/cpus.yaml | 143 +++---- .../bindings/spi/allwinner,sun4i-a10-spi.yaml | 1 + .../bindings/spi/allwinner,sun6i-a31-spi.yaml | 1 + Documentation/driver-api/ntb.rst | 27 ++ Documentation/filesystems/porting | 2 +- Makefile | 4 +- arch/hexagon/include/asm/pgalloc.h | 34 +- drivers/iommu/amd_iommu.c | 2 +- drivers/ntb/Kconfig | 11 + drivers/ntb/Makefile | 3 + drivers/ntb/{ntb.c => core.c} | 0 drivers/ntb/hw/amd/ntb_hw_amd.c | 10 +- drivers/ntb/hw/intel/ntb_hw_gen3.c | 6 +- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 82 ++-- drivers/ntb/msi.c | 415 ++++++++++++++++++++ drivers/ntb/ntb_transport.c | 170 +++++++- drivers/ntb/test/Kconfig | 9 + drivers/ntb/test/Makefile | 1 + drivers/ntb/test/ntb_msi_test.c | 433 +++++++++++++++++++++ drivers/ntb/test/ntb_perf.c | 14 +- drivers/pci/msi.c | 54 ++- drivers/pci/switch/switchtec.c | 12 +- fs/cifs/cifsfs.c | 11 +- fs/cifs/cifsfs.h | 2 +- fs/cifs/inode.c | 16 + fs/cifs/smb2file.c | 18 +- fs/cifs/smb2ops.c | 53 ++- fs/cifs/smb2pdu.c | 46 ++- fs/cifs/smb2pdu.h | 4 +- fs/cifs/smb2proto.h | 7 +- include/linux/msi.h | 8 + include/linux/ntb.h | 200 +++++++++- include/linux/pci.h | 9 + tools/testing/selftests/ntb/ntb_test.sh | 54 ++- 42 files changed, 1709 insertions(+), 249 deletions(-) rename drivers/ntb/{ntb.c => core.c} (100%) create mode 100644 drivers/ntb/msi.c create mode 100644 drivers/ntb/test/ntb_msi_test.c