2021-06-10 05:51:53

by Borislav Petkov

[permalink] [raw]
Subject: Re: [PATCH Part1 RFC v3 10/22] x86/sev: Register GHCB memory when SEV-SNP is active

On Wed, Jun 02, 2021 at 09:04:04AM -0500, Brijesh Singh wrote:
> +++ b/arch/x86/kernel/sev-internal.h
> @@ -0,0 +1,12 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +/*
> + * Forward declarations for sev-shared.c
> + *
> + * Author: Brijesh Singh <[email protected]>
> + */
> +
> +#ifndef _ARCH_X86_KERNEL_SEV_INTERNAL_H

__X86_SEV_INTERNAL_H__

--
Regards/Gruss,
Boris.

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


2021-06-14 12:30:53

by Brijesh Singh

[permalink] [raw]
Subject: Re: [PATCH Part1 RFC v3 10/22] x86/sev: Register GHCB memory when SEV-SNP is active


On 6/10/21 12:49 AM, Borislav Petkov wrote:
> On Wed, Jun 02, 2021 at 09:04:04AM -0500, Brijesh Singh wrote:
>> +++ b/arch/x86/kernel/sev-internal.h
>> @@ -0,0 +1,12 @@
>> +/* SPDX-License-Identifier: GPL-2.0-only */
>> +/*
>> + * Forward declarations for sev-shared.c
>> + *
>> + * Author: Brijesh Singh <[email protected]>
>> + */
>> +
>> +#ifndef _ARCH_X86_KERNEL_SEV_INTERNAL_H
> __X86_SEV_INTERNAL_H__

Noted. Thanks

- Brijesh