lkml.org 
[lkml]   [2022]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [Regression v5.19-rc1] crash kexec fails to boot the 2nd kernel (Re: [PATCH v12 38/46] x86/sev: Add SEV-SNP feature detection/setup)
Date
From: Michael Roth <michael.roth@amd.com>
> Sorry, I just noticed I had a typo in that patch which made it a no-op
> effectively. Can you give this a shot?

Ah, thank you, that works!

> + kernel_add_identity_map((unsigned long)sd, (unsigned long)(sd + sizeof(*sd) + sd->len));

But I think the cast should be like this and it works for me, too:

kernel_add_identity_map((unsigned long)sd, (unsigned long)sd + sizeof(*sd) + sd->len);

--
Jun'ichi Nomura, NEC Corporation / NEC Solution Innovators, Ltd.
[unhandled content-type:application/pkcs7-signature]
\
 
 \ /
  Last update: 2022-06-30 10:27    [W:0.087 / U:2.632 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site