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 C51624C8FE4 for ; Fri, 5 Jun 2026 16:16:38 +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=1780676199; cv=none; b=uwbqZNaLDdxu43SfdhJgOn/dX+2fpW9PeoQr/luEVShJRkN3L9LoQA0JrQo2NXmDTu5oG8hQY1YIFmEuTb0NcCGuTadam/Jnxs0d/VNF9yItoHuMPS7yLLQOOJ78y3KYivGJOwjglymrUIFACfPfRJ+t+aV87LD8SPG+7YVmrXk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780676199; c=relaxed/simple; bh=UuzUqnRCj+bgweaF3q22hcvHZUR7WnyuoOqt2/k8maQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RdcRGAsXhlWpZTRfciU+0c3NzIy/bGR7UXluobVeqFdmqkpyfoNyC6XXH77m44oBKhOYNbwNtNdUca6E2nJF8PQkTHNDAzNBMMMQDmv+0i2/Ero20kso66VYpfMmPy30vXyUw/4VOr2EqTlyKbDCZLj/nEk1f9Fs7Yr2Ecf2QH0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k1kCUpAM; 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="k1kCUpAM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 347E81F00893; Fri, 5 Jun 2026 16:16:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780676198; bh=cGh7xKS+6dNdAiknFwIkf2jb0tCAsHXdEn02Ydj68R8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=k1kCUpAMvDwlpBNYkHI9NMCiTSmoOsgNAVNakc1A8kZiCr4n2U1+A2bdlXGWl07+C kf2GdGWcXWooA/3kLETM5eaOMqPoc7GwsAdSPuOSgDn1QFcfH5q+/F0VvnhyLSe3iN Tjyt3sG6t77L37h+j48FqntMQejCFF77tjDZRz9h5zogKgk4pSDeAIW7P+UKQSTSnj r7z00dgbzSeiExwB/tIaTLFMK0MxNnvfsgKr3Ne2PDAKkz8D6x7fjapPQ4NkI6DfTJ ph6/zmep1QfX4suunupnQxrGPLlrCnoRB3uulyVUwWSc0cH3tUx1eZZfJLFxvClxO6 fTYAK7S/6669Q== Date: Fri, 5 Jun 2026 17:16:33 +0100 From: Lorenzo Stoakes To: "David Hildenbrand (Arm)" Cc: xu.xin16@zte.com.cn, akpm@linux-foundation.org, chengming.zhou@linux.dev, hughd@google.com, wang.yaxin@zte.com.cn, linux-mm@kvack.org, linux-kernel@vger.kernel.org, corbet@lwn.net Subject: Re: [PATCH v7 3/6] MAINTAINERS: add myself as reviewer for rmap section Message-ID: References: <20260530170624912AfpqJafVKV2Xmz1EPfHH2@zte.com.cn> <253b529c-273e-4346-91ae-823c8313c31c@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: <253b529c-273e-4346-91ae-823c8313c31c@kernel.org> On Fri, Jun 05, 2026 at 06:03:37PM +0200, David Hildenbrand (Arm) wrote: > On 5/30/26 11:06, xu.xin16@zte.com.cn wrote: > > From: xu xin > > > > To help review future changes related to rmap tracing and testing, > > add myself as a reviewer (R:) for the rmap entry, and also update > > the file patterns to include: > > > > - include/trace/events/rmap.h > > - tools/testing/rmap/rmap_benchmark.c > > > > Signed-off-by: Xu Xin > > --- > > We always appreciate more review and I am happy that you want to do more review > officially in the rmap space! > > However, before we add you as a trusted and reliable source for rmap review, I > suggest you first engage more in rmap review, and provide tags. Agreed - reviewship is meaningful, it indicates that a person is a trusted and known member of the community who has contributed significantly to review. I see you're already a reviewer for KSM, so simply we'd ask as David says for you to contribute more review to rmap series. Since I intend to send a bunch of code for this relatively soon, that should be a good opportunity for you to do more :) > > Thanks! > > -- > Cheers, > > David Cheers, Lorenzo