# git rev-parse -q --verify 1a2dcbdde82e3a5f1db9b2f4c48aa1aeba534fb2^{commit} 1a2dcbdde82e3a5f1db9b2f4c48aa1aeba534fb2 already have revision, skipping fetch # git checkout -q -f -B kisskb 1a2dcbdde82e3a5f1db9b2f4c48aa1aeba534fb2 # git clean -qxdf # < git log -1 # commit 1a2dcbdde82e3a5f1db9b2f4c48aa1aeba534fb2 # Author: Sreekanth Reddy # Date: Tue Sep 13 17:35:38 2022 +0530 # # scsi: mpt3sas: re-do lost mpt3sas DMA mask fix # # This is a re-do of commit e0e0747de0ea ("scsi: mpt3sas: Fix return value # check of dma_get_required_mask()"), which I ended up undoing in a # mis-merge in commit 62e6e5940c0c ("Merge tag 'scsi-misc' of # git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi"). # # The original commit message was # # scsi: mpt3sas: Fix return value check of dma_get_required_mask() # # Fix the incorrect return value check of dma_get_required_mask(). Due to # this incorrect check, the driver was always setting the DMA mask to 63 bit. # # Link: https://lore.kernel.org/r/20220913120538.18759-2-sreekanth.reddy@broadcom.com # Fixes: ba27c5cf286d ("scsi: mpt3sas: Don't change the DMA coherent mask after allocations") # Signed-off-by: Sreekanth Reddy # Signed-off-by: Martin K. Petersen # # and this fix was lost when I mis-merged the conflict with commit # 9df650963bf6 ("scsi: mpt3sas: Don't change DMA mask while reallocating # pools"). # # Reported-by: Juergen Gross # Fixes: 62e6e5940c0c ("Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi") # Link: https://lore.kernel.org/all/CAHk-=wjaK-TxrNaGtFDpL9qNHL1MVkWXO1TT6vObD5tXMSC4Zg@mail.gmail.com # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 1a2dcbdde82e3a5f1db9b2f4c48aa1aeba534fb2 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In function 'setup_lowcore_dat_on', inlined from 'setup_arch' at /kisskb/src/arch/s390/kernel/setup.c:1059:2: /kisskb/src/arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 524 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:05:49.716178