# 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/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 b678c568c561cf7e4ed40f4bcc3e85d2b50310a2 # < make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/drivers/s390/net/qeth_l2_main.c: In function 'qeth_l2_process_inbound_buffer': /kisskb/src/drivers/s390/net/qeth_l2_main.c:328:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (IS_OSN(card)) { ^ /kisskb/src/drivers/s390/net/qeth_l2_main.c:337:3: note: here default: ^~~~~~~ /kisskb/src/drivers/s390/net/ctcm_fsms.c: In function 'ctcmpc_chx_attnbusy': /kisskb/src/drivers/s390/net/ctcm_fsms.c:1703:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (grp->changed_side == 1) { ^ /kisskb/src/drivers/s390/net/ctcm_fsms.c:1707:2: note: here case MPCG_STATE_XID0IOWAIX: ^~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'ctc_mpc_alloc_channel': /kisskb/src/drivers/s390/net/ctcm_mpc.c:358:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (callback) ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:360:2: note: here case MPCG_STATE_XID0IOWAIT: ^~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'mpc_action_timeout': /kisskb/src/drivers/s390/net/ctcm_mpc.c:1469:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((fsm_getstate(rch->fsm) == CH_XID0_PENDING) && ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:1472:2: note: here default: ^~~~~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'mpc_send_qllc_discontact': /kisskb/src/drivers/s390/net/ctcm_mpc.c:2087:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (grp->estconnfunc) { ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:2092:2: note: here case MPCG_STATE_FLOWC: ^~~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/arch/s390/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/scatterlist.h:7, from /kisskb/src/drivers/scsi/libsas/sas_discover.c:9: /kisskb/src/drivers/scsi/libsas/sas_discover.c: In function 'sas_discover_domain': /kisskb/src/include/linux/printk.h:309:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:459:3: note: in expansion of macro 'pr_notice' pr_notice("ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach\n"); ^~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:462:2: note: here default: ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c: In function 'mlx5e_open_xsk': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c:127:1: warning: the frame size of 1312 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc8 # Build took: 0:05:29.257282