# git rev-parse -q --verify c9c9735c46f589b9877b7fc00c89ef1b61a31e18^{commit} c9c9735c46f589b9877b7fc00c89ef1b61a31e18 already have revision, skipping fetch # git checkout -q -f -B kisskb c9c9735c46f589b9877b7fc00c89ef1b61a31e18 # git clean -qxdf # < git log -1 # commit c9c9735c46f589b9877b7fc00c89ef1b61a31e18 # Merge: fded09198826 7e0e8be3a1fd # Author: Linus Torvalds # Date: Fri Aug 14 16:01:59 2020 -0700 # # Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull more SCSI updates from James Bottomley: # "This is the set of patches which arrived too late to stabilise in # -next for the first pull. # # It's really just an lpfc driver update and an assortment of minor # fixes, all in drivers. The only core update is to the zone block # device driver, which isn't the one most people use" # # * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: # scsi: lpfc: Update lpfc version to 12.8.0.3 # scsi: lpfc: Fix LUN loss after cable pull # scsi: lpfc: Fix validation of bsg reply lengths # scsi: lpfc: Fix retry of PRLI when status indicates its unsupported # scsi: lpfc: Fix oops when unloading driver while running mds diags # scsi: lpfc: Fix RSCN timeout due to incorrect gidft counter # scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range value # scsi: lpfc: Fix FCoE speed reporting # scsi: lpfc: Add missing misc_deregister() for lpfc_init() # scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetport # scsi: scsi_transport_sas: Add spaces around binary operator "|" # scsi: sd_zbc: Improve zone revalidation # scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases # scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del() # scsi: target: Make iscsit_register_transport() return void # < /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 c9c9735c46f589b9877b7fc00c89ef1b61a31e18 # < make -s -j 48 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 48 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 48 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 48 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 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xaf1748) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xaf1748) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xb01e30) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5296644 Bytes = 5172.50 KiB = 5.05 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329339 Bytes = 5204.43 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329540 Bytes = 5204.63 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329925 Bytes = 5205.00 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00894 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5328793 Bytes = 5203.90 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329539 Bytes = 5204.63 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00894 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329002 Bytes = 5204.10 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329530 Bytes = 5204.62 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Sat Aug 15 12:52:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5329533 Bytes = 5204.62 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:46.491355