Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on Apr 29 2021, 09:39
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 29 2021, 09:39
Duration:
0:05:58.141847
Builder:
blade46
Revision:
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block (
625434dafdd97372d15de21972be4b682709e854)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linus-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (11)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. WARNING: unmet direct dependencies detected for HOTPLUG_CPU .config:6426:warning: override: reassigning to symbol PPC64 .config:6427:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:6429:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD drivers/tty/serial/8250/8250_aspeed_vuart.c:562:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/tty/serial/8250/8250_omap.c:1428:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/net/wireguard/allowedips.c:121:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/net/wireguard/allowedips.c:67:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/net/wireguard/allowedips.c:54:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 625434dafdd97372d15de21972be4b682709e854^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 625434dafdd97372d15de21972be4b682709e854^{commit} 625434dafdd97372d15de21972be4b682709e854 # git checkout -q -f -B kisskb 625434dafdd97372d15de21972be4b682709e854 # git clean -qxdf # < git log -1 # commit 625434dafdd97372d15de21972be4b682709e854 # Merge: c05a182bf456 7b289c38335e # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Apr 28 14:56:09 2021 -0700 # # Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block # # Pull io_uring updates from Jens Axboe: # # - Support for multi-shot mode for POLL requests # # - More efficient reference counting. This is shamelessly stolen from # the mm side. Even though referencing is mostly single/dual user, the # 128 count was retained to keep the code the same. Maybe this # should/could be made generic at some point. # # - Removal of the need to have a manager thread for each ring. The # manager threads only job was checking and creating new io-threads as # needed, instead we handle this from the queue path. # # - Allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICE. Since 5.12, this # thread is "just" a regular application thread, so no need to restrict # use of it anymore. # # - Cleanup of how internal async poll data lifetime is managed. # # - Fix for syzbot reported crash on SQPOLL cancelation. # # - Make buffer registration more like file registrations, which includes # flexibility in avoiding full set unregistration and re-registration. # # - Fix for io-wq affinity setting. # # - Be a bit more defensive in task->pf_io_worker setup. # # - Various SQPOLL fixes. # # - Cleanup of SQPOLL creds handling. # # - Improvements to in-flight request tracking. # # - File registration cleanups. # # - Tons of cleanups and little fixes # # * tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block: (156 commits) # io_uring: maintain drain logic for multishot poll requests # io_uring: Check current->io_uring in io_uring_cancel_sqpoll # io_uring: fix NULL reg-buffer # io_uring: simplify SQPOLL cancellations # io_uring: fix work_exit sqpoll cancellations # io_uring: Fix uninitialized variable up.resv # io_uring: fix invalid error check after malloc # io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker # kernel: always initialize task->pf_io_worker to NULL # io_uring: update sq_thread_idle after ctx deleted # io_uring: add full-fledged dynamic buffers support # io_uring: implement fixed buffers registration similar to fixed files # io_uring: prepare fixed rw for dynanic buffers # io_uring: keep table of pointers to ubufs # io_uring: add generic rsrc update with tags # io_uring: add IORING_REGISTER_RSRC # io_uring: enumerate dynamic resources # io_uring: add generic path for rsrc update # io_uring: preparation for rsrc tagging # io_uring: decouple CQE filling from requests # ... # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 625434dafdd97372d15de21972be4b682709e854 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xED34EDB0 WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y] # 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 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:6426:warning: override: reassigning to symbol PPC64 .config:6427:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:6429:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_probe': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:562:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 562 | } | ^ /kisskb/src/drivers/tty/serial/8250/8250_omap.c: In function 'omap8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_omap.c:1428:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1428 | } | ^ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'walk_remove_by_peer.isra.0': /kisskb/src/drivers/net/wireguard/allowedips.c:121:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 121 | } | ^ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_remove_peer_lists': /kisskb/src/drivers/net/wireguard/allowedips.c:67:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 67 | } | ^ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_free_rcu': /kisskb/src/drivers/net/wireguard/allowedips.c:54:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 54 | } | ^ Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:05:58.141847
© Michael Ellerman 2006-2018.