Buildresult: linus/mpc83xx_defconfig/powerpc-gcc4.6 built on Apr 11 2020, 11:52
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 11 2020, 11:52
Duration:
0:00:53.155435
Builder:
blade46
Revision:
Merge branch 'akpm' (patches from Andrew) (
5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94)
Target:
linus/mpc83xx_defconfig/powerpc-gcc4.6
Branch:
linus
Compiler:
powerpc-gcc4.6
(powerpc-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
mpc83xx_defconfig
(
download
)
Log:
Download original
Possible warnings (10)
kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] fs/io_uring.c:6673:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized]
Full Log
# git rev-parse -q --verify 5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94^{commit} 5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94 already have revision, skipping fetch # git checkout -q -f -B kisskb 5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94 # git clean -qxdf # < git log -1 # commit 5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94 # Merge: ca6151a9788e 89163f93c6f9 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Apr 10 17:57:48 2020 -0700 # # Merge branch 'akpm' (patches from Andrew) # # Merge yet more updates from Andrew Morton: # # - Almost all of the rest of MM (memcg, slab-generic, slab, pagealloc, # gup, hugetlb, pagemap, memremap) # # - Various other things (hfs, ocfs2, kmod, misc, seqfile) # # * akpm: (34 commits) # ipc/util.c: sysvipc_find_ipc() should increase position index # kernel/gcov/fs.c: gcov_seq_next() should increase position index # fs/seq_file.c: seq_read(): add info message about buggy .next functions # drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings # change email address for Pali Rohár # selftests: kmod: test disabling module autoloading # selftests: kmod: fix handling test numbers above 9 # docs: admin-guide: document the kernel.modprobe sysctl # fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() # kmod: make request_module() return an error when autoloading is disabled # mm/memremap: set caching mode for PCI P2PDMA memory to WC # mm/memory_hotplug: add pgprot_t to mhp_params # powerpc/mm: thread pgprot_t through create_section_mapping() # x86/mm: introduce __set_memory_prot() # x86/mm: thread pgprot_t through init_memory_mapping() # mm/memory_hotplug: rename mhp_restrictions to mhp_params # mm/memory_hotplug: drop the flags field from struct mhp_restrictions # mm/special: create generic fallbacks for pte_special() and pte_mkspecial() # mm/vma: introduce VM_ACCESS_FLAGS # mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 5b8b9d0c6d0e0f1993c6c56deaf9646942c49d94 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc83xx_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /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/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update.isra.90': /kisskb/src/fs/io_uring.c:6673:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x637d00) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x648380) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3142987 Bytes = 3069.32 KiB = 3.00 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3173133 Bytes = 3098.76 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3173119 Bytes = 3098.75 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3172139 Bytes = 3097.79 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3173418 Bytes = 3099.04 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3172853 Bytes = 3098.49 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Image Name: Linux-5.6.0-g5b8b9d0c6d0e Created: Sat Apr 11 11:52:54 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3172456 Bytes = 3098.10 KiB = 3.03 MiB Load Address: 00700000 Entry Point: 00700290 Completed OK # rm -rf /kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.6 # Build took: 0:00:53.155435
© Michael Ellerman 2006-2018.