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 B9C8D288D2 for ; Thu, 5 Mar 2026 09:37:44 +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=1772703464; cv=none; b=bC7H8LiCJF2nh31HscFEjaO2mkKtgc4MKznKDRsOrGWdiO/H+Mlch6zNoK9M454aABdKsYwUOuXTP6upZdKzcLVH4coh1l+vjb8LtuW416qqvA6B2BCVbiQHEmplypjPKQWQHGMw64qi4fWati1mAYW92li6mh0VU6BhuldctBs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703464; c=relaxed/simple; bh=mgPM1mHFVly8+cjoFn6c0+f0uafjEJY9N6ljA5LcoQc=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References: In-Reply-To:Content-Type; b=JvPNVm4aCEzQ4ruYoCTU1p2oM/m7ZsLCsTvgLgXGZKbPYHPwFGTCz3V6MFiLFUNnZZrzIUtU3x0Eq03DRU3d3VU3l1R/A2/tsbYvdylSawW0BhMaCYnWaQrcVMBZaoltLfgaBbilYmxoZd8yWXIahPooqEV3HKD0k+O2Q1xZego= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ClRqvNJG; 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="ClRqvNJG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C169FC116C6; Thu, 5 Mar 2026 09:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772703464; bh=mgPM1mHFVly8+cjoFn6c0+f0uafjEJY9N6ljA5LcoQc=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=ClRqvNJG6Hr4Ddpk6VvMH/oe3EFyw1GkQg7Mq8waHTAJ22IN9J3nolDIHHKxjPXFX 9yFjoHocq8eHZ+KIV4+iR2Zq8aKW2bup+o60ATT/IbzTpFCz3LIxdStLKVOSqODbOJ VUdHpKsYiKpQGXohn8UvvS1+N39y6LY0mP/JxWUgXY256c3hYQQm1DyX8KEcMiKBsV sUeVVzvqYcXoWz5nBtfD6P7B5L1iS8HVR+2Xfrg63X7fUxPmV9ColRxgyB7guiHlPy lJWRwwj4CrMBHpAj729EtYMkGulonRjAMLhosOBwAm74wch9ocsDNtbXTfoa8jjXFq hFeAXYTyTHfKQ== Message-ID: <94662f0a-62f7-4929-8ee7-e513a33f7b74@kernel.org> Date: Thu, 5 Mar 2026 10:37:40 +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: Harry Yoo Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Hao Li , Christoph Lameter , David Rientjes , Roman Gushchin References: <20260302101345.36713-2-vbabka@kernel.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 3/2/26 12:04, Harry Yoo wrote: > I'd also like to thank Vlastimil, who has given me kind and constructive > feedback ever since I first started contributing to the kernel, five > years ago. > > Back in 2021, I was a curious computer science undergrad with little > experience in kernel development, who decided to do something fun in the > kernel and sent a few patches to the slab subsystem. The first few > interactions with Vlastimil, who was generous with his feedback, > motivated me to keep contributing to the kernel as a hobby. > > Through the discussions and collaboration we've had, I feel I've grown > into a better engineer. I'm glad that this growth has allowed me to > give back to the community as a contributor and now as a maintainer. > > And this is all thanks to you, Vlastimil 😉 Thanks a lot for your kind words :) But it's not "all thanks to me", really. It was apparent from the beginning you'd be a great contributor :) Cheers!