From patchwork Fri Oct 12 20:39:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Jiang X-Patchwork-Id: 10639273 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B3C47112B for ; Fri, 12 Oct 2018 20:39:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A0FC82C529 for ; Fri, 12 Oct 2018 20:39:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8B7572C531; Fri, 12 Oct 2018 20:39:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3FC612C529 for ; Fri, 12 Oct 2018 20:39:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id BF1CA2116DFA1; Fri, 12 Oct 2018 13:39:50 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=dave.jiang@intel.com; receiver=linux-nvdimm@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 08CE92116DF9F for ; Fri, 12 Oct 2018 13:39:49 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2018 13:39:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,373,1534834800"; d="scan'208";a="240904574" Received: from djiang5-desk3.ch.intel.com ([143.182.136.93]) by orsmga004.jf.intel.com with ESMTP; 12 Oct 2018 13:39:49 -0700 Subject: [PATCH v2 0/4] misc patches for nvdimm security fixes From: Dave Jiang To: dan.j.williams@intel.com Date: Fri, 12 Oct 2018 13:39:48 -0700 Message-ID: <153937659078.70378.7857051533055879370.stgit@djiang5-desk3.ch.intel.com> User-Agent: StGit/unknown-version MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-nvdimm@lists.01.org Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP v2: - Fix key perm flags and remove SET_ATTR. (Dan) - Fixup comment for key_update code block (Dan) - Use key_destroy() instead of key_invalidate+key_put (Dan) - Fix dev_warn() output for nvdimm_security_disable() (Dan) - Drop patch 3/5 (applied by Dan) - Add support for self verify the requested key before giving up and freeze security. (Dan) --- Dave Jiang (4): libnvdimm: fix updating of kernel key during nvdimm key update libnvdimm: fix incorrect output when nvdimm disable failed libnvdimm: remove code to pull user key when there's no kernel key libnvdimm: address state where dimm is unlocked in preOS drivers/nvdimm/security.c | 129 +++++++++++++++++++++++++++++---------------- 1 file changed, 82 insertions(+), 47 deletions(-) --