Buildresult: powerpc-next/pseries_defconfig+NO_MEMORY_HOTPLUG/powerpc-gcc4.9 built on Feb 12 2021, 04:35
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 12 2021, 04:35
Duration:
0:02:59.690528
Builder:
ka2
Revision:
selftests/powerpc: Test for spurious kernel memory faults on radix (
b7a2d47af3a0d58527e3a53ab85f597cd495b7ce)
Target:
powerpc-next/pseries_defconfig+NO_MEMORY_HOTPLUG/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:
pseries_defconfig+NO_MEMORY_HOTPLUG
(
download
)
Log:
Download original
Possible warnings (4)
fs/btrfs/tree-checker.c:1064:9: warning: missing braces around initializer [-Wmissing-braces] fs/btrfs/tree-checker.c:1064:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] 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]
Full Log
# git rev-parse -q --verify b7a2d47af3a0d58527e3a53ab85f597cd495b7ce^{commit} b7a2d47af3a0d58527e3a53ab85f597cd495b7ce already have revision, skipping fetch # git checkout -q -f -B kisskb b7a2d47af3a0d58527e3a53ab85f597cd495b7ce # git clean -qxdf # < git log -1 # commit b7a2d47af3a0d58527e3a53ab85f597cd495b7ce # Author: Jordan Niethe <jniethe5@gmail.com> # Date: Mon Feb 8 14:29:57 2021 +1100 # # selftests/powerpc: Test for spurious kernel memory faults on radix # # Previously when mapping kernel memory on radix, no ptesync was # included which would periodically lead to unhandled spurious faults. # Mapping kernel memory is used when code patching with Strict RWX # enabled. As suggested by Chris Riedl, turning ftrace on and off does a # large amount of code patching so is a convenient way to see this kind # of fault. # # Add a selftest to try and trigger this kind of a spurious fault. It # tests for 30 seconds which is usually long enough for the issue to # show up. # # Signed-off-by: Jordan Niethe <jniethe5@gmail.com> # [mpe: Rename it to better reflect what it does, rather than the symptom] # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210208032957.1232102-2-jniethe5@gmail.com # < /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 b7a2d47af3a0d58527e3a53ab85f597cd495b7ce # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig+NO_MEMORY_HOTPLUG_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_defconfig # Added to kconfig CONFIG_MEMORY_HOTPLUG=n # Added to kconfig CONFIG_MEMORY_HOTREMOVE=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig+NO_MEMORY_HOTPLUG_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig+NO_MEMORY_HOTPLUG_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig+NO_MEMORY_HOTPLUG_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1064:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1064:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] /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] Completed OK # rm -rf /kisskb/build/powerpc-next_pseries_defconfig+NO_MEMORY_HOTPLUG_powerpc-gcc4.9 # Build took: 0:02:59.690528
© Michael Ellerman 2006-2018.