# git rev-parse -q --verify b678c568c561cf7e4ed40f4bcc3e85d2b50310a2^{commit} b678c568c561cf7e4ed40f4bcc3e85d2b50310a2 already have revision, skipping fetch # git checkout -q -f -B kisskb b678c568c561cf7e4ed40f4bcc3e85d2b50310a2 # git clean -qxdf # < git log -1 # commit b678c568c561cf7e4ed40f4bcc3e85d2b50310a2 # Merge: 518a1c2f0912 67e7b52d44e3 # Author: Linus Torvalds # Date: Thu Aug 8 14:47:19 2019 -0700 # # Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client fixes from Trond Myklebust: # "Highlights include: # # Stable fixes: # # - NFSv4: Ensure we check the return value of update_open_stateid() so # we correctly track active open state. # # - NFSv4: Fix for delegation state recovery to ensure we recover all # open modes that are active. # # - NFSv4: Fix an Oops in nfs4_do_setattr # # Fixes: # # - NFS: Fix regression whereby fscache errors are appearing on 'nofsc' # mounts # # - NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() # # - NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid # # - pNFS: Report errors from the call to nfs4_select_rw_stateid() # # - NFSv4: Various other delegation and open stateid recovery fixes # # - NFSv4: Fix state recovery behaviour when server connection times # out" # # * tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: # NFSv4: Ensure state recovery handles ETIMEDOUT correctly # NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts # NFSv4: Fix an Oops in nfs4_do_setattr # NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() # NFSv4: Check the return value of update_open_stateid() # NFSv4.1: Only reap expired delegations # NFSv4.1: Fix open stateid recovery # NFSv4: Report the error from nfs4_select_rw_stateid() # NFSv4: When recovering state fails with EAGAIN, retry the same recovery # NFSv4: Print an error in the syslog when state is marked as irrecoverable # NFSv4: Fix delegation state recovery # NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 b678c568c561cf7e4ed40f4bcc3e85d2b50310a2 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_sh7724_generic_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7724_generic_defconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_sh7724_generic_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 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:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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:338:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here /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_sh7724_generic_defconfig_sh4 # Build took: 0:00:33.020419