Buildresult: linus/sparc64-allmodconfig/sparc64-gcc5 built on May 1 2021, 09:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 1 2021, 09:10
Duration:
0:21:27.598149
Builder:
blade4b
Revision:
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (
9f67672a817ec046f7554a885f0fe0d60e1bf99f)
Target:
linus/sparc64-allmodconfig/sparc64-gcc5
Branch:
linus
Compiler:
sparc64-gcc5
(sparc64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.26.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (4)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture.
Full Log
# git rev-parse -q --verify 9f67672a817ec046f7554a885f0fe0d60e1bf99f^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 9f67672a817ec046f7554a885f0fe0d60e1bf99f^{commit} 9f67672a817ec046f7554a885f0fe0d60e1bf99f # git checkout -q -f -B kisskb 9f67672a817ec046f7554a885f0fe0d60e1bf99f # git clean -qxdf # < git log -1 # commit 9f67672a817ec046f7554a885f0fe0d60e1bf99f # Merge: 6bab076a3d2f 6c0912739699 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Apr 30 15:35:30 2021 -0700 # # Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 # # Pull ext4 updates from Ted Ts'o: # "New features for ext4 this cycle include support for encrypted # casefold, ensure that deleted file names are cleared in directory # blocks by zeroing directory entries when they are unlinked or moved as # part of a hash tree node split. We also improve the block allocator's # performance on a freshly mounted file system by prefetching block # bitmaps. # # There are also the usual cleanups and bug fixes, including fixing a # page cache invalidation race when there is mixed buffered and direct # I/O and the block size is less than page size, and allow the dax flag # to be set and cleared on inline directories" # # * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (32 commits) # ext4: wipe ext4_dir_entry2 upon file deletion # ext4: Fix occasional generic/418 failure # fs: fix reporting supported extra file attributes for statx() # ext4: allow the dax flag to be set and cleared on inline directories # ext4: fix debug format string warning # ext4: fix trailing whitespace # ext4: fix various seppling typos # ext4: fix error return code in ext4_fc_perform_commit() # ext4: annotate data race in jbd2_journal_dirty_metadata() # ext4: annotate data race in start_this_handle() # ext4: fix ext4_error_err save negative errno into superblock # ext4: fix error code in ext4_commit_super # ext4: always panic when errors=panic is specified # ext4: delete redundant uptodate check for buffer # ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() # ext4: make prefetch_block_bitmaps default # ext4: add proc files to monitor new structures # ext4: improve cr 0 / cr 1 group scanning # ext4: add MB_NUM_ORDERS macro # ext4: add mballoc stats proc file # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 9f67672a817ec046f7554a885f0fe0d60e1bf99f # < make -s -j 24 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 24 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 24 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 24 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/include/linux/kernel.h:14:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:34: /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c: In function 'ttm_pool_alloc': /kisskb/src/include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:386:15: note: in expansion of macro 'min' for (order = min(MAX_ORDER - 1UL, __fls(num_pages)); num_pages; ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sparc64-allmodconfig_sparc64 # Build took: 0:21:27.598149
© Michael Ellerman 2006-2018.