Message ID | 20210920125401.2389105-1-pbonzini@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-sgx-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68AD2C433F5 for <linux-sgx@archiver.kernel.org>; Mon, 20 Sep 2021 12:54:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53C50610F9 for <linux-sgx@archiver.kernel.org>; Mon, 20 Sep 2021 12:54:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237125AbhITMzd (ORCPT <rfc822;linux-sgx@archiver.kernel.org>); Mon, 20 Sep 2021 08:55:33 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:57015 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238841AbhITMzc (ORCPT <rfc822;linux-sgx@vger.kernel.org>); Mon, 20 Sep 2021 08:55:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1632142445; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fDLQq5MvPSzAt6PnqUmCdhsPlz4Motg42ahab6MSZ50=; b=cBvRgPndceGbylSpGOBimmg34JCJOFXdLysbGZGfNKs5yySp+O4SfWIktre+FBsG5X6vS2 HFkX9+eNqgQx+V7n2onpsaTpqlF6S1dX61jrw4NBQBh9Nw6v3JTG7zOOQ5nD2PH+i2JPBx igNg/+IElNhjivqEB6wQ9zESfIHoFO0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-441--bOW6NYZO16OJnQqaNzPsg-1; Mon, 20 Sep 2021 08:54:04 -0400 X-MC-Unique: -bOW6NYZO16OJnQqaNzPsg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C0A6619253C3; Mon, 20 Sep 2021 12:54:02 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0F3311346F; Mon, 20 Sep 2021 12:54:02 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: x86@kernel.org, linux-sgx@vger.kernel.org, jarkko@kernel.org, dave.hansen@linux.intel.com, yang.zhong@intel.com Subject: [PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages Date: Mon, 20 Sep 2021 08:53:59 -0400 Message-Id: <20210920125401.2389105-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: <linux-sgx.vger.kernel.org> X-Mailing-List: linux-sgx@vger.kernel.org |
Series |
x86: sgx_vepc: implement ioctl to EREMOVE all pages
|
expand
|