Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp47536ybe; Sun, 1 Sep 2019 20:08:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqzu3RdZuxzif/vIquTw95airwEo4ZkngnzXa8bCLkNsZLgXJn/xJVSWCtZVEOjUDPiHh7dW X-Received: by 2002:a17:90b:28b:: with SMTP id az11mr65773pjb.22.1567393720510; Sun, 01 Sep 2019 20:08:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567393720; cv=none; d=google.com; s=arc-20160816; b=lBqswj3/EY6CGMqyiRzy+TaRaXuLodhTO8rIVG+az/RyMFRfQH+G35xqMZfKGn+0Fg A2Dv2dKWIcCR1sV918wh1Z+ffGCGxz5zSxgBDgQKdsEF0LCoNPzxBlt7xUwIhS7cYtb+ Xt8+wPYPReLeXTVDKrhLa0XrKakXTUvOiDUryRtm/6NtobmkebA6ie1dme7xZ/sqcrmA uZmji8BG4baPRzP7+giEatcfXHhvA3eU3vbndz9KmYqsy5MvLsz7dbYf5FoU6TwKHfB/ 119eV0CfwRGQmemUICfDSnHm27ruzew0HxJDbWmu4A3wMwdFxhFU0J9gMNlW5ZzDZGHN Hi6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=JLndIV5MiWtm8GijLoPZrgNNjvmk/KPqf0Bjp7kORAw=; b=qXIywk0NbJHG4xLIFZg36iltBF8+9Sq53wnT0ARRV30gt+O7Us9MCkuBxyGpRHVu/o 6ABX3gfXvyrNDYtts6D5cyUlRiZx9uDK2mOuRGJ7F8Ngpvt9MJvqnJoaJKd/zNKoZHdZ Uz2sjnjyELKiPXqljQmKtb6xwZIVLjkplsTGUkXRTbiOYCTHvx/od0bLrb1tGzDxGrhh LRuG5ZiBwY0HTipe95oQBcjb52Q6xpJmJhg4obwcVH/KnFaiSBbJaYl/aqzHYAe441fq aDhSAr5/jPQVDtKXdv4hVC010NpCdrjpnVFU342+ZTH1LbHfybPw0xurSujaYuFncZCt yjQA== 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 a15si12681869pfi.48.2019.09.01.20.08.22; Sun, 01 Sep 2019 20:08:40 -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 S1729284AbfIBDHa (ORCPT + 99 others); Sun, 1 Sep 2019 23:07:30 -0400 Received: from ozlabs.org ([203.11.71.1]:39887 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729212AbfIBDHa (ORCPT ); Sun, 1 Sep 2019 23:07:30 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46MFPW6NYNz9sDQ; Mon, 2 Sep 2019 13:07:27 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 0c9c1d56397518eb823d458b00b06bcccd956794 In-Reply-To: <20190806044919.10622-2-bauerman@linux.ibm.com> To: Thiago Jung Bauermann , x86@kernel.org From: Michael Ellerman Cc: linux-s390@vger.kernel.org, Lianbo Jiang , Konrad Rzeszutek Wilk , Robin Murphy , Mike Anderson , Ram Pai , linux-kernel@vger.kernel.org, Alexey Dobriyan , Halil Pasic , iommu@lists.linux-foundation.org, Ingo Molnar , Borislav Petkov , Thomas Lendacky , "H. Peter Anvin" , linux-fsdevel@vger.kernel.org, Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, Christoph Hellwig , Thiago Jung Bauermann , Marek Szyprowski Subject: Re: [PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig Message-Id: <46MFPW6NYNz9sDQ@ozlabs.org> Date: Mon, 2 Sep 2019 13:07:27 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-08-06 at 04:49:14 UTC, Thiago Jung Bauermann wrote: > powerpc is also going to use this feature, so put it in a generic location. > > Signed-off-by: Thiago Jung Bauermann > Reviewed-by: Thomas Gleixner > Reviewed-by: Christoph Hellwig Series applied to powerpc topic/mem-encrypt, thanks. https://git.kernel.org/powerpc/c/0c9c1d56397518eb823d458b00b06bcccd956794 cheers