From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CFDF38238F for ; Mon, 3 Aug 2026 16:42:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785775374; cv=none; b=MlTR1G5ghzQpAAAmCejgmvpLrjLPecdgBSv+namhFHgNFdrlXlGtaL+ekCGOxER66zbuBOSjxQV4QvU1Y2KoGSkFXDQLuw6iC1PwLsxShlj62oJ5HAHUOGuOxcKkkclVoM2EW8vsXiSPOLY/o9290l/3vH4+9XDXMsMWpWd6eYc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785775374; c=relaxed/simple; bh=NawwCL2FB263oVJ4rkwFZtgbS5yOC9eQRn1hzyBvczY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sqQGqk5X4jZRm8yk4Ci73u1FM/xe73wwewA9EhWBJp7I+PJURLSnT54nnjbO6SjeieMueYRqFBvrZZUZYYAKdRI/iNhO1dCh7MWmy5PyaqbKAHnxDqwKuhRAQUKmBw/nuNvVfGs3+M2P/zM0sl0ZG1OfvH1ERQ+ewlDU87He1o4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lP/e9EiX; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lP/e9EiX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B437A1F00A3A; Mon, 3 Aug 2026 16:42:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785775373; bh=OLjX1DA3K8fYAJ7gcAbyXIpN7gOrD9t46We+X6Ro4XA=; h=From:To:Cc:Subject:Date; b=lP/e9EiX4sFYWnLXiNmghLcwSCqmDZf6HyNBlH21myUAA/7sKKg5pnL7vBiVGl0wg LwE1PCDMhN852rrnQjUrkGWvOnIaTPFHEXKHTqGpX7R1rG+kkfc8NcrcX+ozkmSckU DXrW22HJWT30ku4tFaxgVpZK10Yth5HC5X+CfK4HfyVPFFyCSx2clNGzSYx5izYs0e u2Vy7CA90Hc1fynnoG+ssYqH5G2sex3fkVRELrQZwUSADNT5QZyOEOzJ++EhVoLiR6 iOSH65PMPdO56gkSk3GisM0o6SHuDW4/amGX+aKmPW1RRVwTrPV81jFaCiv1EEbR6U 5cWh77HWbaczw== From: Will Deacon To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Will Deacon , Ard Biesheuvel , Catalin Marinas , Mark Rutland , Marc Zyngier Subject: [PATCH] MAINTAINERS: arm64: Add Mark Rutland as an official Reviewer Date: Mon, 3 Aug 2026 17:42:30 +0100 Message-ID: <20260803164230.25172-1-will@kernel.org> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Mark has been part of the arm64 furniture for as long as the code has existed in mainline and is consistently one of the most active and knowledgeable reviewers that we have. Make it official. Cc: Ard Biesheuvel Cc: Catalin Marinas Cc: Mark Rutland Cc: Marc Zyngier Signed-off-by: Will Deacon --- Mark's actually OoO atm, but I spoke to him about this offline and he was keen to be listed. Honest! MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 806bd2d80d15..08328eb1064d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3913,6 +3913,7 @@ F: drivers/platform/arm64/ ARM64 PORT (AARCH64 ARCHITECTURE) M: Catalin Marinas M: Will Deacon +R: Mark Rutland L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git -- 2.55.0.508.g3f0d502094-goog