# git rev-parse -q --verify a0b96314870f7eff6d15a242cb162dfc46b3c284^{commit} a0b96314870f7eff6d15a242cb162dfc46b3c284 already have revision, skipping fetch # git checkout -q -f -B kisskb a0b96314870f7eff6d15a242cb162dfc46b3c284 # git clean -qxdf # < git log -1 # commit a0b96314870f7eff6d15a242cb162dfc46b3c284 # Merge: 4862c741bd44 e82226138b20 # Author: Linus Torvalds # Date: Fri Dec 18 12:50:18 2020 -0800 # # Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "In this release we add the ability to set a 'needsrepair' flag # indicating that we /know/ the filesystem requires xfs_repair, but # other than that, it's the usual strengthening of metadata validation # and miscellaneous cleanups. # # Summary: # # - Introduce a "needsrepair" "feature" to flag a filesystem as needing # a pass through xfs_repair. This is key to enabling filesystem # upgrades (in xfs_db) that require xfs_repair to make minor # adjustments to metadata. # # - Refactor parameter checking of recovered log intent items so that # we actually use the same validation code as them that generate the # intent items. # # - Various fixes to online scrub not reacting correctly to directory # entries pointing to inodes that cannot be igetted. # # - Refactor validation helpers for data and rt volume extents. # # - Refactor XFS_TRANS_DQ_DIRTY out of existence. # # - Fix a longstanding bug where mounting with "uqnoenforce" would # start user quotas in non-enforcing mode but /proc/mounts would # display "usrquota", implying that they are being enforced. # # - Don't flag dax+reflink inodes as corruption since that is a valid # (but not fully functional) combination right now. # # - Clean up raid stripe validation functions. # # - Refactor the inode allocation code to be more straightforward. # # - Small prep cleanup for idmapping support. # # - Get rid of the xfs_buf_t typedef" # # * tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (40 commits) # xfs: remove xfs_buf_t typedef # fs/xfs: convert comma to semicolon # xfs: open code updating i_mode in xfs_set_acl # xfs: remove xfs_vn_setattr_nonsize # xfs: kill ialloced in xfs_dialloc() # xfs: spilt xfs_dialloc() into 2 functions # xfs: move xfs_dialloc_roll() into xfs_dialloc() # xfs: move on-disk inode allocation out of xfs_ialloc() # xfs: introduce xfs_dialloc_roll() # xfs: convert noroom, okalloc in xfs_dialloc() to bool # xfs: don't catch dax+reflink inodes as corruption in verifier # xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks # xfs: remove unneeded return value check for *init_cursor() # xfs: introduce xfs_validate_stripe_geometry() # xfs: show the proper user quota options # xfs: remove the unused XFS_B_FSB_OFFSET macro # xfs: remove unnecessary null check in xfs_generic_create # xfs: directly return if the delta equal to zero # xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag # xfs: delete duplicated tp->t_dqinfo null check and allocation # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 a0b96314870f7eff6d15a242cb162dfc46b3c284 # < make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # < make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:4437:warning: override: reassigning to symbol GCC_PLUGIN_CYC_COMPLEXITY .config:4439:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:4443:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:4445:warning: override: reassigning to symbol UML_NET_SLIP .config:4448:warning: override: reassigning to symbol UML_NET_MCAST .config:4450:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 Auto-detecting system features: ... libelf: [ OFF ] ... zlib: [ OFF ] ... bpf: [ on ] No libelf found make[5]: *** [Makefile:287: elfdep] Error 1 make[4]: *** [/kisskb/src/kernel/bpf/preload/Makefile:8: kernel/bpf/preload/libbpf.a] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/bpf/preload] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1805: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:04:57.233297