Re: [PATCH 3/3] x86/sev-es: Improve comments in and around __sev_es_ist_enter/exit()

2021-02-17 Thread Borislav Petkov
On Wed, Feb 17, 2021 at 01:01:43PM +0100, Joerg Roedel wrote: > From: Joerg Roedel > > Better explain why this code is necessary and what it is doing. > > Signed-off-by: Joerg Roedel > --- > arch/x86/kernel/sev-es.c | 23 --- > 1 file changed, 16 insertions(+), 7 deletions(

[PATCH 3/3] x86/sev-es: Improve comments in and around __sev_es_ist_enter/exit()

2021-02-17 Thread Joerg Roedel
From: Joerg Roedel Better explain why this code is necessary and what it is doing. Signed-off-by: Joerg Roedel --- arch/x86/kernel/sev-es.c | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/arch/x86/kernel/sev-es.c b/arch/x86/kernel/sev-es.c index 0df