# git rev-parse -q --verify 6830fcf476286380beeac027eaa2718cb574438a^{commit} 6830fcf476286380beeac027eaa2718cb574438a already have revision, skipping fetch # git checkout -q -f -B kisskb 6830fcf476286380beeac027eaa2718cb574438a # git clean -qxdf # < git log -1 # commit 6830fcf476286380beeac027eaa2718cb574438a # Author: Nicholas Piggin # Date: Tue May 22 09:00:00 2018 +1000 # # powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit # # commit a048a07d7f4535baa4cbad6bc024f175317ab938 upstream. # # On some CPUs we can prevent a vulnerability related to store-to-load # forwarding by preventing store forwarding between privilege domains, # by inserting a barrier in kernel entry and exit paths. # # This is known to be the case on at least Power7, Power8 and Power9 # powerpc CPUs. # # Barriers must be inserted generally before the first load after moving # to a higher privilege, and after the last store before moving to a # lower privilege, HV and PR privilege transitions must be protected. # # Barriers are added as patch sections, with all kernel/hypervisor entry # points patched, and the exit points to lower privilge levels patched # similarly to the RFI flush patching. # # Firmware advertisement is not implemented yet, so CPU flush types # are hard coded. # # Thanks to Michal Suchánek for bug fixes and review. # # Signed-off-by: Nicholas Piggin # Signed-off-by: Mauricio Faria de Oliveira # Signed-off-by: Michael Neuling # Signed-off-by: Michal Suchánek # Signed-off-by: Michael Ellerman # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 6830fcf476286380beeac027eaa2718cb574438a # < make -s -j 8 ARCH=powerpc O=/kisskb/build/mpe_83xx_mpc834x_mds_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 83xx/mpc834x_mds_defconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/mpe_83xx_mpc834x_mds_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- INFO: Uncompressed kernel (size 0x4bc498) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4abd80) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-4.16.10-g6830fcf Created: Tue May 22 17:08:55 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2377940 Bytes = 2322.21 kB = 2.27 MB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.16.10-g6830fcf Created: Tue May 22 17:08:55 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2401516 Bytes = 2345.23 kB = 2.29 MB Load Address: 00500000 Entry Point: 005001f4 Completed OK # rm -rf /kisskb/build/mpe_83xx_mpc834x_mds_defconfig_powerpc-5.3 # Build took: 0:00:53.691641