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 6DD5231B10B; Mon, 3 Nov 2025 15:19:15 +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=1762183157; cv=none; b=jXnivC7Q+G7buoN2WhHHfo/tNl+S0dphF438j/9aKHNq7L8DPfSEk9RAyOIf++X+4eEChUcGSbnhgNvt3kj/QZtDv9qzzRjWrZmyE756XgTwSn7qoV3nn38svI2pqa6vfbtudePCSbWsPfKLGlczxWnZAP3E7EfIvIPBQsXoW+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762183157; c=relaxed/simple; bh=bqBgRB7rkcR32TlDYtgJPpXAg7EMKp4wB8pN9vCXBMw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AuhcC8pMVk2A/CLTe0WG/b9tpWnIL1TunVP3zWVk6f/xpCFgnjREPSf5A1NubPQqR1mpkffD3FhiTnUvMYkXMIhEo+UbVpdItjjKwpkqlIV7Aznnrwr+9u/oXek7q8mYQxRBKw4IDrcTrXpq7GCGYmFH/zc2bry6ksQjqIPFHfE= 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; 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 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 E171A1D14; Mon, 3 Nov 2025 07:19:06 -0800 (PST) Received: from localhost (e132581.arm.com [10.1.196.87]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4A83C3F66E; Mon, 3 Nov 2025 07:19:14 -0800 (PST) Date: Mon, 3 Nov 2025 15:19:12 +0000 From: Leo Yan To: Arnaldo Carvalho de Melo Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Adrian Hunter , Ian Rogers , James Clark , Jiri Olsa , Namhyung Kim , Ingo Molnar , Peter Zijlstra , linux-perf-users@vger.kernel.org, Mark Rutland , Alexander Shishkin Subject: Re: [PATCH 1/1] MAINTAINERS: Add James Clark as a perf tools reviewer Message-ID: <20251103151912.GW281971@e132581.arm.com> References: Precedence: bulk X-Mailing-List: linux-perf-users@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: On Mon, Nov 03, 2025 at 11:54:09AM -0300, Arnaldo Carvalho de Melo wrote: > Just FYI, I'm carrying this on the perf tools tree. > > James Clark has been actively reviewing patches and contributing > to perf tools. Reflect this by adding him as a reviewer in the > MAINTAINERS file. > > Reviewed-by: James Clark > Acked-by: Ingo Molnar > Acked-by: Namhyung Kim > Acked-by: Peter Zijlstra (Intel) > Signed-off-by: Arnaldo Carvalho de Melo Well deserved, James. Congrats! > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f6cda468095de127..13a80d4a8b6b67dd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20157,6 +20157,7 @@ R: Alexander Shishkin > R: Jiri Olsa > R: Ian Rogers > R: Adrian Hunter > +R: James Clark > L: linux-perf-users@vger.kernel.org > L: linux-kernel@vger.kernel.org > S: Supported > -- > 2.51.0 >