From patchwork Mon Mar 18 22:54:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Verma, Vishal L" X-Patchwork-Id: 10858599 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 AE4AA14DE for ; Mon, 18 Mar 2019 22:54:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C16928405 for ; Mon, 18 Mar 2019 22:54:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7F52528445; Mon, 18 Mar 2019 22:54:19 +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 2707D28405 for ; Mon, 18 Mar 2019 22:54:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 09657211DF222; Mon, 18 Mar 2019 15:54:19 -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.65; helo=mga03.intel.com; envelope-from=vishal.l.verma@intel.com; receiver=linux-nvdimm@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 39640211D616E for ; Mon, 18 Mar 2019 15:54:18 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Mar 2019 15:54:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,495,1544515200"; d="scan'208";a="135153937" Received: from vverma7-desk1.lm.intel.com ([10.232.112.185]) by orsmga003.jf.intel.com with ESMTP; 18 Mar 2019 15:54:15 -0700 From: Vishal Verma To: Subject: [ndctl PATCH] ndctl: update README for depmod overrides, ship a sample config Date: Mon, 18 Mar 2019 16:54:13 -0600 Message-Id: <20190318225413.3196-1-vishal.l.verma@intel.com> X-Mailer: git-send-email 2.20.1 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: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP With the dax-bus reworks, the new dax_pmem module requires a depmod override. Add it to README.md To simplify depmod config updates, ship a sample config in contrib (doesn't get installed by default), to make for easier updates. Cc: Dan Williams Signed-off-by: Vishal Verma --- README.md | 2 ++ contrib/nfit_test_depmod.conf | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 contrib/nfit_test_depmod.conf diff --git a/README.md b/README.md index b4cf673..7c420d5 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ to /etc/depmod.d with the following contents: override nfit * extra override device_dax * extra override dax_pmem * extra +override dax_pmem_core * extra +override dax_pmem_compat * extra override libnvdimm * extra override nd_blk * extra override nd_btt * extra diff --git a/contrib/nfit_test_depmod.conf b/contrib/nfit_test_depmod.conf new file mode 100644 index 0000000..9f8498e --- /dev/null +++ b/contrib/nfit_test_depmod.conf @@ -0,0 +1,11 @@ +# For nfit_test module overriding - copy to /etc/depmod.d or so +override nfit * extra +override device_dax * extra +override dax_pmem * extra +override dax_pmem_core * extra +override dax_pmem_compat * extra +override libnvdimm * extra +override nd_blk * extra +override nd_btt * extra +override nd_e820 * extra +override nd_pmem * extra