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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B332DC4332F for ; Mon, 25 Apr 2022 17:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243912AbiDYR01 (ORCPT ); Mon, 25 Apr 2022 13:26:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236300AbiDYR0Z (ORCPT ); Mon, 25 Apr 2022 13:26:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DCCC40E40; Mon, 25 Apr 2022 10:23:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2D3E8B818B0; Mon, 25 Apr 2022 17:23:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24C5FC385A4; Mon, 25 Apr 2022 17:23:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1650907397; bh=VjTnhuQicGOmkGkCoCTapKBWoxqmayPx+DgY9NCIrMg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RzBpZ2Qln5fmrU4WNMsYu1/qxHLDWPtHTCKeTegCgw9hNDSJoE+fYL6PineKaHxWU dK3D9Zy38F9lCRx0NXhUD3NA97VUNAkNa3CUxqqYmigxJY51ZxkwERrB5F+v4PxSWb fnA0rmV8lSPenJ74LzplsDKWefkm6nZ91fYfga5k= Date: Mon, 25 Apr 2022 10:23:16 -0700 From: Andrew Morton To: Martin Fernandez Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-mm@kvack.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, ardb@kernel.org, dvhart@infradead.org, andy@infradead.org, gregkh@linuxfoundation.org, rafael@kernel.org, rppt@kernel.org, daniel.gutson@eclypsium.com, hughsient@gmail.com, alex.bazhaniuk@eclypsium.com, alison.schofield@intel.com, keescook@chromium.org Subject: Re: [PATCH v7 0/8] x86: Show in sysfs if a memory node is able to do encryption Message-Id: <20220425102316.5c6ae3065363767e89d8855f@linux-foundation.org> In-Reply-To: <20220425171526.44925-1-martin.fernandez@eclypsium.com> References: <20220425171526.44925-1-martin.fernandez@eclypsium.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Apr 2022 14:15:18 -0300 Martin Fernandez wrote: > Show for each node if every memory descriptor in that node has the > EFI_MEMORY_CPU_CRYPTO attribute. The MM patches look OK to me. Mike, can you please opine?