From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (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 B2CEA66D3 for ; Tue, 22 Feb 2022 19:36:54 +0000 (UTC) Date: Tue, 22 Feb 2022 11:36:47 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1645558612; 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: in-reply-to:in-reply-to:references:references; bh=YxvjL6zVV0x9zwaZkpyF0XEqaCMc0aVeOtGngtzjUQE=; b=LPJcnJ4bL0l64rO7BBgmQyUUZILiVCpPykl4LBwMiCePV8u70mOppcN4WUE0umyPcstyT0 FposOM+6KNhtvmnt/57fphlE6MwB3Z7tZZeZz3O1DKrPh3c2EaFsk42sGZsGYVKU9YGM0P pgqnKGch6rFwsmEnAy1vt5UdZ5dXOZ8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Vlastimil Babka Cc: Christoph Lameter , David Rientjes , Pekka Enberg , Joonsoo Kim , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev Subject: Re: [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree Message-ID: References: <20220222103104.13241-1-vbabka@suse.cz> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220222103104.13241-1-vbabka@suse.cz> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev On Tue, Feb 22, 2022 at 11:31:04AM +0100, Vlastimil Babka wrote: > The slab code has an overlap with kmem accounting, where Roman has done > a lot of work recently and it would be useful to make sure he's CC'd on > patches that potentially affect it. Thus add him as a reviewer for the > SLAB subsystem. > > Also while at it, add the link to slab git tree. > > Signed-off-by: Vlastimil Babka Sorry, used the old e-mail. Here is the correct one: Acked-by: Roman Gushchin Thanks!