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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 EBC95C433ED for ; Tue, 27 Apr 2021 15:58:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC3C5613E8 for ; Tue, 27 Apr 2021 15:58:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238390AbhD0P7C (ORCPT ); Tue, 27 Apr 2021 11:59:02 -0400 Received: from ms.lwn.net ([45.79.88.28]:38644 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234932AbhD0P7A (ORCPT ); Tue, 27 Apr 2021 11:59:00 -0400 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C04752C1; Tue, 27 Apr 2021 15:58:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net C04752C1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1619539096; bh=32JbU+gLnbX1jmUuwmVFyNRAMmXw0M5RxNBqOE6G4gI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cbEDjBbx83QSba420HmqA8g1o8Yf6+Hl4Mh356YlEZ/8faa7oQAWMgY5Yw4hKD/Uy azkSJDrWXiOmf7vPrsL6mvlRGrg/q8of8JFYupTlHepCkEQugj/bB1QzHjXcx0j00D 68dpNLl3EbYQQ1MpyzwSRbYylFa5RO9ynS8jYq1AwRqXzrt/FxI8Pvcqmga7loDVEw FiLxQVnrhHiRV2zuQ2Bg1UEtwJnRkcEyr9am1oTbsoTWxVLdPoTJt9ArAhSmsePG8Y 9FwcNGmkKPutIys6cbYBuFwPY2QnnUyy+8xrcTtLLOFP+gFChqgCE4Tjvjm+Kr0r+2 4WD3ajG2dyB6Q== From: Jonathan Corbet To: Dan Williams , linux-nvdimm@lists.01.org Cc: Ira Weiny , Oliver O'Halloran , Matthew Wilcox , Jan Kara , Dave Jiang , Vishal Verma , nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Move nvdimm mailing list In-Reply-To: <161898872871.3406469.4054282559340528393.stgit@dwillia2-desk3.amr.corp.intel.com> References: <161898872871.3406469.4054282559340528393.stgit@dwillia2-desk3.amr.corp.intel.com> Date: Tue, 27 Apr 2021 09:58:16 -0600 Message-ID: <87sg3bd8iv.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dan Williams writes: > After seeing some users have subscription management trouble, more spam > than other Linux development lists, and considering some of the benefits > of kernel.org hosted lists, nvdimm and persistent memory development is > moving to nvdimm@lists.linux.dev. > > The old list will remain up until v5.14-rc1 and shutdown thereafter. > > Cc: Ira Weiny > Cc: Oliver O'Halloran > Cc: Matthew Wilcox > Cc: Jan Kara > Cc: Jonathan Corbet > Cc: Dave Jiang > Cc: Vishal Verma > Signed-off-by: Dan Williams > --- > Documentation/ABI/obsolete/sysfs-class-dax | 2 + > Documentation/ABI/removed/sysfs-bus-nfit | 2 + > Documentation/ABI/testing/sysfs-bus-nfit | 40 +++++++++++++------------ > Documentation/ABI/testing/sysfs-bus-papr-pmem | 4 +-- > Documentation/driver-api/nvdimm/nvdimm.rst | 2 + > MAINTAINERS | 14 ++++----- > 6 files changed, 32 insertions(+), 32 deletions(-) Would you like me to take this through docs-next, or did you have another path in mind? Thanks, jon