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 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 93AB7C83F3E for ; Tue, 5 Sep 2023 15:41:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693928465; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=UfnqfUWRcD9m8WUR5GiBpJG8YD4Cbc0Ive2hmh9ofaQ=; b=dSDc6ghPiS0rbMG49oPtXvUwTfpDsz7jGDWZhU62unCRHDbJCbRSwgnMir17e7rzRZyTwS ivcKu1WCnPeRUIeaPyRxK30+H6Un+3+eG+skSc6a572O4CjcWz64ZwtB5iQYoDtGz2rqo6 h2MCippFx1vBbuMMYlnTdlNCrreVxDw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-274-o6JqpPkCNSWGn02pqug6bA-1; Tue, 05 Sep 2023 11:41:02 -0400 X-MC-Unique: o6JqpPkCNSWGn02pqug6bA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 706D591EDCB; Tue, 5 Sep 2023 15:41:01 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com [10.30.29.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 39D332026D68; Tue, 5 Sep 2023 15:41:01 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (localhost [IPv6:::1]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id E27A8194658C; Tue, 5 Sep 2023 15:41:00 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id 191301946589 for ; Tue, 5 Sep 2023 15:41:00 +0000 (UTC) Received: by smtp.corp.redhat.com (Postfix) id E3C1F140E968; Tue, 5 Sep 2023 15:40:59 +0000 (UTC) Received: from redhat.com (null.msp.redhat.com [10.15.80.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6DBB8140E962; Tue, 5 Sep 2023 15:40:59 +0000 (UTC) Date: Tue, 5 Sep 2023 10:40:56 -0500 From: David Teigland To: Andrew Price Message-ID: <20230905154056.GA20620@redhat.com> References: <20230831095749.9616-1-anprice@redhat.com> <20230831095749.9616-2-anprice@redhat.com> MIME-Version: 1.0 In-Reply-To: <20230831095749.9616-2-anprice@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Subject: Re: [Cluster-devel] [PATCH 2/2] MAINTAINERS: Update dlm mailing list X-BeenThere: cluster-devel@redhat.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: "\[Cluster devel\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cluster-devel@redhat.com, gfs2@lists.linux.dev Errors-To: cluster-devel-bounces@redhat.com Sender: "Cluster-devel" X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 31, 2023 at 10:57:49AM +0100, Andrew Price wrote: > The new gfs2@ list will also be used for dlm development. > > Signed-off-by: Andrew Price Ack, thanks. > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index caae31fb9741..946fcf6c8d77 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6093,7 +6093,7 @@ F: include/video/udlfb.h > DISTRIBUTED LOCK MANAGER (DLM) > M: Christine Caulfield > M: David Teigland > -L: cluster-devel@redhat.com > +L: gfs2@lists.linux.dev > S: Supported > W: http://sources.redhat.com/cluster/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git > -- > 2.41.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C5FCED527 for ; Tue, 5 Sep 2023 15:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693928463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UfnqfUWRcD9m8WUR5GiBpJG8YD4Cbc0Ive2hmh9ofaQ=; b=YFRSaWUw754FAh4oqOQ5oFq7LB8WCq4TBb0z0ox3c6ThZEFcFmQAaGDNQH8M7E1GgffHWv X0Bh99ENy/KOg5HufZ1ckcnYir6cL0mZZxGd180bsGJYpPZBJwYxmp+hX0k5+4XSlWtXC6 +x5YB7WXVwQdgnegdaBHSxq0cc7KIp8= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-544-ltnmO2mePEuAzJoh2fm-UQ-1; Tue, 05 Sep 2023 11:41:00 -0400 X-MC-Unique: ltnmO2mePEuAzJoh2fm-UQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E0E361C0DB09 for ; Tue, 5 Sep 2023 15:40:59 +0000 (UTC) Received: from redhat.com (null.msp.redhat.com [10.15.80.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6DBB8140E962; Tue, 5 Sep 2023 15:40:59 +0000 (UTC) Date: Tue, 5 Sep 2023 10:40:56 -0500 From: David Teigland To: Andrew Price Cc: agruenba@redhat.com, rpeterso@redhat.com, ccaulfie@redhat.com, cluster-devel@redhat.com, gfs2@lists.linux.dev Subject: Re: [PATCH 2/2] MAINTAINERS: Update dlm mailing list Message-ID: <20230905154056.GA20620@redhat.com> References: <20230831095749.9616-1-anprice@redhat.com> <20230831095749.9616-2-anprice@redhat.com> Precedence: bulk X-Mailing-List: gfs2@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20230831095749.9616-2-anprice@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 31, 2023 at 10:57:49AM +0100, Andrew Price wrote: > The new gfs2@ list will also be used for dlm development. > > Signed-off-by: Andrew Price Ack, thanks. > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index caae31fb9741..946fcf6c8d77 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6093,7 +6093,7 @@ F: include/video/udlfb.h > DISTRIBUTED LOCK MANAGER (DLM) > M: Christine Caulfield > M: David Teigland > -L: cluster-devel@redhat.com > +L: gfs2@lists.linux.dev > S: Supported > W: http://sources.redhat.com/cluster/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git > -- > 2.41.0