Buildresult: powerpc-next/ia64-defconfig/ia64-gcc4.9 built on Dec 11 2020, 01:57
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 11 2020, 01:57
Duration:
0:02:16.417960
Builder:
ka1
Revision:
powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cache (
0be47634db0baa9e91c7e635e7e73355d6a5cf43)
Target:
powerpc-next/ia64-defconfig/ia64-gcc4.9
Branch:
powerpc-next
Compiler:
ia64-gcc4.9
(ia64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (5)
arch/ia64/configs/generic_defconfig:58:warning: override: reassigning to symbol ATA arch/ia64/configs/generic_defconfig:59:warning: override: reassigning to symbol ATA_PIIX <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value] arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value]
Full Log
# git rev-parse -q --verify 0be47634db0baa9e91c7e635e7e73355d6a5cf43^{commit} 0be47634db0baa9e91c7e635e7e73355d6a5cf43 already have revision, skipping fetch # git checkout -q -f -B kisskb 0be47634db0baa9e91c7e635e7e73355d6a5cf43 # git clean -qxdf # < git log -1 # commit 0be47634db0baa9e91c7e635e7e73355d6a5cf43 # Author: Gautham R. Shenoy <ego@linux.vnet.ibm.com> # Date: Thu Dec 10 16:08:59 2020 +0530 # # powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cache # # On POWER platforms where only some groups of threads within a core # share the L2-cache (indicated by the ibm,thread-groups device-tree # property), we currently print the incorrect shared_cpu_map/list for # L2-cache in the sysfs. # # This patch reports the correct shared_cpu_map/list on such platforms. # # Example: # On a platform with "ibm,thread-groups" set to # 00000001 00000002 00000004 00000000 # 00000002 00000004 00000006 00000001 # 00000003 00000005 00000007 00000002 # 00000002 00000004 00000000 00000002 # 00000004 00000006 00000001 00000003 # 00000005 00000007 # # This indicates that threads {0,2,4,6} in the core share the L2-cache # and threads {1,3,5,7} in the core share the L2 cache. # # However, without the patch, the shared_cpu_map/list for L2 for CPUs 0, # 1 is reported in the sysfs as follows: # # /sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list:0-7 # /sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map:000000,000000ff # # /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list:0-7 # /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map:000000,000000ff # # With the patch, the shared_cpu_map/list for L2 cache for CPUs 0, 1 is # correctly reported as follows: # # /sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list:0,2,4,6 # /sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map:000000,00000055 # # /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list:1,3,5,7 # /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map:000000,000000aa # # This patch also defines cpu_l2_cache_mask() for !CONFIG_SMP case. # # Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/1607596739-32439-6-git-send-email-ego@linux.vnet.ibm.com # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-ld --version # < git log --format=%s --max-count=1 0be47634db0baa9e91c7e635e7e73355d6a5cf43 # < make -s -j 48 ARCH=ia64 O=/kisskb/build/powerpc-next_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- defconfig arch/ia64/configs/generic_defconfig:58:warning: override: reassigning to symbol ATA arch/ia64/configs/generic_defconfig:59:warning: override: reassigning to symbol ATA_PIIX # < make -s -j 48 ARCH=ia64 O=/kisskb/build/powerpc-next_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- help # make -s -j 48 ARCH=ia64 O=/kisskb/build/powerpc-next_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- olddefconfig # make -s -j 48 ARCH=ia64 O=/kisskb/build/powerpc-next_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/ia64/include/uapi/asm/intrinsics.h:22:0, from /kisskb/src/arch/ia64/include/asm/intrinsics.h:11, from /kisskb/src/arch/ia64/include/asm/timex.h:14, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:73, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /kisskb/src/arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr))) __xchg((unsigned long) (x), (ptr), sizeof(*(ptr)))) ^ /kisskb/src/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /kisskb/src/arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr))) __xchg((unsigned long) (x), (ptr), sizeof(*(ptr)))) ^ /kisskb/src/fs/nfs/read.c:355:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^ No errors detected in 22326 functions. Completed OK # rm -rf /kisskb/build/powerpc-next_ia64-defconfig_ia64-gcc4.9 # Build took: 0:02:16.417960
© Michael Ellerman 2006-2018.