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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 79C9CC43460 for ; Wed, 7 Apr 2021 08:16:30 +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 6D05061184 for ; Wed, 7 Apr 2021 08:16:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D05061184 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mail.uni-paderborn.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:41410 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lU3MS-0000nb-7J for qemu-devel@archiver.kernel.org; Wed, 07 Apr 2021 04:16:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lU3LF-0000BQ-A6; Wed, 07 Apr 2021 04:15:13 -0400 Received: from shirlock.uni-paderborn.de ([2001:638:502:c003::15]:40786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lU3LC-0003sv-Uq; Wed, 07 Apr 2021 04:15:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.uni-paderborn.de; s=20170601; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=iGM9+jMKSRPGzsJG2RSM3qNloi5GjNS8Ob6njgmoUjE=; b=RiV0fPCMVaRsJWPKRYA2kG0g8E 03W8/zb6oDpfJFsVQwqKfUmoy+p0ByLmK0YbM+ooangnSUny1IF/4Sx/5vfJNxb8n/pIN/Wn5oO9V sGhvObi2aAYaNNuTb76Qwo3/R/hwRHR9mkfbn1LAXxmCrOAQZ4fB/c4pYwwbJ53qn+Nw=; Date: Wed, 7 Apr 2021 10:14:45 +0200 From: Bastian Koppelmann To: Alistair Francis Subject: Re: [PATCH v1 1/1] MAINTAINERS: Update the RISC-V CPU Maintainers Message-ID: <20210407081445.rjhws622igwbbpy4@schnipp.zuhause> References: <6564ba829c40ad9aa7d28f43be69d8eb5cf4b56b.1617749142.git.alistair.francis@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6564ba829c40ad9aa7d28f43be69d8eb5cf4b56b.1617749142.git.alistair.francis@wdc.com> X-IMT-Spam-Score: 0.0 () X-PMX-Version: 6.4.9.2830568, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2021.4.7.80615, AntiVirus-Engine: 5.82.0, AntiVirus-Data: 2021.3.29.5820001 X-Sophos-SenderHistory: ip=2a02:908:2214:e5bc::3d7, fs=6045350, da=105392371, mc=10, sc=0, hc=10, sp=0, fso=6045350, re=0, sd=0, hd=0 X-IMT-Authenticated-Sender: kbastian@UNI-PADERBORN.DE Received-SPF: pass client-ip=2001:638:502:c003::15; envelope-from=kbastian@mail.uni-paderborn.de; helo=shirlock.uni-paderborn.de X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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: qemu-riscv@nongnu.org, sagark@eecs.berkeley.edu, qemu-devel@nongnu.org, palmer@dabbelt.com, alistair23@gmail.com, bmeng.cn@gmail.com Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, Apr 06, 2021 at 06:48:25PM -0400, Alistair Francis wrote: > Update the RISC-V maintainers by removing Sagar and Bastian who haven't > been involved recently. > > Also add Bin who has been helping with reviews. > > Signed-off-by: Alistair Francis > --- Acked-by: Bastian Koppelmann Cheers, Bastian