# git rev-parse -q --verify 9c7dc824d9a48f98b4ee20041e865d97bc73a626^{commit} 9c7dc824d9a48f98b4ee20041e865d97bc73a626 already have revision, skipping fetch # git checkout -q -f -B kisskb 9c7dc824d9a48f98b4ee20041e865d97bc73a626 # git clean -qxdf # < git log -1 # commit 9c7dc824d9a48f98b4ee20041e865d97bc73a626 # Merge: 6c83d0d5eb62 bc31d0cdcfba # Author: Linus Torvalds # Date: Fri Mar 15 18:52:12 2019 -0700 # # Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 # # Pull more smb3 updates from Steve French: # "Various tracing and debugging improvements, crediting fixes, some # cleanup, and important fallocate fix (fixes three xfstests) and lock # fix. # # Summary: # # - Various additional dynamic tracing tracepoints # # - Debugging improvements (including ability to query the server via # SMB3 fsctl from userspace tools which can help with stats and # debugging) # # - One minor performance improvement (root directory inode caching) # # - Crediting (SMB3 flow control) fixes # # - Some cleanup (docs and to mknod) # # - Important fixes: one to smb3 implementation of fallocate zero range # (which fixes three xfstests) and a POSIX lock fix" # # * tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6: (22 commits) # CIFS: fix POSIX lock leak and invalid ptr deref # SMB3: Allow SMB3 FSCTL queries to be sent to server from tools # cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc # smb2: fix typo in definition of a few error flags # CIFS: make mknod() an smb_version_op # cifs: minor documentation updates # cifs: remove unused value pointed out by Coverity # SMB3: passthru query info doesn't check for SMB3 FSCTL passthru # smb3: add dynamic tracepoints for simple fallocate and zero range # cifs: fix smb3_zero_range so it can expand the file-size when required # cifs: add SMB2_ioctl_init/free helpers to be used with compounding # smb3: Add dynamic trace points for various compounded smb3 ops # cifs: cache FILE_ALL_INFO for the shared root handle # smb3: display volume serial number for shares in /proc/fs/cifs/DebugData # cifs: simplify how we handle credits in compound_send_recv() # smb3: add dynamic tracepoint for timeout waiting for credits # smb3: display security information in /proc/fs/cifs/DebugData more accurately # cifs: add a timeout argument to wait_for_free_credits # cifs: prevent starvation in wait_for_free_credits for multi-credit requests # cifs: wait_for_free_credits() make it possible to wait for >=1 credits # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 9c7dc824d9a48f98b4ee20041e865d97bc73a626 # < make -s -j 120 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allmodconfig # make -s -j 120 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = vma->vm_mm; ^~ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/include/linux/printk.h:7, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/linux/fs_context.h:15, from /kisskb/src/fs/fs_parser.c:13: /kisskb/src/fs/fs_parser.c: In function 'fs_validate_description': /kisskb/src/include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^~~~~~ /kisskb/src/include/linux/kern_levels.h:11:18: note: in expansion of macro 'KERN_SOH' #define KERN_ERR KERN_SOH "3" /* error conditions */ ^~~~~~~~ /kisskb/src/include/linux/printk.h:302:9: note: in expansion of macro 'KERN_ERR' printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~ /kisskb/src/fs/fs_parser.c:413:6: note: in expansion of macro 'pr_err' pr_err("VALIDATE %s: e[%lu] enum val for %s\n", ^~~~~~ /kisskb/src/fs/fs_parser.c:413:31: note: format string is defined here pr_err("VALIDATE %s: e[%lu] enum val for %s\n", ~~^ %u /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ WARNING: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: "clear_page" [fs/ocfs2/dlm/ocfs2_dlm.ko] has no CRC! WARNING: "clear_page" [fs/ntfs/ntfs.ko] has no CRC! WARNING: "copy_page" [fs/nilfs2/nilfs2.ko] has no CRC! WARNING: "copy_page" [fs/nfs/nfs.ko] has no CRC! WARNING: "clear_page" [fs/gfs2/gfs2.ko] has no CRC! WARNING: "copy_page" [fs/fuse/fuse.ko] has no CRC! WARNING: "clear_page" [fs/fuse/fuse.ko] has no CRC! WARNING: "copy_page" [fs/cachefiles/cachefiles.ko] has no CRC! WARNING: "copy_page" [fs/btrfs/btrfs.ko] has no CRC! WARNING: "clear_page" [fs/btrfs/btrfs.ko] has no CRC! WARNING: "clear_page" [drivers/scsi/sd_mod.ko] has no CRC! WARNING: "clear_page" [drivers/md/raid456.ko] has no CRC! WARNING: "clear_page" [drivers/md/dm-integrity.ko] has no CRC! WARNING: "copy_page" [drivers/gpu/drm/ttm/ttm.ko] has no CRC! WARNING: "clear_page" [drivers/gpu/drm/ttm/ttm.ko] has no CRC! WARNING: "copy_page" [drivers/block/drbd/drbd.ko] has no CRC! Completed OK # rm -rf /kisskb/build/linus_nds32-allmodconfig_nds32le # Build took: 0:05:34.847645