Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc4.9 built on Dec 7 2020, 08:19
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 7 2020, 08:19
Duration:
0:04:24.598535
Builder:
ka4
Revision:
Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (
8100a58044f8f502a53d90af96d6030767df0fbd)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc4.9
Branch:
linus-rand
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (6)
arch/powerpc/mm/slice.c:639:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] fs/ext4/move_extent.c:227:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/ext4/readpage.c:414:1: warning: the frame size of 1136 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:674:1: warning: the frame size of 1232 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:338:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 8100a58044f8f502a53d90af96d6030767df0fbd^{commit} 8100a58044f8f502a53d90af96d6030767df0fbd already have revision, skipping fetch # git checkout -q -f -B kisskb 8100a58044f8f502a53d90af96d6030767df0fbd # git clean -qxdf # < git log -1 # commit 8100a58044f8f502a53d90af96d6030767df0fbd # Merge: 9f6b28d498ba 84da009f06e6 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Dec 6 11:22:39 2020 -0800 # # Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of fixes for x86: # # - Make the AMD L3 QoS code and data priorization enable/disable # mechanism work correctly. # # The control bit was only set/cleared on one of the CPUs in a L3 # domain, but it has to be modified on all CPUs in the domain. The # initial documentation was not clear about this, but the updated one # from Oct 2020 spells it out. # # - Fix an off by one in the UV platform detection code which causes # the UV hubs to be identified wrongly. # # The chip revisions start at 1 not at 0. # # - Fix a long standing bug in the evaluation of prefixes in the # uprobes code which fails to handle repeated prefixes properly. # # The aggregate size of the prefixes can be larger than the bytes # array but the code blindly iterated over the aggregate size beyond # the array boundary. Add a macro to handle this case properly and # use it at the affected places" # # * tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes # x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes # x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes # x86/platform/uv: Fix UV4 hub revision adjustment # x86/resctrl: Fix AMD L3 QOS CDP enable/disable # < /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 8100a58044f8f502a53d90af96d6030767df0fbd # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x3A5E592A # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # yes \n | make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:639:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_page_mkuptodate': /kisskb/src/fs/ext4/move_extent.c:227:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:414:1: warning: the frame size of 1136 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:674:1: warning: the frame size of 1232 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:338:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:04:24.598535
© Michael Ellerman 2006-2018.