# git rev-parse -q --verify 1f7a4c73a739a63b3f108d8eda6f947fdc70dd65^{commit} 1f7a4c73a739a63b3f108d8eda6f947fdc70dd65 already have revision, skipping fetch # git checkout -q -f -B kisskb 1f7a4c73a739a63b3f108d8eda6f947fdc70dd65 # git clean -qxdf # < git log -1 # commit 1f7a4c73a739a63b3f108d8eda6f947fdc70dd65 # Merge: 6ada4e2 edcd9d9 # Author: Linus Torvalds # Date: Fri Aug 17 17:27:58 2018 -0700 # # Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux # # Pull 9p updates from Dominique Martinet: # "This contains mostly fixes (6 to be backported to stable) and a few # changes, here is the breakdown: # # - rework how fids are attributed by replacing some custom tracking in # a list by an idr # # - for packet-based transports (virtio/rdma) validate that the packet # length matches what the header says # # - a few race condition fixes found by syzkaller # # - missing argument check when NULL device is passed in sys_mount # # - a few virtio fixes # # - some spelling and style fixes" # # * tag '9p-for-4.19-2' of git://github.com/martinetd/linux: (21 commits) # net/9p/trans_virtio.c: add null terminal for mount tag # 9p/virtio: fix off-by-one error in sg list bounds check # 9p: fix whitespace issues # 9p: fix multiple NULL-pointer-dereferences # fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed # 9p: validate PDU length # net/9p/trans_fd.c: fix race by holding the lock # net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() # net/9p/virtio: Fix hard lockup in req_done # net/9p/trans_virtio.c: fix some spell mistakes in comments # 9p/net: Fix zero-copy path in the 9p virtio transport # 9p: Embed wait_queue_head into p9_req_t # 9p: Replace the fidlist with an IDR # 9p: Change p9_fid_create calling convention # 9p: Fix comment on smp_wmb # net/9p/client.c: version pointer uninitialized # fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown" # net/9p: fix error path of p9_virtio_probe # 9p/net/protocol.c: return -ENOMEM when kmalloc() failed # net/9p/client.c: add missing '\n' at the end of p9_debug() # ... # < /opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux-gcc --version # < git log --format=%s --max-count=1 1f7a4c73a739a63b3f108d8eda6f947fdc70dd65 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- allmodconfig # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_is' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:14: note: 'px_is' was declared here u32 px_cmd, px_is, px_val; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_cmd' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:6: note: 'px_cmd' was declared here u32 px_cmd, px_is, px_val; ^ /kisskb/src/drivers/bluetooth/hci_h5.c:920:22: warning: 'rtl_vnd' defined but not used [-Wunused-variable] static struct h5_vnd rtl_vnd = { ^ /kisskb/src/net/smc/smc_ib.c: In function 'smc_ib_fill_mac': /kisskb/src/net/smc/smc_ib.c:152:2: warning: 'ib_query_gid' is deprecated [-Wdeprecated-declarations] rc = ib_query_gid(smcibdev->ibdev, ibport, 0, &gid, &gattr); ^ In file included from /kisskb/src/net/smc/smc_ib.c:19:0: /kisskb/src/include/rdma/ib_cache.h:139:32: note: declared here static inline __deprecated int ib_query_gid(struct ib_device *device, ^ /kisskb/src/net/smc/smc_ib.c: In function 'smc_ib_determine_gid': /kisskb/src/net/smc/smc_ib.c:190:3: warning: 'ib_query_gid' is deprecated [-Wdeprecated-declarations] if (ib_query_gid(smcibdev->ibdev, ibport, i, &_gid, &gattr)) ^ In file included from /kisskb/src/net/smc/smc_ib.c:19:0: /kisskb/src/include/rdma/ib_cache.h:139:32: note: declared here static inline __deprecated int ib_query_gid(struct ib_device *device, ^ WARNING: vmlinux.o(.text+0x36b4): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x3944): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x3978): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_allmodconfig+ppc64le_ppc64le # Build took: 0:12:29.093053