From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=-7.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 39CEFC4361B for ; Sun, 6 Dec 2020 10:20:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01223221EC for ; Sun, 6 Dec 2020 10:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727743AbgLFKUx (ORCPT ); Sun, 6 Dec 2020 05:20:53 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:27174 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726918AbgLFKUw (ORCPT ); Sun, 6 Dec 2020 05:20:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607249965; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rRL1ntqjte5rra5RPKlHfUQ/K/NBrgUEeGy6Us9suRY=; b=NRinEKeskwzztohGFWoEqPV41wEb0oCS5Q2DBbAN4sekGxAfCv3SvwqiqH0nhMYROHchZP EL4jsGpQrfc7aVMkKPWuYJWs9CpgK8wzB8FFYYYcQUbY1yrcktNYm7Mx31rvCUd3Jc5pZG qJc/MwjD2tR+78kjFid8YoKBgS2rdZ0= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-145-7WRRTwuzP1eQEVWkM3Il-Q-1; Sun, 06 Dec 2020 05:19:24 -0500 X-MC-Unique: 7WRRTwuzP1eQEVWkM3Il-Q-1 Received: by mail-wr1-f69.google.com with SMTP id i4so759280wrm.21 for ; Sun, 06 Dec 2020 02:19:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=rRL1ntqjte5rra5RPKlHfUQ/K/NBrgUEeGy6Us9suRY=; b=ixIGSEE6oqpTxWyHh1je0rCglM7FMbGSrsqlQKy3eyAyZ4jiTem08VEctP4AMWIJ3N 6Xa25VWEZVF7O9t+YKLBB0wFsmTrnqTrsARdGNKlRHdwL1Y7QpNbO2uPc/7CQ9n43GqA 58/UKHJ9d2+xbT4QHJwhHS98P4pYROniitL2tej+or8U6T3hSh1UJGxgi9tV+TQOytt9 kVC70gBZF8s66918Mh7yClc0c8ywKUUQ6zMLlFsEWeFCPDB4OLwqa5SeBnXZDUR/eWT1 n54N+CBoeseYHyT97iOrt6dnIjBOJQWJzzLEMkELhclRTM3aT92253AjsG4tjmYG7X0f +2nA== X-Gm-Message-State: AOAM533X6IFMUI5DU2xAuXjoasvcgIriHkQp1qUseyHvR8q6tu6m1k3j uhIoEEmW/Eccxw2GB70reZaiYzreqEnT3Q+6Bn2AbOmgR9HL0+ug1wX8G1u9bG8u34yYCPtBcR8 L2GZ/xrdFAKYeSeqbHOdExoox X-Received: by 2002:a5d:620e:: with SMTP id y14mr14640895wru.111.1607249962965; Sun, 06 Dec 2020 02:19:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJy5VTSGa31w3gh0fjL9GnwIZXtGmhTVP/jLMb8z8he9UUGJhgELgyqyjHdq0ERGKOu220obaw== X-Received: by 2002:a5d:620e:: with SMTP id y14mr14640874wru.111.1607249962793; Sun, 06 Dec 2020 02:19:22 -0800 (PST) Received: from ?IPv6:2001:b07:6468:f312:5e2c:eb9a:a8b6:fd3e? ([2001:b07:6468:f312:5e2c:eb9a:a8b6:fd3e]) by smtp.gmail.com with ESMTPSA id c9sm10582239wrp.73.2020.12.06.02.19.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 06 Dec 2020 02:19:22 -0800 (PST) Subject: Re: [PATCH v8 12/18] KVM: SVM: Add support for static allocation of unified Page Encryption Bitmap. To: Ashish Kalra Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, joro@8bytes.org, bp@suse.de, Thomas.Lendacky@amd.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, srutherford@google.com, rientjes@google.com, venu.busireddy@oracle.com, brijesh.singh@amd.com References: <17c14245a404ff679253313ffe899c5f4e966717.1588711355.git.ashish.kalra@amd.com> <617d3cba-cbe0-0f18-bdf2-e73a70e472d6@redhat.com> <20201204213852.GA1424@ashkalra_ubuntu_server> From: Paolo Bonzini Message-ID: <4e60a01d-dfc8-bc4f-e3d2-628d69f370fa@redhat.com> Date: Sun, 6 Dec 2020 11:19:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201204213852.GA1424@ashkalra_ubuntu_server> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/12/20 22:38, Ashish Kalra wrote: > Earlier we used to dynamic resizing of the page encryption bitmap based > on the guest hypercall, but potentially a malicious guest can make a hypercall > which can trigger a really large memory allocation on the host side and may > eventually cause denial of service. > > Hence now we don't do dynamic resizing of the page encryption bitmap as > per the hypercall and allocate it statically based on guest memory > allocation by walking through memslots and computing it's size. > > I will add the above comment to the fresh series of the patch-set i am > going to post. Sounds good, thanks. If there are no other changes I can include this in the commit message myself. Paolo