# git rev-parse -q --verify 50ad3f0d00248ed0dda6c8bb69e603b3e900161b^{commit} 50ad3f0d00248ed0dda6c8bb69e603b3e900161b already have revision, skipping fetch # git checkout -q -f -B kisskb 50ad3f0d00248ed0dda6c8bb69e603b3e900161b # git clean -qxdf # < git log -1 # commit 50ad3f0d00248ed0dda6c8bb69e603b3e900161b # Author: Aneesh Kumar K.V # Date: Mon Jul 27 14:29:08 2020 +0530 # # powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE # # This adds a kernel command line option that can be used to disable GTSE support. # Disabling GTSE implies kernel will make hcalls to invalidate TLB entries. # # This was done so that we can do VM migration between configs that enable/disable # GTSE support via hypervisor. To migrate a VM from a system that supports # GTSE to a system that doesn't, we can boot the guest with # radix_hcall_invalidate=on, thereby forcing the guest to use hcalls for TLB # invalidates. # # The check for hcall availability is done in pSeries_setup_arch so that # the panic message appears on the console. This should only happen on # a hypervisor that doesn't force the guest to hash translation even # though it can't handle the radix GTSE=0 request via CAS. With # radix_hcall_invalidate=on if the hypervisor doesn't support hcall_rpt_invalidate # hcall it should force the LPAR to hash translation. # # Signed-off-by: Aneesh Kumar K.V # Tested-by: Bharata B Rao # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20200727085908.420806-1-aneesh.kumar@linux.ibm.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 50ad3f0d00248ed0dda6c8bb69e603b3e900161b # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_canyonlands_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/canyonlands_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_canyonlands_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_canyonlands_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_canyonlands_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/powerpc-next_44x_canyonlands_defconfig_powerpc-gcc5 # Build took: 0:00:47.689263