From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751430AbdGRIAE (ORCPT ); Tue, 18 Jul 2017 04:00:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:35692 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751336AbdGRIAD (ORCPT ); Tue, 18 Jul 2017 04:00:03 -0400 Subject: Re: [PATCH] xen/x86: Don't BUG on CPU0 offlining To: Vitaly Kuznetsov , xen-devel@lists.xenproject.org Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Boris Ostrovsky References: <20170626163930.29697-1-vkuznets@redhat.com> From: Juergen Gross Message-ID: <30355cd9-5f86-d9d3-1fc6-ccd125eed4f0@suse.com> Date: Tue, 18 Jul 2017 10:00:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170626163930.29697-1-vkuznets@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/06/17 18:39, Vitaly Kuznetsov wrote: > CONFIG_BOOTPARAM_HOTPLUG_CPU0 allows to offline CPU0 but Xen HVM guests > BUG() in xen_teardown_timer(). Remove the BUG_ON(), this is probably a > leftover from ancient times when CPU0 hotplug was impossible, it works > just fine for HVM. > > Signed-off-by: Vitaly Kuznetsov Committed to xen/tip for-linus-4.13 Thanks, Juergen