Author: Greg Kroah-Hartman <[email protected]> Date: Wed Dec 11 16:13:43 2024 +0100 Linux 6.6.65 Signed-off-by: Greg Kroah-Hartman <[email protected]>
Author: Dawei Li <[email protected]> Date: Sat Mar 9 18:24:07 2024 +0800 openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix() commit 7f1e2fc493480086fbb375f4f6d33cb93fc069d6 upstream. Openrisc's implementation of fix_to_virt() & virt_to_fix() share same functionality with ones of asm generic. Plus, generic version of fix_to_virt() can trap invalid index at compile time. Thus, Replace the arch-specific implementations with asm generic's ones. Signed-off-by: Dawei Li <[email protected]> Signed-off-by: Stafford Horne <[email protected]> Cc: Guenter Roeck <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Author: Greg Kroah-Hartman <[email protected]> Date: Wed Dec 11 15:22:28 2024 +0100 Revert "x86/pvh: Call C code via the kernel virtual mapping" This reverts commit 83d123e27623713dd69eed2569eacf5f1b3c9033 which is commit e8fbc0d9cab6c1ee6403f42c0991b0c1d5dbc092 upstream. It causes boot failures of domU guests, and should be reverted. Cc: Jason Andryuk <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Juergen Gross <[email protected]> Cc: Sasha Levin <[email protected]> Reported-by: Marek Marczykowski-Górecki <[email protected]> Link: https://lore.kernel.org/r/Z1l6XbHP6BTTZSwr@mail-itl Signed-off-by: Greg Kroah-Hartman <[email protected]>
Author: Greg Kroah-Hartman <[email protected]> Date: Wed Dec 11 15:24:38 2024 +0100 Revert "x86/pvh: Set phys_base when calling xen_prepare_pvh()" This reverts commit f662b4a69e1d6c15db3354de6fc9f923417a5a10 which is commit b464b461d27d564125db760938643374864c1b1f upstream. It causes boot failures of domU guests, and should be reverted. Cc: Jason Andryuk <[email protected]> Cc: Juergen Gross <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Ard Biesheuvel <[email protected]> Reported-by: Marek Marczykowski-Górecki <[email protected]> Link: https://lore.kernel.org/r/Z1l6XbHP6BTTZSwr@mail-itl Signed-off-by: Greg Kroah-Hartman <[email protected]>