From patchwork Sat Aug 12 08:07:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 1820523 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::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (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 4RNCvm73v1z1yf2 for ; Sat, 12 Aug 2023 18:08:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id C3E6B8209C; Sat, 12 Aug 2023 08:08:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org C3E6B8209C 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 ELFXpqSHGXPM; Sat, 12 Aug 2023 08:08:00 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp1.osuosl.org (Postfix) with ESMTPS id 0D8FF81E2C; Sat, 12 Aug 2023 08:07:58 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0D8FF81E2C Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id D4642C0072; Sat, 12 Aug 2023 08:07:58 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 74FB7C0032 for ; Sat, 12 Aug 2023 08:07:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 3B8CE41BCD for ; Sat, 12 Aug 2023 08:07:57 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 3B8CE41BCD X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ltkTI_VzbNTV for ; Sat, 12 Aug 2023 08:07:56 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by smtp4.osuosl.org (Postfix) with ESMTPS id D33CE41BC5 for ; Sat, 12 Aug 2023 08:07:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D33CE41BC5 Received: by mail.gandi.net (Postfix) with ESMTPSA id BECEEE0003; Sat, 12 Aug 2023 08:07:52 +0000 (UTC) From: Simon Horman To: dev@openvswitch.org Date: Sat, 12 Aug 2023 10:07:45 +0200 Message-Id: <20230812080745.371691-1-horms@ovn.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-GND-Sasl: horms@ovn.org Cc: Ilya Maximets Subject: [ovs-dev] [PATCH] MAINTAINERS: Add Aaron Conole. 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" Aaron Conole was recently elected by the Open vSwitch committers. This formalizes his status as an Open vSwitch committer. Welcome Aaron! Signed-off-by: Simon Horman --- MAINTAINERS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst index a3e923195c3e..99a0bd405b2a 100644 --- a/MAINTAINERS.rst +++ b/MAINTAINERS.rst @@ -41,6 +41,8 @@ This is the current list of active Open vSwitch committers: * - Name - Email + * - Aaron Conole + - aconole@redhat.com * - Alin Serdean - aserdean@ovn.org * - Ansis Atteka