# 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/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 9c7dc824d9a48f98b4ee20041e865d97bc73a626 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1478:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1435:5: warning: 'page' 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:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_dynevent.c: In function 'create_dyn_event': /kisskb/src/kernel/trace/trace_dynevent.c:89:5: warning: 'ret' 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:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /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 [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/net/sunrpc/xprtsock.c: In function 'xs_stream_data_receive_workfn': /kisskb/src/net/sunrpc/xprtsock.c:529:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/sunrpc/xprtsock.c:499:10: note: 'ret' was declared here /kisskb/src/net/sunrpc/xprtsock.c:529:2: warning: 'read' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/sunrpc/xprtsock.c:498:15: note: 'read' was declared here /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:337:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/fs_parser.c: In function 'fs_validate_description': /kisskb/src/fs/fs_parser.c:413:6: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc7020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb6858) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713807 Bytes = 5579.89 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713659 Bytes = 5579.75 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714153 Bytes = 5580.23 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714811 Bytes = 5580.87 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5683374 Bytes = 5550.17 KiB = 5.42 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714192 Bytes = 5580.27 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713629 Bytes = 5579.72 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713707 Bytes = 5579.79 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5715931 Bytes = 5581.96 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713658 Bytes = 5579.74 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713701 Bytes = 5579.79 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5715848 Bytes = 5581.88 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714115 Bytes = 5580.19 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5713866 Bytes = 5579.95 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714086 Bytes = 5580.16 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g9c7dc824d9a4 Created: Sat Mar 16 15:05:49 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5714791 Bytes = 5580.85 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:31.996194