Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp2328722ybg; Fri, 5 Jun 2020 11:05:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyuV0ICAcmS/nOiNp7w+mvbOBg+McEsYnLLMYOA6M8ELGgDFJOq7CfjxhcOcuxFmBA2uL2g X-Received: by 2002:a17:906:7813:: with SMTP id u19mr9501507ejm.199.1591380327335; Fri, 05 Jun 2020 11:05:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591380327; cv=none; d=google.com; s=arc-20160816; b=hQr8T2vv2kSwMWdfV7fQ5p3rRxsksWugzjSKkMnVLYrNAgoUhnRWztGa6VVtEMPt56 AJhwM5c+gI2Qa8YpeIaNncq3m6UoEdX39tyEwJVAwFhUkVYfPIkA+XiS2f0GTimIa6+/ amt3De+bzTljW0+5bAX/SaWF/BY6JjXOqcnV8rziZ60GO607pk4aWbKh9XIWJxiCON+U KAecQjR4LOYcFNsAPP2cwgaof7ydDAbHJsHkTKhwHyUu/ej/MMKO9UKFt9bB/HH0cdmZ 1yJOj36Gogf/OwHayi7bCetpFaFGQfj39lO4cm2BVoIKk0RXTJ40Xxh+llG9S4SdrO1i 6JyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:message-id:in-reply-to:subject:cc:to:from :date; bh=kBksaMjUzHNIOTuHQ9dBLOR+RbDT1FH7L9fvJeEljCk=; b=zsQ7OvsIDfKAnigwY+OHMCClGwfNIHaahO/VewWhS6EQmp7OPHpJ0gBVMU/lXZh3ok Qu+PZSXDtTMp7DZO2c+tPgekhPnOi1LDHxXmpQKAJujsEvcUKusNa+0xznX0snBT4jHP YZwbyyypSyJLToh2KbY6kWscl15RxXpZGWxDoRp+Yr2g1+YpPpxEFapKzJUjifiheM2N xnGW/OGkUpd58qUN6kfz3Js28Kd6FRyqgEezTg6/JBb1ciMKWb2VH82cR7hIy7eHOOhk J8SppH834krxCKu6RsE92ppeHPRBAaPK8E3WPQxbXdtCMkdsfoJUj3BYryCoCRroetkp tiEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m13si4241823edq.249.2020.06.05.11.05.03; Fri, 05 Jun 2020 11:05:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727868AbgFESCs (ORCPT + 99 others); Fri, 5 Jun 2020 14:02:48 -0400 Received: from trent.utfs.org ([94.185.90.103]:44102 "EHLO trent.utfs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726077AbgFESCs (ORCPT ); Fri, 5 Jun 2020 14:02:48 -0400 X-Greylist: delayed 33983 seconds by postgrey-1.27 at vger.kernel.org; Fri, 05 Jun 2020 14:02:47 EDT Received: from localhost (localhost [IPv6:::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by trent.utfs.org (Postfix) with ESMTPS id 050E75FE75; Fri, 5 Jun 2020 20:02:46 +0200 (CEST) Date: Fri, 5 Jun 2020 11:02:45 -0700 (PDT) From: Christian Kujau To: =?UTF-8?Q?J=C3=BCrgen_Gro=C3=9F?= cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Subject: Re: 5.7.0 / BUG: kernel NULL pointer dereference / setup_cpu_watcher In-Reply-To: <7e2dec0c-8e27-6454-7793-d1246262283d@suse.com> Message-ID: References: <7e2dec0c-8e27-6454-7793-d1246262283d@suse.com> User-Agent: Alpine 2.22 (DEB 395 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 5 Jun 2020, Jürgen Groß wrote: > Do you happen to start the guest with vcpus < maxvcpus? Indeed, I was booting with vcpus=2, maxvcpus=4. Setting both to the same value made the domU boot. > If yes there is already a patch pending for 5.8: > https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git/commit/?h=for-linus-5.8&id=c54b071c192dfe8061336f650ceaf358e6386e0b Applied that manually and now the system boots even with vcpus < maxvcpus. So, if this still matters: Tested-by: Christian Kujau Thank you for your response, and the fix! Christian. -- BOFH excuse #146: Communications satellite used by the military for star wars.