# git rev-parse -q --verify f873db9acd3c92d4741bc3676c9eb511b2f9a6f6^{commit} f873db9acd3c92d4741bc3676c9eb511b2f9a6f6 already have revision, skipping fetch # git checkout -q -f -B kisskb f873db9acd3c92d4741bc3676c9eb511b2f9a6f6 # git clean -qxdf # < git log -1 # commit f873db9acd3c92d4741bc3676c9eb511b2f9a6f6 # Merge: 349111f050b5 867a23eab528 # Author: Linus Torvalds # Date: Fri Aug 21 14:59:16 2020 -0700 # # Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-block # # Pull io_uring fixes from Jens Axboe: # # - Make sure the head link cancelation includes async work # # - Get rid of kiocb_wait_page_queue_init(), makes no sense to have it as # a separate function since you moved it into io_uring itself # # - io_import_iovec cleanups (Pavel, me) # # - Use system_unbound_wq for ring exit work, to avoid spawning tons of # these if we have tons of rings exiting at the same time # # - Fix req->flags overflow flag manipulation (Pavel) # # * tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-block: # io_uring: kill extra iovec=NULL in import_iovec() # io_uring: comment on kfree(iovec) checks # io_uring: fix racy req->flags modification # io_uring: use system_unbound_wq for ring exit work # io_uring: cleanup io_import_iovec() of pre-mapped request # io_uring: get rid of kiocb_wait_page_queue_init() # io_uring: find and cancel head link async work on files exit # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 f873db9acd3c92d4741bc3676c9eb511b2f9a6f6 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/kernel/rcu/update.c:591:0: /kisskb/src/kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function] static void show_rcu_tasks_classic_gp_kthread(void) { } ^ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1667:1: warning: the frame size of 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/include/linux/skbuff.h:31:0, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/sfc/net_driver.h:13, from /kisskb/src/drivers/net/ethernet/sfc/ef100.c:12: /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_continue_entry': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:145:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:163:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_xilinx_cap': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:337:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_probe': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:498:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xaf5520) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xb05c08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xaf5520) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5300353 Bytes = 5176.13 KiB = 5.05 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5332412 Bytes = 5207.43 KiB = 5.09 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5332765 Bytes = 5207.78 KiB = 5.09 MiB Load Address: 00c00000 Entry Point: 00c00894 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5332006 Bytes = 5207.04 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00894 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5332730 Bytes = 5207.74 KiB = 5.09 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5332246 Bytes = 5207.27 KiB = 5.09 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5331941 Bytes = 5206.97 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:00 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5331516 Bytes = 5206.56 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.9.0-rc1+ Created: Sat Aug 22 15:15:01 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5331737 Bytes = 5206.77 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:32.131359