Buildresult: linus/sh-allnoconfig/sh4-gcc4.6 built on Feb 27 2020, 04:03
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 27 2020, 04:03
Duration:
0:00:13.071279
Builder:
ka2
Revision:
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (
d2eee25858f246051b49c42c411629c78513e2a8)
Target:
linus/sh-allnoconfig/sh4-gcc4.6
Branch:
linus
Compiler:
sh4-gcc4.6
(sh4-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
allnoconfig
(
download
)
Log:
Download original
Possible warnings (7)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default]
Full Log
# git rev-parse -q --verify d2eee25858f246051b49c42c411629c78513e2a8^{commit} d2eee25858f246051b49c42c411629c78513e2a8 already have revision, skipping fetch # git checkout -q -f -B kisskb d2eee25858f246051b49c42c411629c78513e2a8 # git clean -qxdf # < git log -1 # commit d2eee25858f246051b49c42c411629c78513e2a8 # Merge: a3163ca03f99 a5ae50dea911 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Feb 23 09:43:50 2020 -0800 # # Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux # # Pull btrfs fixes from David Sterba: # "These are fixes that were found during testing with help of error # injection, plus some other stable material. # # There's a fixup to patch added to rc1 causing locking in wrong context # warnings, tests found one more deadlock scenario. The patches are # tagged for stable, two of them now in the queue but we'd like all # three released at the same time. # # I'm not happy about fixes to fixes in such a fast succession during # rcs, but I hope we found all the fallouts of commit 28553fa992cb # ('Btrfs: fix race between shrinking truncate and fiemap')" # # * tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: # Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof # Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents # btrfs: fix bytes_may_use underflow in prealloc error condtition # btrfs: handle logged extent failure properly # btrfs: do not check delayed items are empty for single transaction cleanup # btrfs: reset fs_root to NULL on error in open_ctree # btrfs: destroy qgroup extent records on transaction abort # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 d2eee25858f246051b49c42c411629c78513e2a8 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- allnoconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh-allnoconfig_sh4 # Build took: 0:00:13.071279
© Michael Ellerman 2006-2018.