Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Aug 5 2020, 08:45
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 5 2020, 08:45
Duration:
0:02:21.854710
Builder:
ka1
Revision:
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (
3950e975431bc914f7e81b8f2a2dbdf2064acb0f)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0)
Full Log
# git rev-parse -q --verify 3950e975431bc914f7e81b8f2a2dbdf2064acb0f^{commit} 3950e975431bc914f7e81b8f2a2dbdf2064acb0f already have revision, skipping fetch # git checkout -q -f -B kisskb 3950e975431bc914f7e81b8f2a2dbdf2064acb0f # git clean -qxdf # < git log -1 # commit 3950e975431bc914f7e81b8f2a2dbdf2064acb0f # Merge: fd76a74d940a 7fce69dff8db # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Aug 4 14:27:25 2020 -0700 # # Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace # # Pull execve updates from Eric Biederman: # "During the development of v5.7 I ran into bugs and quality of # implementation issues related to exec that could not be easily fixed # because of the way exec is implemented. So I have been diggin into # exec and cleaning up what I can. # # This cycle I have been looking at different ideas and different # implementations to see what is possible to improve exec, and cleaning # the way exec interfaces with in kernel users. Only cleaning up the # interfaces of exec with rest of the kernel has managed to stabalize # and make it through review in time for v5.9-rc1 resulting in 2 sets of # changes this cycle. # # - Implement kernel_execve # # - Make the user mode driver code a better citizen # # With kernel_execve the code size got a little larger as the copying of # parameters from userspace and copying of parameters from userspace is # now separate. The good news is kernel threads no longer need to play # games with set_fs to use exec. Which when combined with the rest of # Christophs set_fs changes should security bugs with set_fs much more # difficult" # # * 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: (23 commits) # exec: Implement kernel_execve # exec: Factor bprm_stack_limits out of prepare_arg_pages # exec: Factor bprm_execve out of do_execve_common # exec: Move bprm_mm_init into alloc_bprm # exec: Move initialization of bprm->filename into alloc_bprm # exec: Factor out alloc_bprm # exec: Remove unnecessary spaces from binfmts.h # umd: Stop using split_argv # umd: Remove exit_umh # bpfilter: Take advantage of the facilities of struct pid # exit: Factor thread_group_exited out of pidfd_poll # umd: Track user space drivers with struct pid # bpfilter: Move bpfilter_umh back into init data # exec: Remove do_execve_file # umh: Stop calling do_execve_file # umd: Transform fork_usermode_blob into fork_usermode_driver # umd: Rename umd_info.cmdline umd_info.driver_name # umd: For clarity rename umh_info umd_info # umh: Separate the user mode driver and the user mode helper support # umh: Remove call_usermodehelper_setup_file. # ... # < /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 3950e975431bc914f7e81b8f2a2dbdf2064acb0f # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc4f74) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6258905 Bytes = 6112.21 KiB = 5.97 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290827 Bytes = 6143.39 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292127 Bytes = 6144.66 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6293060 Bytes = 6145.57 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292670 Bytes = 6145.19 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290958 Bytes = 6143.51 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6293271 Bytes = 6145.77 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290960 Bytes = 6143.52 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291036 Bytes = 6143.59 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290826 Bytes = 6143.38 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290352 Bytes = 6142.92 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291754 Bytes = 6144.29 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290809 Bytes = 6143.37 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292391 Bytes = 6144.91 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292164 Bytes = 6144.69 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g3950e975431b Created: Wed Aug 5 08:47:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290364 Bytes = 6142.93 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:21.854710
© Michael Ellerman 2006-2018.