From patchwork Thu May 18 13:40:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Bryant X-Patchwork-Id: 1783311 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QMWMX6CnBz20dy for ; Thu, 18 May 2023 23:40:56 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 8C28442A62; Thu, 18 May 2023 13:40:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 8C28442A62 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EEtoOCQZSY1K; Thu, 18 May 2023 13:40:53 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id CBF2240914; Thu, 18 May 2023 13:40:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org CBF2240914 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id A53D3C0035; Thu, 18 May 2023 13:40:52 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 6CC9EC002A for ; Thu, 18 May 2023 13:40:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 3AAE483CC6 for ; Thu, 18 May 2023 13:40:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 3AAE483CC6 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KC6cDD4RHDEQ for ; Thu, 18 May 2023 13:40:50 +0000 (UTC) X-Greylist: delayed 00:15:05 by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org C420683CAD Received: from us-smtp-delivery-44.mimecast.com (us-smtp-delivery-44.mimecast.com [205.139.111.44]) by smtp1.osuosl.org (Postfix) with ESMTPS id C420683CAD for ; Thu, 18 May 2023 13:40:49 +0000 (UTC) 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-402-j3PVmJ-6M56seOi0URQgaQ-1; Thu, 18 May 2023 09:40:46 -0400 X-MC-Unique: j3PVmJ-6M56seOi0URQgaQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A040E101A54F; Thu, 18 May 2023 13:40:46 +0000 (UTC) Received: from t14s.redhat.com (unknown [10.22.33.108]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6EA76C15BA0; Thu, 18 May 2023 13:40:46 +0000 (UTC) From: Russell Bryant To: dev@openvswitch.org Date: Thu, 18 May 2023 09:40:45 -0400 Message-Id: <20230518134045.2306521-1-russell@ovn.org> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: ovn.org Cc: Russell Bryant Subject: [ovs-dev] [PATCH] MAINTAINERS.rst: Make myself an active maintainer X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" I am currently an emeritus committer, but I would like to become active again for a short period of time to work through some governance issues preventing us from updating our committers list following our approved policies for doing so. Signed-off-by: Russell Bryant Acked-by: Alin Gabriel Serdean --- MAINTAINERS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst index 5df9aab78..1dc406170 100644 --- a/MAINTAINERS.rst +++ b/MAINTAINERS.rst @@ -65,6 +65,8 @@ This is the current list of active Open vSwitch committers: - jpettit@ovn.org * - Pravin B Shelar - pshelar@ovn.org + * - Russell Bryant + - russell@ovn.org * - Simon Horman - horms@ovn.org * - Thomas Graf @@ -89,8 +91,6 @@ More information about Emeritus Committers can be found here: - ejj@eecs.berkeley.edu * - Joe Stringer - joe@ovn.org - * - Russell Bryant - - russell@ovn.org .. Cut here for the Documentation/internals/maintainers.rst