Changelog in Linux kernel 6.6.65

 
Linux: Linux 6.6.65 [+ + +]
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Wed Dec 11 16:13:43 2024 +0100

    Linux 6.6.65
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 
openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix() [+ + +]
Author: Dawei Li <set_pte_at@outlook.com>
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 <set_pte_at@outlook.com>
    Signed-off-by: Stafford Horne <shorne@gmail.com>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 
Revert "x86/pvh: Call C code via the kernel virtual mapping" [+ + +]
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <jason.andryuk@amd.com>
    Cc: Ard Biesheuvel <ardb@kernel.org>
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Sasha Levin <sashal@kernel.org>
    Reported-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
    Link: https://lore.kernel.org/r/Z1l6XbHP6BTTZSwr@mail-itl
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Revert "x86/pvh: Set phys_base when calling xen_prepare_pvh()" [+ + +]
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <jason.andryuk@amd.com>
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Sasha Levin <sashal@kernel.org>
    Cc: Ard Biesheuvel <ardb@kernel.org>
    Reported-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
    Link: https://lore.kernel.org/r/Z1l6XbHP6BTTZSwr@mail-itl
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>