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 X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2004C433DF for ; Wed, 22 Jul 2020 05:27:05 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C13CA20792 for ; Wed, 22 Jul 2020 05:27:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C13CA20792 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2CA081247FDBE; Tue, 21 Jul 2020 22:27:05 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=vishal.l.verma@intel.com; receiver= Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 81A8B1247AFC6 for ; Tue, 21 Jul 2020 22:27:02 -0700 (PDT) IronPort-SDR: b12kJy2IaWF6fyYdqvFdt02B+jQ4wi8giDIjC9K6KcnvvCW2Yoqbsfdw5i8DbYKhZGFzWVZSqC no383AqcUN9g== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="214915590" X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="214915590" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 22:27:02 -0700 IronPort-SDR: qs++qwaHpQG8SuUkPdRcvlF1EYjPjKlxrKTHnrG59K2oYMQ4ZNEHhCOhvuhkv3Me59pTGW1XY4 tdPcmcWRnoqg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="270646392" Received: from vverma7-mobl4.lm.intel.com ([10.255.75.30]) by fmsmga007.fm.intel.com with ESMTP; 21 Jul 2020 22:27:01 -0700 From: Vishal Verma To: Cc: Dan Williams , Vishal Verma Subject: [ndctl PATCH 1/2] ndctl/README: Add CONFIG_ENCRYPTED_KEYS to the config items list Date: Tue, 21 Jul 2020 23:26:54 -0600 Message-Id: <20200722052655.21296-2-vishal.l.verma@intel.com> X-Mailer: git-send-email 2.21.3 In-Reply-To: <20200722052655.21296-1-vishal.l.verma@intel.com> References: <20200722052655.21296-1-vishal.l.verma@intel.com> MIME-Version: 1.0 Message-ID-Hash: 5KJWCXYHMYLNZHL5FNQFGQDUY72ONVBP X-Message-ID-Hash: 5KJWCXYHMYLNZHL5FNQFGQDUY72ONVBP X-MailFrom: vishal.l.verma@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CONFIG_ENCRYPTED_KEYS is required for test/security.sh (and generally for security operations). It defaults to 'N', so call it out in the list of config items for nfit_test. Signed-off-by: Vishal Verma --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d296c6b..89dfc87 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ loaded. To build and install nfit_test.ko: CONFIG_NVDIMM_PFN=y CONFIG_NVDIMM_DAX=y CONFIG_DEV_DAX_PMEM=m + CONFIG_ENCRYPTED_KEYS=y ``` 1. Build and install the unit test enabled libnvdimm modules in the -- 2.26.2 _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org