anitazha / rpms / ndctl

Forked from rpms/ndctl a year ago
Clone

Blame SOURCES/0023-ndctl-Update-nvdimm-mailing-list-address.patch

e0018b
From 063af7c447d257397a925df81897da2c71e31653 Mon Sep 17 00:00:00 2001
e0018b
From: Vishal Verma <vishal.l.verma@intel.com>
e0018b
Date: Tue, 18 May 2021 16:25:27 -0600
e0018b
Subject: [PATCH 023/217] ndctl: Update nvdimm mailing list address
e0018b
e0018b
The 'nvdimm' mailing list has moved from lists.01.org to
e0018b
lists.linux.dev. Update CONTRIBUTING.md and configure.ac to reflect
e0018b
this.
e0018b
e0018b
Link: https://lore.kernel.org/r/20210518222527.550730-1-vishal.l.verma@intel.com
e0018b
Cc: Dan Williams <dan.j.williams@intel.com>
e0018b
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
e0018b
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
e0018b
---
e0018b
 CONTRIBUTING.md | 7 ++++---
e0018b
 configure.ac    | 2 +-
e0018b
 2 files changed, 5 insertions(+), 4 deletions(-)
e0018b
e0018b
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
e0018b
index 4c29d31..4f4865d 100644
e0018b
--- a/CONTRIBUTING.md
e0018b
+++ b/CONTRIBUTING.md
e0018b
@@ -6,13 +6,14 @@ The following is a set of guidelines that we adhere to, and request that
e0018b
 contributors follow.
e0018b
 
e0018b
 1. The libnvdimm (kernel subsystem) and ndctl developers primarily use
e0018b
-   the [linux-nvdimm](https://lists.01.org/postorius/lists/linux-nvdimm.lists.01.org/)
e0018b
+   the [nvdimm](https://subspace.kernel.org/lists.linux.dev.html)
e0018b
    mailing list for everything. It is recommended to send patches to
e0018b
-   **```linux-nvdimm@lists.01.org```**
e0018b
+   **```nvdimm@lists.linux.dev```**
e0018b
+   An archive is available on [lore](https://lore.kernel.org/nvdimm/)
e0018b
 
e0018b
 1. Github [issues](https://github.com/pmem/ndctl/issues) are an acceptable
e0018b
    way to report a problem, but if you just have a question,
e0018b
-   [email](mailto:linux-nvdimm@lists.01.org) the above list.
e0018b
+   [email](mailto:nvdimm@lists.linux.dev) the above list.
e0018b
 
e0018b
 1. We follow the Linux Kernel [Coding Style Guide][cs] as applicable.
e0018b
 
e0018b
diff --git a/configure.ac b/configure.ac
e0018b
index 5ec8d2f..dc39dbe 100644
e0018b
--- a/configure.ac
e0018b
+++ b/configure.ac
e0018b
@@ -2,7 +2,7 @@ AC_PREREQ(2.60)
e0018b
 m4_include([version.m4])
e0018b
 AC_INIT([ndctl],
e0018b
         GIT_VERSION,
e0018b
-        [linux-nvdimm@lists.01.org],
e0018b
+        [nvdimm@lists.linux.dev],
e0018b
         [ndctl],
e0018b
         [https://github.com/pmem/ndctl])
e0018b
 AC_CONFIG_SRCDIR([ndctl/lib/libndctl.c])
e0018b
-- 
e0018b
2.27.0
e0018b