Re: [PATCH v7 41/72] x86/sev-es: Setup per-cpu GHCBs for the runtime handler

From: Borislav Petkov
Date: Tue Sep 08 2020 - 06:52:30 EST


On Mon, Sep 07, 2020 at 03:15:42PM +0200, Joerg Roedel wrote:
> +void __init sev_es_init_vc_handling(void)
> +{
> + int cpu;
> +
> + BUILD_BUG_ON((offsetof(struct sev_es_runtime_data, ghcb_page) % PAGE_SIZE) != 0);

Simplified that to:

BUILD_BUG_ON(offsetof(struct sev_es_runtime_data, ghcb_page) % PAGE_SIZE);

--
Regards/Gruss,
Boris.

https://people.kernel.org/tglx/notes-about-netiquette