Buildresult: powerpc-next/ppc64_defconfig+UP/powerpc-gcc4.9 built on Apr 11 2021, 03:38
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 11 2021, 03:38
Duration:
0:03:37.314119
Builder:
ka3
Revision:
powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler (
3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb)
Target:
powerpc-next/ppc64_defconfig+UP/powerpc-gcc4.9
Branch:
powerpc-next
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
ppc64_defconfig+UP
(
download
)
Log:
Download original
Possible warnings (5)
drivers/macintosh/via-pmu.c:190:12: warning: '__fake_sleep' defined but not used [-Wunused-variable] drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] fs/btrfs/tree-checker.c:1071:9: warning: missing braces around initializer [-Wmissing-braces] fs/btrfs/tree-checker.c:1071:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces]
Full Log
# git rev-parse -q --verify 3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb^{commit} 3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb already have revision, skipping fetch # git checkout -q -f -B kisskb 3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb # git clean -qxdf # < git log -1 # commit 3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb # Author: Cédric Le Goater <clg@kaod.org> # Date: Wed Mar 31 16:45:14 2021 +0200 # # powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler # # Instead of calling irq_create_mapping() to map the IPI for a node, # introduce an 'alloc' handler. This is usually an extension to support # hierarchy irq_domains which is not exactly the case for XIVE-IPI # domain. However, we can now use the irq_domain_alloc_irqs() routine # which allocates the IRQ descriptor on the specified node, even better # for cache performance on multi node machines. # # Signed-off-by: Cédric Le Goater <clg@kaod.org> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210331144514.892250-10-clg@kaod.org # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 3ac6488df9160f52bbd8b8ec3387a53ac3d0f2eb # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_SMP=n # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/macintosh/via-pmu.c:190:12: warning: '__fake_sleep' defined but not used [-Wunused-variable] static int __fake_sleep; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c: In function 'cxgb4_write_partial_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/powerpc-next_ppc64_defconfig+UP_powerpc-gcc4.9 # Build took: 0:03:37.314119
© Michael Ellerman 2006-2018.