From: Linus Torvalds Date: Thu, 19 Jan 2023 20:28:53 +0000 (-0800) Subject: Merge tag 's390-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux X-Git-Tag: v6.6.7~3715 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a03df4ec37291de74987e4fbfbbcaebb5a8f9a2e;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 's390-6.2-3' of git://git./linux/kernel/git/s390/linux Pull s390 build fix from Heiko Carstens: - Workaround invalid gcc-11 out of bounds read warning caused by s390's S390_lowcore definition. This happens only with gcc 11.1.0 and 11.2.0. The code which causes this warning will be gone with the next merge window. Therefore just replace the memcpy() with a for loop to get rid of the warning. * tag 's390-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390: workaround invalid gcc-11 out of bounds read warning --- a03df4ec37291de74987e4fbfbbcaebb5a8f9a2e