From patchwork Mon Sep 26 18:03:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 12989226 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C92EC07E9D for ; Mon, 26 Sep 2022 18:14:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229673AbiIZSOk (ORCPT ); Mon, 26 Sep 2022 14:14:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229492AbiIZSNx (ORCPT ); Mon, 26 Sep 2022 14:13:53 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF022104; Mon, 26 Sep 2022 11:03:45 -0700 (PDT) Received: from zn.tnic (p200300ea9733e74d329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9733:e74d:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 3D13D1EC01CE; Mon, 26 Sep 2022 20:03:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1664215424; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=Ax6Qk2VeZ/itYpNnm8xHuzAF57pMAJEdLyn4jvZuAS0=; b=I6XdqcYror20urJTlW35hLhzFae49NS/qfGibiERdiemlm4a5eofryEIvvf3h82nHHW1qc P5njd7q1RMgqzmGjaV8PSIWAtfaRTZ6xlyGGbqgpB9KBd9HRhZatCsTad4ipts77UvYOgb l9detcxoq7FTtCa1ac6fsOAPF+0PhwY= From: Borislav Petkov To: linux-edac Cc: LKML Subject: [PATCH] MAINTAINERS: Make Mauro reviewer Date: Mon, 26 Sep 2022 20:03:43 +0200 Message-Id: <20220926180343.23346-1-bp@alien8.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org From: Borislav Petkov Mauro hasn't really been maintaining EDAC for a long while now. Make him a reviewer instead. Signed-off-by: Borislav Petkov Acked-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9d7f64dc0efe..935b42c7f52f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7314,9 +7314,9 @@ F: drivers/edac/thunderx_edac* EDAC-CORE M: Borislav Petkov -M: Mauro Carvalho Chehab M: Tony Luck R: James Morse +R: Mauro Carvalho Chehab R: Robert Richter L: linux-edac@vger.kernel.org S: Supported