Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1582259ybt; Thu, 2 Jul 2020 08:48:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyLnLCz4Gkr0NtyqBaYkIgjWWMXTFjBsadhtoS9rRe0eO8MFK1wE2cg01XCB8RxatnVEGPl X-Received: by 2002:a17:906:ce51:: with SMTP id se17mr27285730ejb.503.1593704928191; Thu, 02 Jul 2020 08:48:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593704928; cv=none; d=google.com; s=arc-20160816; b=wK8h/oUmwCR4CQk67FSv3+u65LjIm0ThqADDa5u3FWg1tELOdCsrQRwsfPEMxs1gGi lQoAzyslwiBFQnFm7y83hXSRyphQ5nUasDu+Toj1+lMkd8ojg8gfTEz5o9kuGLJkDGTM z6OqlstIVJDGUXIJiV7NupKZSeLS5uQVXWH3X5qggbX4NnHkrDak5TLZjvRSwqNBpN8B 1l0OF2xJbH55CiPBnzK31lQOu+gVawlWjVAM7+EbEaQnPhyPOVl3aOmCoYzP2IRMenSY JpenX2YOr/srndWydBAfnEVI28LXP0983uZKM0Qy1qh90c0YI+2fW/ZlZh3DxqxKwDXd yoJw== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=eCFsH3l8xdsmsui5S3urBcrknMB/jm6Xze+QWo3iT4w=; b=IlUKr8Ci/NBKH1CUc1hrTwMchtokI6zgyGooBn52Tif+AmsZwCFrO1ACVM0CdqVtzP DObdfWrH5TXlTOh0lSQAdGtvyygdPTOClBQ80/HIDLv69w+qvUq8PEoFi1FJTCYJNv6d RrLsuQxlj8SO3kQ6eZ3+XJ/tlOla2v9d3Ha53jIgsLvQ+/1bVA1O380DO6UJLMfU6scZ blM5GwRcC+KgLwdK2mOsUGrRMXKSpXYkkGq5B4rPasstIzCQ7eDQKpF8OtM3dJwZcJyc 8Xg/sj1p5jybaZPG48cw9hLG2Bv7job1T2LirH3bix4dGxyx3jl/3aqOQ1ENajso5q1I JtWA== 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 bo14si6197313edb.112.2020.07.02.08.48.25; Thu, 02 Jul 2020 08:48:48 -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 S1726152AbgGBPp2 (ORCPT + 99 others); Thu, 2 Jul 2020 11:45:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:37932 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726142AbgGBPp0 (ORCPT ); Thu, 2 Jul 2020 11:45:26 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 33EEAAEB1; Thu, 2 Jul 2020 15:45:25 +0000 (UTC) Subject: Re: [PATCH v2 0/4] Remove 32-bit Xen PV guest support To: Brian Gerst Cc: xen-devel , the arch/x86 maintainers , Linux Kernel Mailing List , Linux Virtualization , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Boris Ostrovsky , Stefano Stabellini , Deep Shah , "VMware, Inc." References: <20200701110650.16172-1-jgross@suse.com> From: =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= Message-ID: Date: Thu, 2 Jul 2020 17:45:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02.07.20 16:48, Brian Gerst wrote: > On Wed, Jul 1, 2020 at 7:07 AM Juergen Gross wrote: >> >> The long term plan has been to replace Xen PV guests by PVH. The first >> victim of that plan are now 32-bit PV guests, as those are used only >> rather seldom these days. Xen on x86 requires 64-bit support and with >> Grub2 now supporting PVH officially since version 2.04 there is no >> need to keep 32-bit PV guest support alive in the Linux kernel. >> Additionally Meltdown mitigation is not available in the kernel running >> as 32-bit PV guest, so dropping this mode makes sense from security >> point of view, too. > > One thing that you missed is removing VDSO_NOTE_NONEGSEG_BIT from > vdso32/note.S. With that removed there is no difference from the > 64-bit version. Oh, this means we can probably remove arch/x86/xen/vdso.h completely. > > Otherwise this series looks good to me. Thanks, Juergen