Buildresult: powerpc-fixes/mips-defconfig/mipsel-gcc5 built on Oct 2 2021, 00:48
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 2 2021, 00:48
Duration:
0:01:05.901509
Builder:
ka4
Revision:
powerpc/iommu: Report the correct most efficient DMA mask for PCI devices (
23c216b335d1fbd716076e8263b54a714ea3cf0e)
Target:
powerpc-fixes/mips-defconfig/mipsel-gcc5
Branch:
powerpc-fixes
Compiler:
mipsel-gcc5
(mipsel-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.26.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (1)
arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0"
Full Log
# git rev-parse -q --verify 23c216b335d1fbd716076e8263b54a714ea3cf0e^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/linuxppc/linux.git fixes-test # git rev-parse -q --verify 23c216b335d1fbd716076e8263b54a714ea3cf0e^{commit} 23c216b335d1fbd716076e8263b54a714ea3cf0e # git checkout -q -f -B kisskb 23c216b335d1fbd716076e8263b54a714ea3cf0e # git clean -qxdf # < git log -1 # commit 23c216b335d1fbd716076e8263b54a714ea3cf0e # Author: Alexey Kardashevskiy <aik@ozlabs.ru> # Date: Thu Sep 30 13:44:54 2021 +1000 # # powerpc/iommu: Report the correct most efficient DMA mask for PCI devices # # According to dma-api.rst, the dma_get_required_mask() helper should return # "the mask that the platform requires to operate efficiently". Which in # the case of PPC64 means the bypass mask and not a mask from an IOMMU table # which is shorter and slower to use due to map/unmap operations (especially # expensive on "pseries"). # # However the existing implementation ignores the possibility of bypassing # and returns the IOMMU table mask on the pseries platform which makes some # drivers (mpt3sas is one example) choose 32bit DMA even though bypass is # supported. The powernv platform sort of handles it by having a bigger # default window with a mask >=40 but it only works as drivers choose # 63/64bit if the required mask is >32 which is rather pointless. # # This reintroduces the bypass capability check to let drivers make # a better choice of the DMA mask. # # Fixes: f1565c24b596 ("powerpc: use the generic dma_ops_bypass mode") # Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> # Reviewed-by: Christoph Hellwig <hch@lst.de> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210930034454.95794-1-aik@ozlabs.ru # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-gcc --version # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld --version # < git log --format=%s --max-count=1 23c216b335d1fbd716076e8263b54a714ea3cf0e # < make -s -j 120 ARCH=mips O=/kisskb/build/powerpc-fixes_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- defconfig # < make -s -j 120 ARCH=mips O=/kisskb/build/powerpc-fixes_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- help # make -s -j 120 ARCH=mips O=/kisskb/build/powerpc-fixes_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- olddefconfig # make -s -j 120 ARCH=mips O=/kisskb/build/powerpc-fixes_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" Completed OK # rm -rf /kisskb/build/powerpc-fixes_mips-defconfig_mipsel # Build took: 0:01:05.901509
© Michael Ellerman 2006-2018.