From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (out-178.mta1.migadu.com [95.215.58.178]) (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 B263C29ACC5 for ; Tue, 23 Jun 2026 15:52:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782229975; cv=none; b=tL+waxMyykeJo4keSYMOT34RvZR4Y4Kh2xOVLJI1KSSw8InUK3DqzmZlP32R1KHWcVe2fXvylEWZDXSX+fFm83/oLtn10gBWjY2uljgTv+3mBUiZI2HATM/ufOe0LKnHaBDdgeSQQuWo59tHl5MaPyG+gTwUeQMmD8eC2+btCFk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782229975; c=relaxed/simple; bh=Ua4j5GBXNOkGX42ExDvBgVqDmDW8AmJPXIJ7k+n0iYk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=N7xbZHo50D1v/mRranTumGXE0oGgof8Xyk+Pb6747u8xtt1MK7zX5G+pHudcy07iHnfTmoFMc+UNA7WpySaDPcp+Uv+QzMkAeNGzNdjfanRi7UAhUPlNUN5VGzZ0OAtxre2UIXyACl//jGbgkNEkriAhJYQ7Zf4jPRtb4G9vRkI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=DB3u7kbw; arc=none smtp.client-ip=95.215.58.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="DB3u7kbw" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782229971; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ua4j5GBXNOkGX42ExDvBgVqDmDW8AmJPXIJ7k+n0iYk=; b=DB3u7kbwQ8G/G8wvrF139lEMxeDLjo+MQJMU96fjyHg3/seXkdzO/+4aZrAAsAXWk+k8r3 Gm9exvxrhrz9u5ZLKH8ydZnErKCgLExqq4P62lWfzbICgGWaOGEgXQ/1lRmj8VNTQZGFYm A4yO7TxejcJewnxdJZ5wIvIQBwygvkE= From: Lance Yang To: ljs@kernel.org Cc: akpm@linux-foundation.org, lance.yang@linux.dev, david@kernel.org, riel@surriel.com, liam@infradead.org, vbabka@kernel.org, harry@kernel.org, jannh@google.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, sj@kernel.org, dev.jain@arm.com, baohua@kernel.org Subject: Re: [PATCH] MAINTAINERS: Add Lance as an rmap reviewer Date: Tue, 23 Jun 2026 23:52:28 +0800 Message-Id: <20260623155228.52695-1-lance.yang@linux.dev> In-Reply-To: <20260622155913.280355-1-ljs@kernel.org> References: <20260622155913.280355-1-ljs@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=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Mon, Jun 22, 2026 at 04:59:13PM +0100, Lorenzo Stoakes wrote: >Lance has been doing excellent work reviewing rmap series and has proven >himself to be a great member of the community in general, so add him as an >rmap reviewer. > >Signed-off-by: Lorenzo Stoakes >--- Thanks a ton, Lorenzo, and thanks everyone for the kind words! Really happy to jump into the rmap party! Acked-by: Lance Yang