Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1952162ybi; Thu, 18 Jul 2019 00:57:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqwA3ahOzGjfuxDBcJ+R8nKvFTM50b0XB0eD5jwL8jlXWMA8IWrakbabAv78eGJVkz0U+l3i X-Received: by 2002:a65:55c7:: with SMTP id k7mr14433892pgs.305.1563436629505; Thu, 18 Jul 2019 00:57:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563436629; cv=none; d=google.com; s=arc-20160816; b=M9mNUpPhAOP5Fgffpf8lsFDeJ738sKn0c6Kf3X3mdevA6msX07NKbf7mINC4n4BDfn ffUzONZWm6Y2B3Q//XZByewLyB0A7OQI9LHicLwvXr7ZygYX+dhIzTvqIScVO+SMrwUB V5n7yvpG07mFAzpjkzCXRTtGUfxH6WDOwaxNZdUvI+lot7IJHZmCRkJyoZdPGUPyBet3 A0cisCaicq4MwNdfBqHBdGzeVaMbA6cYbR954moH1hS08M+BsLD8IK4yc+Hsg12wjNlz wV4jbKnlDEgni2VqEEMBZcqr56hNPaiqBDBI6aj+eRf8vKO0sflObA29+qN283hJJTjP qrYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=DzvPnX73uy472meNP0DjuhTlfCbQT9ybQmiBziCwsWU=; b=08/hLM3JqttIvB85JZZQj9Zvc8MLs1mfn/RMnzcsuz9FtPB+vUPXDShc4FJC9+5goS T2m6tPdEi6Br3l1pczT2cq3FzAjFT6vv+1+GjRPQhV+DmQHEARoMg5usmBE+s+gA403q zFsodOI1PQN1TUutNa+M2PosTwVZ6rqaQdm/LRGGzhWoZ4LRB3KnzXh8+WquAv0EAjEL 54UpCqO5wxICtZwAkZPnNaAbq5BoLtE6QaWuK4eABH0m5uY2JxKevBCIhyx9iq8mLMhQ 69rxW0bfcNq5+01z3XsK9OYAGOP8vl3fAa4urCn0ZvF0pApv8s2DxjocM2mbIOEItnAG 3qnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t14si1330601pgh.51.2019.07.18.00.56.53; Thu, 18 Jul 2019 00:57:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389247AbfGRH4Z (ORCPT + 99 others); Thu, 18 Jul 2019 03:56:25 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:56468 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726423AbfGRH4Z (ORCPT ); Thu, 18 Jul 2019 03:56:25 -0400 Received: from pd9ef1cb8.dip0.t-ipconnect.de ([217.239.28.184] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ho1H0-0002PL-4u; Thu, 18 Jul 2019 09:56:18 +0200 Date: Thu, 18 Jul 2019 09:56:16 +0200 (CEST) From: Thomas Gleixner To: Dexuan Cui cc: Haiyang Zhang , KY Srinivasan , Stephen Hemminger , Sasha Levin , "linux-hyperv@vger.kernel.org" , Michael Kelley , Long Li , vkuznets , Ingo Molnar , "H. Peter Anvin" , Borislav Petkov , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , "marcelo.cerri@canonical.com" , "driverdev-devel@linuxdriverproject.org" , "olaf@aepfle.de" , "apw@canonical.com" , "jasowang@redhat.com" Subject: RE: [PATCH] x86/hyper-v: Zero out the VP assist page to fix CPU offlining In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 18 Jul 2019, Dexuan Cui wrote: > > The concept of the "overlay page" seems weird, and frankly speaking, > I don't really understand why the Hyper-V guys invented it, but as far > as this patch here is concerned, I think the patch is safe and it can > indeed fix the CPU offlining issue I described. Then this needs some really good explanation and in the change log because that's really obscure behaviour. Thanks, tglx