From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964839AbbI2Lz7 (ORCPT ); Tue, 29 Sep 2015 07:55:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37538 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964815AbbI2Lzt (ORCPT ); Tue, 29 Sep 2015 07:55:49 -0400 From: Vitaly Kuznetsov To: mingo@kernel.org Cc: linux-tip-commits@vger.kernel.org, haiyangz@microsoft.com, stephen@networkplumber.org, kys@microsoft.com, gregkh@linuxfoundation.org, torvalds@linux-foundation.org, tglx@linutronix.de, jim.epost@gmail.com, peterz@infradead.org, hpa@zytor.com, linux-kernel@vger.kernel.org, tip-bot for Vitaly Kuznetsov Subject: Re: [tip:x86/urgent] x86/hyperv: Fix the build in the CONFIG_KEXEC_CORE=y case References: <1443002577-25370-1-git-send-email-vkuznets@redhat.com> Date: Tue, 29 Sep 2015 13:55:43 +0200 In-Reply-To: (tip-bot for Vitaly Kuznetsov's message of "Tue, 29 Sep 2015 00:39:36 -0700") Message-ID: <87pp1130e8.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tip-bot for Vitaly Kuznetsov writes: > Commit-ID: 7d381b749a010ccd48d5649c843cac0d14d1c229 > Gitweb: http://git.kernel.org/tip/7d381b749a010ccd48d5649c843cac0d14d1c229 > Author: Vitaly Kuznetsov > AuthorDate: Wed, 23 Sep 2015 12:02:57 +0200 > Committer: Ingo Molnar > CommitDate: Tue, 29 Sep 2015 09:37:06 +0200 > > x86/hyperv: Fix the build in the CONFIG_KEXEC_CORE=y case It was '!CONFIG_KEXEC_CORE' in the original patch so I'd expect to see 'CONFIG_KEXEC_CORE=n' here (if the '!' sign causes issues). [...] -- Vitaly