Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2327940ybt; Tue, 16 Jun 2020 03:12:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy03/c2d9lFx2dpub/Wl9A5ycCzaXSB9VBzfoghEUTKR6X5ms5Ji7E2OXFPE7fIcw3fnMLW X-Received: by 2002:a50:fd05:: with SMTP id i5mr1793165eds.79.1592302345743; Tue, 16 Jun 2020 03:12:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592302345; cv=none; d=google.com; s=arc-20160816; b=ZneROTJ3/Nnz7vCGyMBVw8ilMXREcBa3IVSNhFys2fFdtnUmXGqF+lMJTEpSmIvOEt C7MppZnOqLhP7ffYo7Ha31wz/EDY1wKm7BP05OXS8BpbTyS0cs07IAv1KWBZhgA9lcsl tEt4PPZbJRIOs97k6ytT8KWtie+cmQZWhCNXWwjXKzVkNAcYiJLbSpxKEfSYmtcxctMN 5xKnzUrnNsdm727GY83r31h/VLoC0pWtkVvoZC9l5WQYpEUrO7lczC8ud7W8KFKb3FKt rL4W7WrnCUrdSQCFmfBRGIB1LHa/kdmsR9it1gQ7u2gnvOqgPw/GozN6attZESxvPzYP Us6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=GNHAUwZMQgv1Z1QQtpwiYhk5LHa6FHu03OeXf/MRk5k=; b=GdNuwgqJPGbKrYqL18ri8VPKA10bbTIuI9rKKam+Qg4aeYoUulRbSRaFwr9s80sjAi MZGkKJo9Nc1Stkst7O8jcyQUKl2AnOeIYw6H/PGytCobP/K6Nz7EjdYhzCFmnGkmr+54 yizu7d6hLvxQysuGc7H+qanCKRS/05C+y8plF97toE+A9pIkOROtAoiccqkioBDqKv1v VSk+U+zEcjThmZlSjB1i6wkfeSVecOEkF7snVJaSGzOvqqrFNzV36gvMEDfuxBDt4gLE mMZxo839OOefYfP3ko267qG+gb/pgs4C0szr+hQGdlz804wzVfMYKcNBnGliXLz52qZL +gCw== 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 dc20si9507743edb.75.2020.06.16.03.12.02; Tue, 16 Jun 2020 03:12:25 -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 S1728129AbgFPKIQ (ORCPT + 99 others); Tue, 16 Jun 2020 06:08:16 -0400 Received: from verein.lst.de ([213.95.11.211]:37352 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727773AbgFPKIP (ORCPT ); Tue, 16 Jun 2020 06:08:15 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 1D0F968AEF; Tue, 16 Jun 2020 12:08:11 +0200 (CEST) Date: Tue, 16 Jun 2020 12:08:10 +0200 From: Christoph Hellwig To: Vitaly Kuznetsov Cc: Dexuan Cui , Christoph Hellwig , Stephen Hemminger , Andy Lutomirski , Peter Zijlstra , Andy Lutomirski , Michael Kelley , Ju-Hyoung Lee , "x86@kernel.org" , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , KY Srinivasan Subject: Re: hv_hypercall_pg page permissios Message-ID: <20200616100810.GA28973@lst.de> References: <20200407073830.GA29279@lst.de> <87y2ooiv5k.fsf@vitty.brq.redhat.com> <87blljicjm.fsf@vitty.brq.redhat.com> <20200616093341.GA26400@lst.de> <20200616095549.GA27917@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200616095549.GA27917@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 16, 2020 at 11:55:49AM +0200, Christoph Hellwig wrote: > Actually, what do you think of this one: Plus this whole series to kill of vmalloc_exec entirely: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/vmalloc_exec-fixes