[PATCH] Refer FDT tokens with symbolic names

2021-09-11 Thread Sourabh Jain
Replace hardcoded FDT structure block tokens with proper names to improve code readability. Signed-off-by: Sourabh Jain --- kexec/fs2dt.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/kexec/fs2dt.c b/kexec/fs2dt.c index 1a43058..993b73b 100644 ---

Re: [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()

2021-09-11 Thread Borislav Petkov
On Wed, Sep 08, 2021 at 05:58:34PM -0500, Tom Lendacky wrote: > diff --git a/arch/x86/kernel/cc_platform.c b/arch/x86/kernel/cc_platform.c > new file mode 100644 > index ..3c9bacd3c3f3 > --- /dev/null > +++ b/arch/x86/kernel/cc_platform.c > @@ -0,0 +1,21 @@ > +//