# 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/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7722_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:129:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:96:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/vmstat.c: In function 'sysctl_vm_numa_stat_handler': /kisskb/src/mm/vmstat.c:89:5: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:339:21: note: 'pdeo' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1433:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_se7722_defconfig_sh4 # Build took: 0:00:35.595125