Received: by 10.213.65.68 with SMTP id h4csp1410993imn; Thu, 29 Mar 2018 04:23:46 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/gsPdIkpbZbLU/ZedresQyuY4vfEWogf6zI0rtZLegb8Yb1qYVfOjBEGu8RTGt6SJ0hSgT X-Received: by 2002:a17:902:8213:: with SMTP id x19-v6mr7952333pln.371.1522322626199; Thu, 29 Mar 2018 04:23:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522322626; cv=none; d=google.com; s=arc-20160816; b=gpAQWiUck/EZVke9Zi5MwMDXXIWDQcY+uN5ieVvWuRKWNY7ZNA7ZdGTNKfOWqiCRV7 +yaMo1DkdMYmuyXiFcnLdJBiKYx5G+70+jRILmTsEQMI73Oc4FRbnCJt4/3WpZSdIPdT jYb6vCCkWpEeyP+nvSb0AVgNz+5p3ardEv04APcwQs+Wlsqyv9EkB0h7qDTCel+VkYue QgO43H5xifbephlht9GCqqGX2fC4XwM6b7xs/l+3aL0UGWdagSKblFbJeYC3GPm5tXhq tz+U/CtW5ZwDqhXNS68AYWaN7lsnoWgXFfzcXLTqlAFKTLS02IdnuapSrniBxLbuDYNH wzsA== 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:arc-authentication-results; bh=pBQNSaxZiEl/kksXr/ixdBzGHObtXR044y244ykBChw=; b=Ka4ryHKMw8j/X/sB9u7+/ZIPjfoj6QCQcKXWU0FtmMdkzfEPkXv1kBfApgX55WbDsz cJKmf+5ymZq1RzCh8HMD+H/GH2OkRyxQ2ZJ+adSxKjRIibIDx0alIAyVUHVEl2a8IXAs G45y/WD9D0Qj38k7KCho+koTnQmqdvJ0mgIp7vq8d85vGBqaQtwdBYl5sj4LVOqCPXUx SUAKtnYXYj9Ntuiqy8wwdUfgGGFcAvPBNYQd86tcahg7GMBnp+Cw/ToBtwWsRtQ9FY8n /FGrNcWEIg5HItvcwckdEGBIBL3P3mpCbsLDLrmwk8VNAyvsTweCiCI5XA4ejFXPsyYg e3AQ== 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 l6si3809256pgq.562.2018.03.29.04.23.02; Thu, 29 Mar 2018 04:23:46 -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 S1752427AbeC2LUj (ORCPT + 99 others); Thu, 29 Mar 2018 07:20:39 -0400 Received: from mx2.suse.de ([195.135.220.15]:54273 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751908AbeC2LUi (ORCPT ); Thu, 29 Mar 2018 07:20:38 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 6105DABB4; Thu, 29 Mar 2018 11:20:37 +0000 (UTC) Date: Thu, 29 Mar 2018 13:20:34 +0200 From: Michal Hocko To: "Kirill A. Shutemov" Cc: Ingo Molnar , x86@kernel.org, Thomas Gleixner , "H. Peter Anvin" , Tom Lendacky , Dave Hansen , Kai Huang , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCHv2 06/14] mm/page_alloc: Propagate encryption KeyID through page allocator Message-ID: <20180329112034.GE31039@dhcp22.suse.cz> References: <20180328165540.648-1-kirill.shutemov@linux.intel.com> <20180328165540.648-7-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180328165540.648-7-kirill.shutemov@linux.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 28-03-18 19:55:32, Kirill A. Shutemov wrote: > Modify several page allocation routines to pass down encryption KeyID to > be used for the allocated page. > > There are two basic use cases: > > - alloc_page_vma() use VMA's KeyID to allocate the page. > > - Page migration and NUMA balancing path use KeyID of original page as > KeyID for newly allocated page. I am sorry but I am out of time to look closer but this just raised my eyebrows. This looks like a no-go. The basic allocator has no business in fancy stuff like a encryption key. If you need something like that then just build a special allocator API on top. This looks like a no-go to me. -- Michal Hocko SUSE Labs