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=-9.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 DC629C4363D for ; Tue, 6 Oct 2020 03:48:32 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 17CC4208A9 for ; Tue, 6 Oct 2020 03:48:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 17CC4208A9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sjtu.edu.cn Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:60634 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPdxm-0001TV-33 for qemu-devel@archiver.kernel.org; Mon, 05 Oct 2020 23:48:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPdh3-0006WB-Pl for qemu-devel@nongnu.org; Mon, 05 Oct 2020 23:31:13 -0400 Received: from smtp180.sjtu.edu.cn ([202.120.2.180]:41248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPdh0-0004bg-S9 for qemu-devel@nongnu.org; Mon, 05 Oct 2020 23:31:13 -0400 Received: from proxy01.sjtu.edu.cn (smtp185.sjtu.edu.cn [202.120.2.185]) by smtp180.sjtu.edu.cn (Postfix) with ESMTPS id 2E2551008CBC4; Tue, 6 Oct 2020 11:31:01 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by proxy01.sjtu.edu.cn (Postfix) with ESMTP id 024A02042423E; Tue, 6 Oct 2020 11:31:01 +0800 (CST) X-Virus-Scanned: amavisd-new at proxy01.sjtu.edu.cn Received: from proxy01.sjtu.edu.cn ([127.0.0.1]) by localhost (proxy01.sjtu.edu.cn [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Z4FL2R6RAjCa; Tue, 6 Oct 2020 11:31:00 +0800 (CST) Received: from [192.168.1.103] (unknown [58.23.236.228]) (Authenticated sender: Fan_Yang@sjtu.edu.cn) by proxy01.sjtu.edu.cn (Postfix) with ESMTPSA id 751DD2042423F; Tue, 6 Oct 2020 11:30:34 +0800 (CST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: [RFC PATCH 2/2] contrib/gitdm: Add more academic domains From: Fan Yang In-Reply-To: <20201004204010.2048608-3-f4bug@amsat.org> Date: Tue, 6 Oct 2020 11:30:33 +0800 Content-Transfer-Encoding: quoted-printable Message-Id: <465E4C6C-0B01-4485-8B99-0BAF253DC990@sjtu.edu.cn> References: <20201004204010.2048608-1-f4bug@amsat.org> <20201004204010.2048608-3-f4bug@amsat.org> To: =?utf-8?Q?Philippe_Mathieu-Daud=C3=A9?= X-Mailer: Apple Mail (2.3608.120.23.2.4) Received-SPF: pass client-ip=202.120.2.180; envelope-from=Fan_Yang@sjtu.edu.cn; helo=smtp180.sjtu.edu.cn X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/05 23:24:19 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephen Checkoway , Vince Weaver , qemu-devel@nongnu.org, Xinyu Li , Alex Richardson , Amir Charif , Guan Xuetao , Alex Barcelo , =?utf-8?Q?Llu=C3=ADs_Vilanova?= , linzhecheng , Mike Nawrocki , Dayeol Lee , Hesham Almatary , Brian Wheeler , Pavel Pisa , Christoffer Dall , Colin Lord , Gabriel Somlo , Alexander Bulekov , Fabrice Desclaux , =?utf-8?Q?Alex_Benn=C3=A9e?= , Akkarit Sangpetch , =?utf-8?Q?C=C3=A9sar_Belley?= , Viktor Prutyanov , Bastian Koppelmann , Nickolai Zeldovich , Timothy Edward Baldwin Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Acked-by: Fan Yang On Mon, Oct 05, 2020 at 4:40AM +0800=EF=BC=8CPhilippe Mathieu-Daud=C3=A9 = wrote=EF=BC=9A >=20 > There is a number of contributions from these academic domains. > Add the entries to the gitdm 'academic' domain map. >=20 > Cc: Akkarit Sangpetch > Cc: Alexander Bulekov > Cc: Alexander Oleinik > Cc: Alex Barcelo > Cc: Brian Wheeler > Cc: Chen Wei-Ren > Cc: Christoffer Dall > Cc: Colin Lord > Cc: Dayeol Lee > Cc: Fan Yang > Cc: Gabriel Somlo > Cc: Guan Xuetao > Cc: linzhecheng > Cc: Llu=C3=ADs Vilanova > Cc: Mike Nawrocki > Cc: Mike Ryan > Cc: Nickolai Zeldovich > Cc: Stephen Checkoway > Cc: Viktor Prutyanov > Cc: Vince Weaver > Cc: Xinyu Li > Cc: Zhang Mengchi > Cc: Alex Richardson > Cc: Bastian Koppelmann > Cc: Hesham Almatary > Cc: Timothy Edward Baldwin > Cc: Pavel Pisa > Cc: C=C3=A9sar Belley > Cc: Amir Charif > Cc: Fabrice Desclaux > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > To the developers Cc'ed: If you agree with the entry of your > domain, please reply with a Reviewed-by/Acked-by tag. If you > disagree or doesn't care, please either reply with Nack-by or > ignore this patch. > I'll repost in 2 weeks as formal patch (not RFC) with only the > entries acked by their author. > One Reviewed-by/Ack-by from someone from a domain should be > sufficient to get the domain included in the final patch. > --- > contrib/gitdm/group-map-academics | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) >=20 > diff --git a/contrib/gitdm/group-map-academics = b/contrib/gitdm/group-map-academics > index c7b0dd46a3..fd42bb8069 100644 > --- a/contrib/gitdm/group-map-academics > +++ b/contrib/gitdm/group-map-academics > @@ -11,9 +11,17 @@ ispras.ru > pavel.dovgaluk@gmail.com >=20 > # Columbia University > -cs.columbia.edu > cota@braap.org >=20 > jiaxun.yang@flygoat.com >=20 > artem.k.pisarenko@gmail.com > + > +uni-paderborn.de > +edu > +ac.uk > +edu.cn > +edu.tw > +cmp.felk.cvut.cz > +epita.fr > +cea.fr > --=20 > 2.26.2 >=20