Buildresult: linus/sh-allnoconfig/sh4-gcc4.6 built on Feb 25 2020, 05:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 25 2020, 05:23
Duration:
0:00:16.644289
Builder:
blade4b
Revision:
Merge branch 'akpm' (patches from Andrew) (
b0dd1eb220c06892e0a4098378c4296650f3f8db)
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 b0dd1eb220c06892e0a4098378c4296650f3f8db^{commit} b0dd1eb220c06892e0a4098378c4296650f3f8db already have revision, skipping fetch # git checkout -q -f -B kisskb b0dd1eb220c06892e0a4098378c4296650f3f8db # git clean -qxdf # < git log -1 # commit b0dd1eb220c06892e0a4098378c4296650f3f8db # Merge: 63fb9623427f bb8d00ff51a0 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Feb 21 11:40:10 2020 -0800 # # Merge branch 'akpm' (patches from Andrew) # # Merge misc fixes from Andrew Morton: # # - A few y2038 fixes which missed the merge window while dependencies # in NFS were being sorted out. # # - A bunch of fixes. Some minor, some not. # # * emailed patches from Andrew Morton <akpm@linux-foundation.org>: # MAINTAINERS: use tabs for SAFESETID # lib/stackdepot.c: fix global out-of-bounds in stack_slabs # mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM # mm/vmscan.c: don't round up scan size for online memory cgroup # lib/string.c: update match_string() doc-strings with correct behavior # mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() # mm/swapfile.c: fix a comment in sys_swapon() # scripts/get_maintainer.pl: deprioritize old Fixes: addresses # get_maintainer: remove uses of P: for maintainer name # selftests/vm: add missed tests in run_vmtests # include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap # Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" # y2038: hide timeval/timespec/itimerval/itimerspec types # y2038: remove unused time32 interfaces # y2038: remove ktime to/from timespec/timeval conversion # < /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 b0dd1eb220c06892e0a4098378c4296650f3f8db # < make -s -j 24 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 24 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 24 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 24 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:16.644289
© Michael Ellerman 2006-2018.