From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4C00737BE7A for ; Thu, 5 Mar 2026 09:39:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703595; cv=none; b=klWZVRwgkAzw0XKmyjrzzbq+3jpm3hwl6FCFYVY1jfrSJ18TdHUx11EYFxFZbIcoiFsHeGyUXWIBGKe7xfpmtxmyZ+fLRe7Jar9v8BMUG6xzpyx75vlGKqmahWVCig35efT/c9Aisow6I++OrJHaChghI0mJEljUuqovef50esc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703595; c=relaxed/simple; bh=y81fmIVNpYzQvblJsrNayzEhCb5OqA/wQL4gzb+kqEA=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References: In-Reply-To:Content-Type; b=aBk36uAsWPvM+3OTxqWn+n1I65kiIphjuX8uIULePGmOa3tBACnccxsjfPaFTEYkIuW4EgIMitgPZNSThMFchMvFCsFfnq0X2waP8cBDikyy0jft6Zwp66gaqJLdn3FuLR2t1pWK0JikjLkmsO7R8ASasLNxUQnWLJOjP/qZjnw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Dab+KGm2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Dab+KGm2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE45BC2BCAF; Thu, 5 Mar 2026 09:39:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772703594; bh=y81fmIVNpYzQvblJsrNayzEhCb5OqA/wQL4gzb+kqEA=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=Dab+KGm2bS0CYqyCyVeUOw0U+4aAZCDfrUE7mIwrPUGrUz9sOH8jz2S09uSBqkIc+ 6/QgMDo0RWSyo2IKiB43e/tS0gxcq73HvjsHuUD3i/BUCx3dQqkFe9Odx494kJJMg0 BupW/0GlhmmV+AqBCr2LIjAQYWQBEBgFjnv9Rcsvc036S5nJNC+c1QEVvDgiCOg6VH i6yQtvQiJDmbwsHzX4PZp4hEQKcAVhOEWRHYzbYo1y01FeP07mhhSMKH/YIuw7+J0A RtXO7j2UwEgqFkFtREy6FDmuNLtJ58ynMUzlQiON9s4sbaEkN3dCiDsErVz4atNyyj XhtJgOh/DDp8Q== Message-ID: Date: Thu, 5 Mar 2026 10:39:50 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: "Vlastimil Babka (SUSE)" Subject: Re: [PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR Content-Language: en-US To: Hao Li Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Harry Yoo , Christoph Lameter , David Rientjes , Roman Gushchin , Lorenzo Stoakes References: <20260302101345.36713-2-vbabka@kernel.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 3/2/26 14:39, Hao Li wrote: >> >> Add Hao Li as a new reviewer. Hao has been doing very useful reviews for >> a while now, so make it official and ensure the Cc's. > > Thanks, Vlastimil. I really appreciate the trust! > > Also, thank you for the patient and constructive feedback and for taking the > time to engage with newer contributors like me on-list. I especially > appreciate you proactively Cc'ing me on relevant slab threads (even when I > wasn't on the original Cc). It helped me stay in the loop and get involved > more deeply. Happy to help with slab reviews going forward. You're welcome! When you started replying on slab patches with great feedback initially, it was only natural to Cc you on others :) Cheers!