From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2D3164137A2 for ; Tue, 4 Aug 2026 15:08:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785856127; cv=none; b=ZbwSRY3RVuV7VZUfVRDckv4YVtTXYlBxPkyXQXnfxk0XEyxPytxSMyeC24PSm9ryFES6KkAw02/gN/fr1hLhucOHUjQ76HgXtVaD2SqBm4BHGLuguU2BYV2I0+PV8hQ2eUHd6+u1DmtQBkru21q6EkosPFGCKgjQGzMbW9jPDpY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785856127; c=relaxed/simple; bh=T+gr0rNOzE9LGWc5d5uRT2kUhvR6p3PnmzPwKOsvu2g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CIl7qqxt0Pu9BhZQMIXGMNvQMEIf4nuygquSYWuEnnRQZH8imjh+OhONfDn8DZcT7LTO9S+/JiFsdsw6fozwwSMvtaNExod4VBZLLYjeaQp3LvnFBlvHK/fErEK0TAY2hwxVp6weAMCnB1wffK0PK36PADgV2zcOautOjlaPfGw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=DJU++mhu; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="DJU++mhu" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 214891476; Tue, 4 Aug 2026 08:08:40 -0700 (PDT) Received: from J2N7QTR9R3 (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 056C33F86F; Tue, 4 Aug 2026 08:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1785856124; bh=T+gr0rNOzE9LGWc5d5uRT2kUhvR6p3PnmzPwKOsvu2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DJU++mhuUwR6iMKXURfVTWxSD1Tc030OkGUuLekeRKLAsCu50j3c5/7jXy/ncb91h tMQz7sCPe6TUtdIOUPj4M8JTmsQN8XGwSTQBYitQKe/nargeP9krOqMvUueRx7ts39 jDv/hZ3oJlT3R72HScRL35lJQBKuAsY9P5jPWrD0= Date: Tue, 4 Aug 2026 16:08:40 +0100 From: Mark Rutland To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ard Biesheuvel , Catalin Marinas , Marc Zyngier Subject: Re: [PATCH] MAINTAINERS: arm64: Add Mark Rutland as an official Reviewer Message-ID: References: <20260803164230.25172-1-will@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260803164230.25172-1-will@kernel.org> On Mon, Aug 03, 2026 at 05:42:30PM +0100, Will Deacon wrote: > 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! I'm OoO for the next few weeks, but as I'm just finishing off list stuff today: Acked-by: Mark Rutland Thanks! Mark. > > 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 >