# git rev-parse -q --verify 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe^{commit} 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe already have revision, skipping fetch # git checkout -q -f -B kisskb 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe # git clean -qxdf # < git log -1 # commit 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe # Merge: 3bb37da 863c37f # Author: Linus Torvalds # Date: Mon Aug 13 22:34:47 2018 -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: # # - Convert content from the ext4 wiki to Documentation rst files so it # is more likely to be updated as we add new features to ext4. # # - Add 64-bit timestamp support to ext4's superblock fields. # # - ... and the usual bug fixes and cleanups, including a Spectre gadget # fixup and some hardening against maliciously corrupted file systems. # # * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (34 commits) # ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa() # ext4: improve code readability in ext4_iget() # ext4: fix spectre gadget in ext4_mb_regular_allocator() # ext4: check for NUL characters in extended attribute's name # ext4: use ext4_warning() for sb_getblk failure # ext4: fix race when setting the bitmap corrupted flag # ext4: reset error code in ext4_find_entry in fallback # ext4: handle layout changes to pinned DAX mappings # dax: dax_layout_busy_page() warn on !exceptional # docs: fix up the obviously obsolete bits in the new ext4 documentation # docs: add new ext4 superblock time extension fields # docs: create filesystem internal section # ext4: use swap macro in mext_page_double_lock # ext4: check allocation failure when duplicating "data" in ext4_remount() # ext4: fix warning message in ext4_enable_quotas() # ext4: super: extend timestamps to 40 bits # jbd2: replace current_kernel_time64 with ktime equivalent # ext4: use timespec64 for all inode times # ext4: use ktime_get_real_seconds for i_dtime # ext4: use 64-bit timestamps for mmp_time # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allnoconfig # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In function 'fill_kobj_path', inlined from 'kobject_get_path' at /kisskb/src/lib/kobject.c:155:2: /kisskb/src/lib/kobject.c:128:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path + length, kobject_name(parent), cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_get_path': /kisskb/src/lib/kobject.c:125:13: note: length computed here int cur = strlen(kobject_name(parent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_x86_64-allnoconfig_x86_64-gcc8 # Build took: 0:00:19.579034