Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc8 built on May 14 2022, 08:56
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 14 2022, 08:56
Duration:
0:02:40.892234
Builder:
ka4
Revision:
Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (
d928e8f3af38abc8d2d56d9329a8280f7af5f10e)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linus-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (6)
.config:5822:warning: override: reassigning to symbol STANDALONE .config:5825:warning: override: reassigning to symbol GCC_PLUGINS drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:494:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ drivers/gpu/drm/radeon/radeon_object.c:186:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \
Full Log
# git rev-parse -q --verify d928e8f3af38abc8d2d56d9329a8280f7af5f10e^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify d928e8f3af38abc8d2d56d9329a8280f7af5f10e^{commit} d928e8f3af38abc8d2d56d9329a8280f7af5f10e # git checkout -q -f -B kisskb d928e8f3af38abc8d2d56d9329a8280f7af5f10e # git clean -qxdf # < git log -1 # commit d928e8f3af38abc8d2d56d9329a8280f7af5f10e # Merge: f2dd007445b1 e1fa9ea85ce8 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri May 13 14:32:53 2022 -0700 # # Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 # # Pull gfs2 fixes from Andreas Gruenbacher: # "We've finally identified commit dc732906c245 ("gfs2: Introduce flag # for glock holder auto-demotion") to be the other cause of the # filesystem corruption we've been seeing. This feature isn't strictly # necessary anymore, so we've decided to stop using it for now. # # With this and the gfs_iomap_end rounding fix you've already seen # ("gfs2: Fix filesystem block deallocation for short writes" in this # pull request), we're corruption free again now. # # - Fix filesystem block deallocation for short writes. # # - Stop using glock holder auto-demotion for now. # # - Get rid of buffered writes inefficiencies due to page faults being # disabled. # # - Minor other cleanups" # # * tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: # gfs2: Stop using glock holder auto-demotion for now # gfs2: buffered write prefaulting # gfs2: Align read and write chunks to the page cache # gfs2: Pull return value test out of should_fault_in_pages # gfs2: Clean up use of fault_in_iov_iter_{read,write}able # gfs2: Variable rename # gfs2: Fix filesystem block deallocation for short writes # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 d928e8f3af38abc8d2d56d9329a8280f7af5f10e # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5822:warning: override: reassigning to symbol STANDALONE .config:5825:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_support_uswc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:494:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:186:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:02:40.892234
© Michael Ellerman 2006-2018.