Buildresult: gustavoars/nds32-allmodconfig/nds32le-gcc8 built on Oct 28 2020, 12:46
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 28 2020, 12:46
Duration:
0:17:26.476832
Builder:
blade4b
Revision:
printk: ringbuffer: Replace zero-length array with flexible-array member (
69048a070d73b364fd4d168883a9680ac130095d)
Target:
gustavoars/nds32-allmodconfig/nds32le-gcc8
Branch:
gustavoars
Compiler:
nds32le-gcc8
(nds32le-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30.51.20180307)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (7)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/nds32/kernel/setup.c:247:26: warning: unused variable 'region' [-Wunused-variable] drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] WARNING: modpost: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned.
Full Log
# git rev-parse -q --verify 69048a070d73b364fd4d168883a9680ac130095d^{commit} 69048a070d73b364fd4d168883a9680ac130095d already have revision, skipping fetch # git checkout -q -f -B kisskb 69048a070d73b364fd4d168883a9680ac130095d # git clean -qxdf # < git log -1 # commit 69048a070d73b364fd4d168883a9680ac130095d # Author: Gustavo A. R. Silva <gustavoars@kernel.org> # Date: Tue Oct 27 13:50:19 2020 -0500 # # printk: ringbuffer: Replace zero-length array with flexible-array member # # There is a regular need in the kernel to provide a way to declare having a # dynamically sized set of trailing elements in a structure. Kernel code should # always use “flexible array members”[1] for these cases. The older style of # one-element or zero-length arrays should no longer be used[2]. # # [1] https://en.wikipedia.org/wiki/Flexible_array_member # [2] https://www.kernel.org/doc/html/v5.9/process/deprecated.html#zero-length-and-one-element-arrays # # Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 69048a070d73b364fd4d168883a9680ac130095d # < make -s -j 24 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allmodconfig # < make -s -j 24 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- help # make -s -j 24 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- olddefconfig # make -s -j 24 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/nds32/kernel/setup.c: In function 'setup_memory': /kisskb/src/arch/nds32/kernel/setup.c:247:26: warning: unused variable 'region' [-Wunused-variable] struct memblock_region *region; ^~~~~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/include/linux/printk.h:7, from /kisskb/src/include/linux/kernel.h:16, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/extent-tree.c:6: /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^~~~~~ /kisskb/src/include/linux/kern_levels.h:10:19: note: in expansion of macro 'KERN_SOH' #define KERN_CRIT KERN_SOH "2" /* critical conditions */ ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.h:3148:24: note: in expansion of macro 'KERN_CRIT' btrfs_printk(fs_info, KERN_CRIT fmt, ##args) ^~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:3187:4: note: in expansion of macro 'btrfs_crit' btrfs_crit(info, ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:3188:83: note: format string is defined here "invalid extent item size for key (%llu, %u, %llu) owner %llu, has %u expect >= %lu", ~~^ %u WARNING: modpost: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. Completed OK # rm -rf /kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 # Build took: 0:17:26.476832
© Michael Ellerman 2006-2018.