# git rev-parse -q --verify 5631c5e0eb9035d92ceb20fcd9cdb7779a3f5cc7^{commit} 5631c5e0eb9035d92ceb20fcd9cdb7779a3f5cc7 already have revision, skipping fetch # git checkout -q -f -B kisskb 5631c5e0eb9035d92ceb20fcd9cdb7779a3f5cc7 # git clean -qxdf # < git log -1 # commit 5631c5e0eb9035d92ceb20fcd9cdb7779a3f5cc7 # Merge: e51418191f5a 818d5a91559f # Author: Linus Torvalds # Date: Fri Aug 7 10:57:29 2020 -0700 # # Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "There are quite a few changes in this release, the most notable of # which is that we've made inode flushing fully asynchronous, and we no # longer block memory reclaim on this. # # Furthermore, we have fixed a long-standing bug in the quota code where # soft limit warnings and inode limits were never tracked properly. # # Moving further down the line, the reflink control loops have been # redesigned to behave more efficiently; and numerous small bugs have # been fixed (see below). The xattr and quota code have been extensively # refactored in preparation for more new features coming down the line. # # Finally, the behavior of DAX between ext4 and xfs has been stabilized, # which gets us a step closer to removing the experimental tag from that # feature. # # We have a few new contributors this time around. Welcome, all! # # I anticipate a second pull request next week for a few small bugfixes # that have been trickling in, but this is it for big changes. # # Summary: # # - Fix some btree block pingponging problems when swapping extents # # - Redesign the reflink copy loop so that we only run one remapping # operation per transaction. This helps us avoid running out of block # reservation on highly deduped filesystems. # # - Take the MMAPLOCK around filemap_map_pages. # # - Make inode reclaim fully async so that we avoid stalling processes # on flushing inodes to disk. # # - Reduce inode cluster buffer RMW cycles by attaching the buffer to # dirty inodes so we won't let go of the cluster buffer when we know # we're going to need it soon. # # - Add some more checks to the realtime bitmap file scrubber. # # - Don't trip false lockdep warnings in fs freeze. # # - Remove various redundant lines of code. # # - Remove unnecessary calls to xfs_perag_{get,put}. # # - Preserve I_VERSION state across remounts. # # - Fix an unmount hang due to AIL going to sleep with a non-empty # delwri buffer list. # # - Fix an error in the inode allocation space reservation macro that # caused regressions in generic/531. # # - Fix a potential livelock when dquot flush fails because the dquot # buffer is locked. # # - Fix a miscalculation when reserving inode quota that could cause # users to exceed a hardlimit. # # - Refactor struct xfs_dquot to use native types for incore fields # instead of abusing the ondisk struct for this purpose. This will # eventually enable proper y2038+ support, but for now it merely # cleans up the quota function declarations. # # - Actually increment the quota softlimit warning counter so that soft # failures turn into hard(er) failures when they exceed the softlimit # warning counter limits set by the administrator. # # - Split incore dquot state flags into their own field and namespace, # to avoid mixing them with quota type flags. # # - Create a new quota type flags namespace so that we can make it # obvious when a quota function takes a quota type (user, group, # project) as an argument. # # - Rename the ondisk dquot flags field to type, as that more # accurately represents what we store in it. # # - Drop our bespoke memory allocation flags in favor of GFP_*. # # - Rearrange the xattr functions so that we no longer mix metadata # updates and transaction management (e.g. rolling complex # transactions) in the same functions. This work will prepare us for # atomic xattr operations (itself a prerequisite for directory # backrefs) in future release cycles. # # - Support FS_DAX_FL (aka FS_XFLAG_DAX) via GETFLAGS/SETFLAGS" # # * tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (117 commits) # fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS. # xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname # xfs: Simplify xfs_attr_node_addname # xfs: Simplify xfs_attr_leaf_addname # xfs: Add helper function xfs_attr_node_removename_rmt # xfs: Add helper function xfs_attr_node_removename_setup # xfs: Add remote block helper functions # xfs: Add helper function xfs_attr_leaf_mark_incomplete # xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform # xfs: Remove xfs_trans_roll in xfs_attr_node_removename # xfs: Remove unneeded xfs_trans_roll_inode calls # xfs: Add helper function xfs_attr_node_shrink # xfs: Pull up xfs_attr_rmtval_invalidate # xfs: Refactor xfs_attr_rmtval_remove # xfs: Pull up trans roll in xfs_attr3_leaf_clearflag # xfs: Factor out xfs_attr_rmtval_invalidate # xfs: Pull up trans roll from xfs_attr3_leaf_setflag # xfs: Refactor xfs_attr_try_sf_addname # xfs: Split apart xfs_attr_leaf_addname # xfs: Pull up trans handling in xfs_attr3_leaf_flipflags # ... # < /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 5631c5e0eb9035d92ceb20fcd9cdb7779a3f5cc7 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xE7505106 # 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 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_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-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:6510:warning: override: reassigning to symbol STANDALONE .config:6512:warning: override: reassigning to symbol MODULE_SIG .config:6516:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6517:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6520:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH .config:6521:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS .config:6522:warning: override: reassigning to symbol UBSAN # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/eeh.c:1639:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^ /kisskb/src/kernel/watchdog.c:47:23: warning: 'watchdog_allowed_mask' defined but not used [-Wunused-variable] static struct cpumask watchdog_allowed_mask __read_mostly; ^ /kisskb/src/drivers/macintosh/via-pmu.c:861:12: warning: 'pmu_info_proc_show' defined but not used [-Wunused-function] static int pmu_info_proc_show(struct seq_file *m, void *v) ^ /kisskb/src/drivers/macintosh/via-pmu.c:872:12: warning: 'pmu_irqstats_proc_show' defined but not used [-Wunused-function] static int pmu_irqstats_proc_show(struct seq_file *m, void *v) ^ /kisskb/src/drivers/macintosh/via-pmu.c:898:12: warning: 'pmu_battery_proc_show' defined but not used [-Wunused-function] static int pmu_battery_proc_show(struct seq_file *m, void *v) ^ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'cs_counters_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:282:9: warning: missing braces around initializer [-Wmissing-braces] struct hl_info_cs_counters cs_counters = {0}; ^ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:282:9: warning: (near initialization for 'cs_counters.cs_counters') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aes_cbc_setkey': /kisskb/src/drivers/crypto/sa2ul.c:919:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:919:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aes_ecb_setkey': /kisskb/src/drivers/crypto/sa2ul.c:939:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:939:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_3des_cbc_setkey': /kisskb/src/drivers/crypto/sa2ul.c:957:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:957:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_3des_ecb_setkey': /kisskb/src/drivers/crypto/sa2ul.c:971:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:971:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha1_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1569:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1569:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha256_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1585:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1585:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha512_cra_init': /kisskb/src/drivers/crypto/sa2ul.c:1601:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1601:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aead_cbc_sha1_setkey': /kisskb/src/drivers/crypto/sa2ul.c:1845:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1845:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_aead_cbc_sha256_setkey': /kisskb/src/drivers/crypto/sa2ul.c:1858:9: warning: missing braces around initializer [-Wmissing-braces] struct algo_data ad = { 0 }; ^ /kisskb/src/drivers/crypto/sa2ul.c:1858:9: warning: (near initialization for 'ad.enc_eng') [-Wmissing-braces] WARNING: 136 bad relocations c0000000015ebd5b R_PPC64_UADDR64 .rodata+0x0000000000a29012 c0000000015ebd76 R_PPC64_UADDR64 .rodata+0x0000000000a2906b c0000000015ebd91 R_PPC64_UADDR64 .rodata+0x0000000000a29076 c0000000015ebdac R_PPC64_UADDR64 .rodata+0x0000000000a29081 c0000000015ebdc7 R_PPC64_UADDR64 .rodata+0x0000000000a2908d c0000000015ebde2 R_PPC64_UADDR64 .rodata+0x0000000000a2909a c0000000015ebdfd R_PPC64_UADDR64 .rodata+0x0000000000a290a5 c0000000015ebe33 R_PPC64_UADDR64 .rodata+0x0000000000a290ba c0000000015ebe4e R_PPC64_UADDR64 .rodata+0x0000000000a290c4 c0000000015ebe69 R_PPC64_UADDR64 .rodata+0x0000000000a290cc c0000000015ebe84 R_PPC64_UADDR64 .rodata+0x0000000000a290d4 c0000000015ebe9f R_PPC64_UADDR64 .rodata+0x0000000000a290dd c0000000015ebeba R_PPC64_UADDR64 .rodata+0x0000000000a290e7 c0000000015ebed5 R_PPC64_UADDR64 .rodata+0x0000000000a290f1 c0000000015ebf0b R_PPC64_UADDR64 .rodata+0x0000000000a29105 c0000000015ebf26 R_PPC64_UADDR64 .rodata+0x0000000000a2910f c0000000015ebf41 R_PPC64_UADDR64 .rodata+0x0000000000a29119 c0000000015ebf5c R_PPC64_UADDR64 .rodata+0x0000000000a29123 c0000000015ebf77 R_PPC64_UADDR64 .rodata+0x0000000000a2912d c0000000015ebf92 R_PPC64_UADDR64 .rodata+0x0000000000a2913a c0000000015ebfad R_PPC64_UADDR64 .rodata+0x0000000000a29144 c0000000015ebfe3 R_PPC64_UADDR64 .rodata+0x0000000000a29159 c0000000015ebffe R_PPC64_UADDR64 .rodata+0x0000000000a29162 c0000000015ec019 R_PPC64_UADDR64 .rodata+0x0000000000a2916d c0000000015ec034 R_PPC64_UADDR64 .rodata+0x0000000000a29178 c0000000015ec04f R_PPC64_UADDR64 .rodata+0x0000000000a29183 c0000000015ec06a R_PPC64_UADDR64 .rodata+0x0000000000a2918e c0000000015ec085 R_PPC64_UADDR64 .rodata+0x0000000000a29405 c0000000015ec0bb R_PPC64_UADDR64 .rodata+0x0000000000a291a5 c0000000015ec0d6 R_PPC64_UADDR64 .rodata+0x0000000000a2949a c0000000015ec0f1 R_PPC64_UADDR64 .rodata+0x0000000000a294a4 c0000000015ec10c R_PPC64_UADDR64 .rodata+0x0000000000a291b0 c0000000015ec127 R_PPC64_UADDR64 .rodata+0x0000000000a294d1 c0000000015ec142 R_PPC64_UADDR64 .rodata+0x0000000000a291bc c0000000015ec15d R_PPC64_UADDR64 .rodata+0x0000000000a291cc c0000000015ec193 R_PPC64_UADDR64 .rodata+0x0000000000a291e2 c0000000015ec1ae R_PPC64_UADDR64 .rodata+0x0000000000a291ed c0000000015ec1c9 R_PPC64_UADDR64 .rodata+0x0000000000a291f8 c0000000015ec1e4 R_PPC64_UADDR64 .rodata+0x0000000000a29203 c0000000015ec1ff R_PPC64_UADDR64 .rodata+0x0000000000a2920e c0000000015ec21a R_PPC64_UADDR64 .rodata+0x0000000000a29219 c0000000015ec235 R_PPC64_UADDR64 .rodata+0x0000000000a29224 c0000000015ec26b R_PPC64_UADDR64 .rodata+0x0000000000a2950b c0000000015ec286 R_PPC64_UADDR64 .rodata+0x0000000000a29516 c0000000015ec2a1 R_PPC64_UADDR64 .rodata+0x0000000000a2923b c0000000015ec2bc R_PPC64_UADDR64 .rodata+0x0000000000a29249 c0000000015ec2d7 R_PPC64_UADDR64 .rodata+0x0000000000a29533 c0000000015ec2f2 R_PPC64_UADDR64 .rodata+0x0000000000a2953e c0000000015ec30d R_PPC64_UADDR64 .rodata+0x0000000000a29256 c0000000015ec343 R_PPC64_UADDR64 .rodata+0x0000000000a29554 c0000000015ec35e R_PPC64_UADDR64 .rodata+0x0000000000a2955e c0000000015ec379 R_PPC64_UADDR64 .rodata+0x0000000000a29568 c0000000015ec394 R_PPC64_UADDR64 .rodata+0x0000000000a29572 c0000000015ec3af R_PPC64_UADDR64 .rodata+0x0000000000a2957c c0000000015ec3ca R_PPC64_UADDR64 .rodata+0x0000000000a29586 c0000000015ec3e5 R_PPC64_UADDR64 .rodata+0x0000000000a29590 c0000000015ec41b R_PPC64_UADDR64 .rodata+0x0000000000a29277 c0000000015ec436 R_PPC64_UADDR64 .rodata+0x0000000000a29284 c0000000015ec451 R_PPC64_UADDR64 .rodata+0x0000000000a29293 c0000000015ec46c R_PPC64_UADDR64 .rodata+0x0000000000a2929f c0000000015ec487 R_PPC64_UADDR64 .rodata+0x0000000000a292ab c0000000015ec4a2 R_PPC64_UADDR64 .rodata+0x0000000000a292b7 c0000000015ec4bd R_PPC64_UADDR64 .rodata+0x0000000000a292c3 c0000000015ec4f3 R_PPC64_UADDR64 .rodata+0x0000000000a292db c0000000015ec50e R_PPC64_UADDR64 .rodata+0x0000000000a292e5 c0000000015ec529 R_PPC64_UADDR64 .rodata+0x0000000000a292ef c0000000015ec544 R_PPC64_UADDR64 .rodata+0x0000000000a292fa c0000000015ec55f R_PPC64_UADDR64 .rodata+0x0000000000a29306 c0000000015ec57a R_PPC64_UADDR64 .rodata+0x0000000000a29311 c0000000015ec595 R_PPC64_UADDR64 .rodata+0x0000000000a29326 c0000000015ec5cb R_PPC64_UADDR64 .rodata+0x0000000000a29343 c0000000015ec5e6 R_PPC64_UADDR64 .rodata+0x0000000000a29353 c0000000015ec601 R_PPC64_UADDR64 .rodata+0x0000000000a29363 c0000000015ec61c R_PPC64_UADDR64 .rodata+0x0000000000a29374 c0000000015ec637 R_PPC64_UADDR64 .rodata+0x0000000000a2937c c0000000015ec652 R_PPC64_UADDR64 .rodata+0x0000000000a29386 c0000000015ec66d R_PPC64_UADDR64 .rodata+0x0000000000a29390 c0000000015ec6a3 R_PPC64_UADDR64 .rodata+0x0000000000a293ac c0000000015ec6be R_PPC64_UADDR64 .rodata+0x0000000000a293b5 c0000000015ec6d9 R_PPC64_UADDR64 .rodata+0x0000000000a293c1 c0000000015ec6f4 R_PPC64_UADDR64 .rodata+0x0000000000a293cd c0000000015ec70f R_PPC64_UADDR64 .rodata+0x0000000000a2940e c0000000015ec72a R_PPC64_UADDR64 .rodata+0x0000000000a2943c c0000000015ec745 R_PPC64_UADDR64 .rodata+0x0000000000a293d6 c0000000015ec77b R_PPC64_UADDR64 .rodata+0x0000000000a293eb c0000000015ec796 R_PPC64_UADDR64 .rodata+0x0000000000a293f7 c0000000015ec7b1 R_PPC64_UADDR64 .rodata+0x0000000000a29404 c0000000015ec7cc R_PPC64_UADDR64 .rodata+0x0000000000a2940d c0000000015ec7e7 R_PPC64_UADDR64 .rodata+0x0000000000a29416 c0000000015ec802 R_PPC64_UADDR64 .rodata+0x0000000000a29429 c0000000015ec81d R_PPC64_UADDR64 .rodata+0x0000000000a2943b c0000000015ec853 R_PPC64_UADDR64 .rodata+0x0000000000a2944f c0000000015ec86e R_PPC64_UADDR64 .rodata+0x0000000000a29459 c0000000015ec889 R_PPC64_UADDR64 .rodata+0x0000000000a29464 c0000000015ec8a4 R_PPC64_UADDR64 .rodata+0x0000000000a2946f c0000000015ec8bf R_PPC64_UADDR64 .rodata+0x0000000000a2947a c0000000015ec8da R_PPC64_UADDR64 .rodata+0x0000000000a29485 c0000000015ec8f5 R_PPC64_UADDR64 .rodata+0x0000000000a29490 c0000000015ec92b R_PPC64_UADDR64 .rodata+0x0000000000a294a3 c0000000015ec946 R_PPC64_UADDR64 .rodata+0x0000000000a294ad c0000000015ec961 R_PPC64_UADDR64 .rodata+0x0000000000a294b6 c0000000015ec97c R_PPC64_UADDR64 .rodata+0x0000000000a294c3 c0000000015ec997 R_PPC64_UADDR64 .rodata+0x0000000000a294d0 c0000000015ec9b2 R_PPC64_UADDR64 .rodata+0x0000000000a294da c0000000015ec9cd R_PPC64_UADDR64 .rodata+0x0000000000a294e4 c0000000015eca03 R_PPC64_UADDR64 .rodata+0x0000000000a294f8 c0000000015eca1e R_PPC64_UADDR64 .rodata+0x0000000000a29501 c0000000015eca39 R_PPC64_UADDR64 .rodata+0x0000000000a2950a c0000000015eca54 R_PPC64_UADDR64 .rodata+0x0000000000a29515 c0000000015eca6f R_PPC64_UADDR64 .rodata+0x0000000000a29520 c0000000015eca8a R_PPC64_UADDR64 .rodata+0x0000000000a29529 c0000000015ecaa5 R_PPC64_UADDR64 .rodata+0x0000000000a29532 c0000000015ecadb R_PPC64_UADDR64 .rodata+0x0000000000a29548 c0000000015ecaf6 R_PPC64_UADDR64 .rodata+0x0000000000a29553 c0000000015ecb11 R_PPC64_UADDR64 .rodata+0x0000000000a2955d c0000000015ecb2c R_PPC64_UADDR64 .rodata+0x0000000000a29567 c0000000015ecb47 R_PPC64_UADDR64 .rodata+0x0000000000a29571 c0000000015ecb62 R_PPC64_UADDR64 .rodata+0x0000000000a2957b c0000000015ecb7d R_PPC64_UADDR64 .rodata+0x0000000000a29585 c0000000015ecbb3 R_PPC64_UADDR64 .rodata+0x0000000000a2959b c0000000015ecbce R_PPC64_UADDR64 .rodata+0x0000000000a295aa c0000000015ecbe9 R_PPC64_UADDR64 .rodata+0x0000000000a295b5 c0000000015ecc04 R_PPC64_UADDR64 .rodata+0x0000000000a295c0 c0000000015ecc1f R_PPC64_UADDR64 .rodata+0x0000000000a295cb c0000000015ecc3a R_PPC64_UADDR64 .rodata+0x0000000000a295d6 c0000000015ecc55 R_PPC64_UADDR64 .rodata+0x0000000000a295e1 c0000000015ecc8b R_PPC64_UADDR64 .rodata+0x0000000000a295f7 c0000000015ecca6 R_PPC64_UADDR64 .rodata+0x0000000000a29602 c0000000015eccc1 R_PPC64_UADDR64 .rodata+0x0000000000a29611 c0000000015eccdc R_PPC64_UADDR64 .rodata+0x0000000000a295ab c0000000015eccf7 R_PPC64_UADDR64 .rodata+0x0000000000a295b6 c0000000015ecd12 R_PPC64_UADDR64 .rodata+0x0000000000a295c1 c0000000015ecd2d R_PPC64_UADDR64 .rodata+0x0000000000a295cc c0000000015ecd63 R_PPC64_UADDR64 .rodata+0x0000000000a295e2 c0000000015ecd7e R_PPC64_UADDR64 .rodata+0x0000000000a295ed c0000000015ecd99 R_PPC64_UADDR64 .rodata+0x0000000000a295f8 WARNING: You need at least binutils >= 2.19 to build a CONFIG_RELOCATABLE kernel Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:08:24.793661