From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) (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 5E1552194D3AE for ; Wed, 26 Sep 2018 14:28:24 -0700 (PDT) Received: by mail-ot1-x32e.google.com with SMTP id q4-v6so423041otf.13 for ; Wed, 26 Sep 2018 14:28:24 -0700 (PDT) MIME-Version: 1.0 References: <153799466529.71621.10728628542331983376.stgit@djiang5-desk3.ch.intel.com> In-Reply-To: <153799466529.71621.10728628542331983376.stgit@djiang5-desk3.ch.intel.com> From: Dan Williams Date: Wed, 26 Sep 2018 14:28:12 -0700 Message-ID: Subject: Re: [PATCH v10 00/12] Adding security support for nvdimm 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: "Schofield, Alison" , Kees Cook , linux-nvdimm , Eric Biggers , David Howells , keyrings@vger.kernel.org List-ID: On Wed, Sep 26, 2018 at 1:47 PM Dave Jiang wrote: > > The following series implements security support for nvdimm. Mostly adding > new security DSM support from the Intel NVDIMM DSM spec v1.7, but also > adding generic support libnvdimm for other vendors. The most important > security features are unlocking locked nvdimms, and updating/setting security > passphrase to nvdimms. > > v10: Looks good to me, I'll get this soaking in -next. David please pipe up if there are any concerns left unaddressed, but I think Dave covered them all. _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Date: Wed, 26 Sep 2018 21:28:12 +0000 Subject: Re: [PATCH v10 00/12] Adding security support for nvdimm Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <153799466529.71621.10728628542331983376.stgit@djiang5-desk3.ch.intel.com> In-Reply-To: <153799466529.71621.10728628542331983376.stgit@djiang5-desk3.ch.intel.com> To: Dave Jiang Cc: "Schofield, Alison" , Kees Cook , linux-nvdimm , Eric Biggers , David Howells , keyrings@vger.kernel.org On Wed, Sep 26, 2018 at 1:47 PM Dave Jiang wrote: > > The following series implements security support for nvdimm. Mostly adding > new security DSM support from the Intel NVDIMM DSM spec v1.7, but also > adding generic support libnvdimm for other vendors. The most important > security features are unlocking locked nvdimms, and updating/setting security > passphrase to nvdimms. > > v10: Looks good to me, I'll get this soaking in -next. David please pipe up if there are any concerns left unaddressed, but I think Dave covered them all.