From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x243.google.com (mail-oi0-x243.google.com [IPv6:2607:f8b0:4003:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F2BC12097FAB0 for ; Fri, 13 Jul 2018 16:19:55 -0700 (PDT) Received: by mail-oi0-x243.google.com with SMTP id s198-v6so65141011oih.11 for ; Fri, 13 Jul 2018 16:19:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <153142853054.27297.9216630614864051441.stgit@djiang5-desk3.ch.intel.com> References: <153142840572.27297.8070233763007198738.stgit@djiang5-desk3.ch.intel.com> <153142853054.27297.9216630614864051441.stgit@djiang5-desk3.ch.intel.com> From: Dan Williams Date: Fri, 13 Jul 2018 16:19:54 -0700 Message-ID: Subject: Re: [PATCH v4 04/11] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Dave Jiang Cc: David Howells , "Schofield, Alison , keyrings@vger.kernel.org, Kees Cook" , linux-nvdimm List-ID: On Thu, Jul 12, 2018 at 1:48 PM, Dave Jiang wrote: > Add support to allow query the security status of the Intel nvdimms and > also unlock the dimm via the kernel key management APIs. The passphrase is > expected to be pulled from userspace through keyutils. Moving the Intel > related bits to its own source file as well. > > Signed-off-by: Dave Jiang > --- > drivers/acpi/nfit/Makefile | 1 > drivers/acpi/nfit/core.c | 3 + > drivers/acpi/nfit/intel.c | 151 ++++++++++++++++++++++++++++++++++++++++++++ > drivers/acpi/nfit/intel.h | 16 +++++ > drivers/nvdimm/dimm.c | 7 ++ > drivers/nvdimm/dimm_devs.c | 108 +++++++++++++++++++++++++++++++ > drivers/nvdimm/nd-core.h | 2 + > drivers/nvdimm/nd.h | 2 + > include/linux/libnvdimm.h | 23 ++++++- > 9 files changed, 310 insertions(+), 3 deletions(-) > create mode 100644 drivers/acpi/nfit/intel.c Looks good, Reviewed-by: Dan Williams _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm