# git rev-parse -q --verify f2125992e7cb25ece668cb7af2bd8433715827d1^{commit} f2125992e7cb25ece668cb7af2bd8433715827d1 already have revision, skipping fetch # git checkout -q -f -B kisskb f2125992e7cb25ece668cb7af2bd8433715827d1 # git clean -qxdf # < git log -1 # commit f2125992e7cb25ece668cb7af2bd8433715827d1 # Merge: fff75eb 7b38460 # Author: Linus Torvalds # Date: Tue May 1 09:11:45 2018 -0700 # # Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs fixes from Darrick Wong: # "Here are a few more bug fixes for xfs for 4.17-rc4. Most of them are # fixes for bad behavior. # # This series has been run through a full xfstests run during LSF and # through a quick xfstests run against this morning's master, with no # major failures reported. # # Summary: # # - Enhance inode fork verifiers to prevent loading of corrupted # metadata. # # - Fix a crash when we try to convert extents format inodes to btree # format, we run out of space, but forget to revert the in-core state # changes. # # - Fix file size checks when doing INSERT_RANGE that could cause files # to end up negative size if there previously was an extent mapped at # s_maxbytes. # # - Fix a bug when doing a remove-then-add ATTR_REPLACE xattr update # where we forget to clear ATTR_REPLACE after the remove, which # causes the attr to be lost and the fs to shut down due to (what it # thinks is) inconsistent in-core state" # # * tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: # xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE # xfs: prevent creating negative-sized file via INSERT_RANGE # xfs: set format back to extents if xfs_bmap_extents_to_btree # xfs: enhance dinode verifier # < /opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc-gcc --version # < git log --format=%s --max-count=1 f2125992e7cb25ece668cb7af2bd8433715827d1 # < make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- axs101_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # yes \n | make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- In file included from /kisskb/src/include/asm-generic/bug.h:18:0, from /kisskb/src/arch/arc/include/asm/bug.h:32, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/nobootmem.c:14: /kisskb/src/mm/nobootmem.c: In function '__free_pages_memory': /kisskb/src/include/linux/kernel.h:810:29: warning: comparison of distinct pointer types lacks a cast [enabled by default] (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/kernel.h:824:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/kernel.h:834:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/kernel.h:843:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/mm/nobootmem.c:104:11: note: in expansion of macro 'min' order = min(MAX_ORDER - 1UL, __ffs(start)); ^ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_data_queue': /kisskb/src/net/ipv4/tcp_input.c:4237:49: warning: array subscript is above array bounds [-Warray-bounds] tp->selective_acks[i-1] = tp->selective_acks[i]; ^ /kisskb/src/net/xfrm/xfrm_policy.c: In function '__xfrm_policy_check': /kisskb/src/net/xfrm/xfrm_policy.c:2378:15: warning: array subscript is above array bounds [-Warray-bounds] if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) { ^ Completed OK # rm -rf /kisskb/build/linus_axs101_defconfig_arcompact # Build took: 0:02:19.801834