Since Linux 5.18, sv57 was added for 64-bit RISC-V architecture. Since sv57 is already supported as SATP mode in qemu-system-riscv64 too, Linux uses sv57 automatically and there is no easy option to disable it. This unfortunately breaks userspace programs as at least OpenJDK and v8 still have no support for this mode. Considering that userspace programs still need significant time to adapt, it is beneficial to provide an option to disable kernel support for sv57 and build distribution kernels with it. (Ubuntu already started to patch their kernel for this: http://sprunge.us/WGq6Pm and will most likely disable sv57 for kinetic.)