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 diktynna.open-mesh.org (diktynna.open-mesh.org [136.243.236.17]) (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 0C540C02185 for ; Fri, 17 Jan 2025 12:46:35 +0000 (UTC) Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id 9A50B84321 for ; Fri, 17 Jan 2025 13:46:33 +0100 (CET) ARC-Seal: i=2; cv=pass; a=rsa-sha256; d=open-mesh.org; s=20121; t=1737117993; b=KOpoNIfS/uZaOQ+cxXY3qC5UsV8E5COMfAOJ8I8MceSlLpMSrO8Idpeh820qwNIitLY7j BZgp1TA+OdyOYXcP1DS7SNjMEDAWOHWJPDpqMaTbjniuCILGVT9+WrR93IASzlr2LZzABoT UmokHD2NyT39H1gcVoPBasB9TyggI9o= ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1737117993; h=from : sender : reply-to : subject : date : message-id : to : cc : mime-version : content-type : content-transfer-encoding : content-id : content-description : resent-date : resent-from : resent-sender : resent-to : resent-cc : resent-message-id : in-reply-to : references : list-id : list-help : list-unsubscribe : list-subscribe : list-post : list-owner : list-archive; bh=StRkJYP5y3LB/HR0JwRqlnHyWxe+RVlySrfTr+v6vjs=; b=AmKRKUcyqupu3tb0g6NG/qADHkeSHEn1rD7ewsPZL+DBJZ2D0td6zQgIT44okt8d0mXIu 9oQMBtxElf+bw6KvS81D5mm6hH/u5uY+h/vuJV7PIZGI55qp1te/nmwbk1YbFMctLmv+OpQ TNEHbsN+2PR9u0P14nnqqy3NHQ2bAsw= ARC-Authentication-Results: i=2; open-mesh.org; dkim=fail; arc=pass; dmarc=fail (Used From Domain Record) header.from=simonwunderlich.de policy.dmarc=none Authentication-Results: open-mesh.org; dkim=fail; arc=pass; dmarc=fail (Used From Domain Record) header.from=simonwunderlich.de policy.dmarc=none Received: from mail.simonwunderlich.de (mail.simonwunderlich.de [23.88.38.48]) by diktynna.open-mesh.org (Postfix) with ESMTPS id 7B37884218 for ; Fri, 17 Jan 2025 13:39:47 +0100 (CET) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1737117587; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=StRkJYP5y3LB/HR0JwRqlnHyWxe+RVlySrfTr+v6vjs=; b=zYWqUU89R9CbuInxdRDyz0HNkat/nPhETdeGnm3DTpaBFEC3qPLnW9x8D0i/fKf/+SF7VI iBRyfHRdMpdTVaCK3hNS4xRG4OdUHpQ3595IYZ6WoAVxjUTwuU9M016g+knkEay4ulm27z INP4kq5aUP6nUYOE/UcFhMbrWY5lb+g= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none; spf=pass (diktynna.open-mesh.org: domain of sw@simonwunderlich.de designates 23.88.38.48 as permitted sender) smtp.mailfrom=sw@simonwunderlich.de; dmarc=pass (policy=none) header.from=simonwunderlich.de ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1737117587; a=rsa-sha256; cv=none; b=TRN9Qq23484bJAiqgZiy9fPcUezaenf49igopnv1nbhoCZrRaxia4bmmvs1AfdqnEqE6Qh rp9AM6ElUm0VOpoc2yNXKjeMKaw2ucttIIHqxsqz1T5DwzQg5e5/laAfO2gz1JT1GkGqK3 rxtmtjxH9uVfAcKB4sL4drx8QiRyjqA= Received: from kero.packetmixer.de (p200300c5973C90d8A96Dd71a2E03f697.dip0.t-ipconnect.de [IPv6:2003:c5:973c:90d8:a96d:d71a:2e03:f697]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.simonwunderlich.de (Postfix) with ESMTPSA id 1C319FA365; Fri, 17 Jan 2025 13:39:47 +0100 (CET) From: Simon Wunderlich To: kuba@kernel.org, davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Antonio Quartulli , Sven Eckelmann , Simon Wunderlich Subject: [PATCH 09/10] MAINTAINERS: mailmap: add entries for Antonio Quartulli Date: Fri, 17 Jan 2025 13:39:09 +0100 Message-Id: <20250117123910.219278-10-sw@simonwunderlich.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250117123910.219278-1-sw@simonwunderlich.de> References: <20250117123910.219278-1-sw@simonwunderlich.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 4KKW54NU4YAFB7JZBHHQZQZ5WGUUFTXZ X-Message-ID-Hash: 4KKW54NU4YAFB7JZBHHQZQZ5WGUUFTXZ X-MailFrom: sw@simonwunderlich.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; header-match-b.a.t.m.a.n.lists.open-mesh.org-2; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Antonio Quartulli Update MAINTAINERS and link my various emails to my company email address in .mailmap. Signed-off-by: Antonio Quartulli Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- .mailmap | 7 +++++++ MAINTAINERS | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 41aca254671d..d55b94d1fe0b 100644 --- a/.mailmap +++ b/.mailmap @@ -83,6 +83,13 @@ Anirudh Ghayal Antoine Tenart Antoine Tenart Antonio Ospite +Antonio Quartulli +Antonio Quartulli +Antonio Quartulli +Antonio Quartulli +Antonio Quartulli +Antonio Quartulli +Antonio Quartulli Anup Patel Archit Taneja Ard Biesheuvel diff --git a/MAINTAINERS b/MAINTAINERS index c5e909a759e6..07206a6a1be5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3869,7 +3869,7 @@ F: drivers/platform/x86/barco-p50-gpio.c BATMAN ADVANCED M: Marek Lindner M: Simon Wunderlich -M: Antonio Quartulli +M: Antonio Quartulli M: Sven Eckelmann L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers) S: Maintained -- 2.39.5