Re: [PATCH 1/4] btrfs: Remove duplicate included header

2024-05-02 Thread David Sterba
On Thu, May 02, 2024 at 11:26:28PM +0200, Thorsten Blum wrote: > Remove duplicate included header file linux/blkdev.h > > Signed-off-by: Thorsten Blum Added to for-next, thanks. ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.o

Re: [PATCH v4 0/4] x86/snp: Add kexec support

2024-05-02 Thread Kalra, Ashish
Hello Alexander, On 5/2/2024 7:01 AM, Alexander Graf wrote: Hey Ashish, On 09.04.24 22:42, Ashish Kalra wrote: From: Ashish Kalra The patchset adds bits and pieces to get kexec (and crashkernel) work on SNP guest. With this patch set (and similar for the TDX one), you enable the typical

[PATCH 2/4] fscache: Remove duplicate included header

2024-05-02 Thread Thorsten Blum
Remove duplicate included header file linux/uio.h Signed-off-by: Thorsten Blum --- fs/netfs/fscache_io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/netfs/fscache_io.c b/fs/netfs/fscache_io.c index 43a651ed8264..7b1ad224956c 100644 --- a/fs/netfs/fscache_io.c +++ b/fs/netfs/fscache_io.

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

2024-05-02 Thread Thorsten Blum
Remove duplicate included header file linux/kexec.h Signed-off-by: Thorsten Blum --- kernel/crash_reserve.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c index 08799f75..c460e687edd6 100644 --- a/kernel/crash_reserve.c +++ b/kernel/crash_r

[PATCH 3/4] overlayfs: Remove duplicate included header

2024-05-02 Thread Thorsten Blum
Remove duplicate included header file linux/posix_acl.h Signed-off-by: Thorsten Blum --- fs/overlayfs/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c index c63b31a460be..35fd3e3e1778 100644 --- a/fs/overlayfs/inode.c +++ b/fs/overlayfs/inode

[PATCH 1/4] btrfs: Remove duplicate included header

2024-05-02 Thread Thorsten Blum
Remove duplicate included header file linux/blkdev.h Signed-off-by: Thorsten Blum --- fs/btrfs/fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h index 93f5c57ea4e3..5f7ad90fd682 100644 --- a/fs/btrfs/fs.h +++ b/fs/btrfs/fs.h @@ -9,7 +9,6 @@ #include #includ

Re: [PATCHv10.1 09/18] x86/mm: Adding callbacks to prepare encrypted memory for kexec

2024-05-02 Thread Borislav Petkov
On Sat, Apr 27, 2024 at 08:06:34PM +0300, Kirill A. Shutemov wrote: > Subject: Re: [PATCHv10.1 09/18] x86/mm: Adding callbacks to prepare encrypted > memory for kexec s/Adding/Add/ > AMD SEV and Intel TDX guests allocate shared buffers for performing I/O. > This is done by allocating pages norm

Re: [PATCHv10 05/18] x86/kexec: Keep CR4.MCE set during kexec for TDX guest

2024-05-02 Thread Borislav Petkov
On Thu, May 02, 2024 at 03:22:29PM +0200, Borislav Petkov wrote: > On Tue, Apr 30, 2024 at 05:49:08PM +0300, Kirill A. Shutemov wrote: > > I assume all of these new labels have to be prefixed with ".L", right? > > Oh yes, please. Here's a fixed version: --- From: "Borislav Petkov (AMD)" Date: T

Re: [PATCHv10 05/18] x86/kexec: Keep CR4.MCE set during kexec for TDX guest

2024-05-02 Thread Borislav Petkov
On Tue, Apr 30, 2024 at 05:49:08PM +0300, Kirill A. Shutemov wrote: > I assume all of these new labels have to be prefixed with ".L", right? Oh yes, please. Thx! -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette ___

Re: [PATCH v4 0/4] x86/snp: Add kexec support

2024-05-02 Thread Vitaly Kuznetsov
Alexander Graf writes: > Hey Ashish, > > On 09.04.24 22:42, Ashish Kalra wrote: >> From: Ashish Kalra >> >> The patchset adds bits and pieces to get kexec (and crashkernel) work on >> SNP guest. > > > With this patch set (and similar for the TDX one), you enable the > typical kdump case, which

Re: [PATCH v4 0/4] x86/snp: Add kexec support

2024-05-02 Thread Alexander Graf
Hey Ashish, On 09.04.24 22:42, Ashish Kalra wrote: From: Ashish Kalra The patchset adds bits and pieces to get kexec (and crashkernel) work on SNP guest. With this patch set (and similar for the TDX one), you enable the typical kdump case, which is great! However, if a user is running wi