Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Ingo Molnar writes: > * Vitaly Kuznetsov wrote: > >> Ingo Molnar writes: >> >> > * Stephen Hemminger wrote: >> > >> >> Fixes regression 4.3 mergw window in my config >> >> where hyperv is enable but CONFIG_KEXEC not enabled. >> >> >> >> arch/x86/kernel/cpu/mshyperv.c:112: undefined

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Vitaly Kuznetsov wrote: > Ingo Molnar writes: > > > * Stephen Hemminger wrote: > > > >> Fixes regression 4.3 mergw window in my config > >> where hyperv is enable but CONFIG_KEXEC not enabled. > >> > >> arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > >>

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Vitaly Kuznetsov wrote: > Stephen Hemminger writes: > > > Fixes regression 4.3 mergw window in my config > > where hyperv is enable but CONFIG_KEXEC not enabled. > > > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > > `native_machine_crash_shutdown' > > > > Introduced by: >

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Ingo Molnar writes: > * Stephen Hemminger wrote: > >> Fixes regression 4.3 mergw window in my config >> where hyperv is enable but CONFIG_KEXEC not enabled. >> >> arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to >> `native_machine_crash_shutdown' >> >> Introduced by: >>commit

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Stephen Hemminger writes: > Fixes regression 4.3 mergw window in my config > where hyperv is enable but CONFIG_KEXEC not enabled. > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > `native_machine_crash_shutdown' > > Introduced by: >commit

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Stephen Hemminger wrote: > Fixes regression 4.3 mergw window in my config > where hyperv is enable but CONFIG_KEXEC not enabled. > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > `native_machine_crash_shutdown' > > Introduced by: >commit

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Stephen Hemminger writes: > Fixes regression 4.3 mergw window in my config > where hyperv is enable but CONFIG_KEXEC not enabled. > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > `native_machine_crash_shutdown' > > Introduced by: >commit

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Ingo Molnar writes: > * Stephen Hemminger wrote: > >> Fixes regression 4.3 mergw window in my config >> where hyperv is enable but CONFIG_KEXEC not enabled. >> >> arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to >>

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Stephen Hemminger wrote: > Fixes regression 4.3 mergw window in my config > where hyperv is enable but CONFIG_KEXEC not enabled. > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > `native_machine_crash_shutdown' > > Introduced by: >commit

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Vitaly Kuznetsov wrote: > Stephen Hemminger writes: > > > Fixes regression 4.3 mergw window in my config > > where hyperv is enable but CONFIG_KEXEC not enabled. > > > > arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to > >

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Ingo Molnar
* Vitaly Kuznetsov wrote: > Ingo Molnar writes: > > > * Stephen Hemminger wrote: > > > >> Fixes regression 4.3 mergw window in my config > >> where hyperv is enable but CONFIG_KEXEC not enabled. > >> > >>

Re: [PATCH] hyperv: fix build if KEXEC not enabled

2015-09-08 Thread Vitaly Kuznetsov
Ingo Molnar writes: > * Vitaly Kuznetsov wrote: > >> Ingo Molnar writes: >> >> > * Stephen Hemminger wrote: >> > >> >> Fixes regression 4.3 mergw window in my config >> >> where hyperv is enable but

[PATCH] hyperv: fix build if KEXEC not enabled

2015-09-07 Thread Stephen Hemminger
Fixes regression 4.3 mergw window in my config where hyperv is enable but CONFIG_KEXEC not enabled. arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to `native_machine_crash_shutdown' Introduced by: commit b4370df2b1f5158de028e167974263c5757b34a6 Author: Vitaly Kuznetsov Date:

[PATCH] hyperv: fix build if KEXEC not enabled

2015-09-07 Thread Stephen Hemminger
Fixes regression 4.3 mergw window in my config where hyperv is enable but CONFIG_KEXEC not enabled. arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to `native_machine_crash_shutdown' Introduced by: commit b4370df2b1f5158de028e167974263c5757b34a6 Author: Vitaly Kuznetsov