On Tue, Jun 23, 2015 at 06:28:36PM +0200, Vitaly Kuznetsov wrote:
> Olaf Hering writes:
>
> > On Thu, Jun 04, K. Y. Srinivasan wrote:
> >
> >> +++ b/arch/x86/kernel/cpu/mshyperv.c
> >> @@ -18,6 +18,9 @@
> >> #include
> >> #include
> >> #include
> >> +#ifdef CONFIG_KEXEC
> >> +#include
> >>
Olaf Hering writes:
> On Thu, Jun 04, K. Y. Srinivasan wrote:
>
>> +++ b/arch/x86/kernel/cpu/mshyperv.c
>> @@ -18,6 +18,9 @@
>> #include
>> #include
>> #include
>> +#ifdef CONFIG_KEXEC
>> +#include
>> +#endif
>
> Is this #ifdef required?
>
No, it's not, but other parts of the same patch d
On Thu, Jun 04, K. Y. Srinivasan wrote:
> +++ b/arch/x86/kernel/cpu/mshyperv.c
> @@ -18,6 +18,9 @@
> #include
> #include
> #include
> +#ifdef CONFIG_KEXEC
> +#include
> +#endif
Is this #ifdef required?
Olaf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
From: Vitaly Kuznetsov
When general-purpose kexec (not kdump) is being performed in Hyper-V guest
the newly booted kernel fails with an MCE error coming from the host. It
is the same error which was fixed in the "Drivers: hv: vmbus: Implement
the protocol for tearing down vmbus state" commit - mo
4 matches
Mail list logo