Re: [PATCHv10 10/18] x86/tdx: Convert shared memory back to private on kexec

2024-05-05 Thread Borislav Petkov
On Tue, Apr 09, 2024 at 02:30:02PM +0300, Kirill A. Shutemov wrote: > TDX guests allocate shared buffers to perform I/O. It is done by > allocating pages normally from the buddy allocator and converting them > to shared with set_memory_decrypted(). > > The second kernel has no idea what memory is

Re: [PATCH 4/4] crash: Remove duplicate included header

2024-05-05 Thread Baoquan He
On 05/02/24 at 11:26pm, Thorsten Blum wrote: > Remove duplicate included header file linux/kexec.h > > Signed-off-by: Thorsten Blum > --- > kernel/crash_reserve.c | 1 - > 1 file changed, 1 deletion(-) Acked-by: Baoquan He > > diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c >