From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69FDDC433EF for ; Wed, 23 Feb 2022 10:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239068AbiBWK0B (ORCPT ); Wed, 23 Feb 2022 05:26:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230447AbiBWKZ7 (ORCPT ); Wed, 23 Feb 2022 05:25:59 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 907E08C7DE for ; Wed, 23 Feb 2022 02:25:32 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 3E78021118; Wed, 23 Feb 2022 10:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1645611931; h=from:from:reply-to: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=tIxIc4Ivpej4SnRxR4svPPc/faqr8qPvmJgEO4acm9Q=; b=U4cRyeMgYvpHp2RRbIxGU83TdehwUKsVhxSWFfmW+p+/Rx6t8VdbdsqGGJ08y6mbV4n0+u NPh5B+TYhkccYXKta5/sKJO0Gc6Jb6BcJ9mJktvF+sa0zDKYqE9Rh2hUXtAe48si9HJ7GA dTBfabvMtMwGTP0fKvz9+0Klmez1z48= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1645611931; h=from:from:reply-to: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=tIxIc4Ivpej4SnRxR4svPPc/faqr8qPvmJgEO4acm9Q=; b=84q3E62HxVjFmuwqakizE4kV3Lp1siL9PHtv7FQPGAVYPyRcphVtkpLcwtTNnRGgbBllye gY2oAXrsTK+nGAAQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2132C13C87; Wed, 23 Feb 2022 10:25:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id D24zB5sLFmIWRgAAMHmgww (envelope-from ); Wed, 23 Feb 2022 10:25:31 +0000 Message-ID: <5168dd79-73b5-a642-d266-859a020fae9a@suse.cz> Date: Wed, 23 Feb 2022 11:25:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer Content-Language: en-US To: Roman Gushchin , Andrew Morton Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Johannes Weiner , Michal Hocko , Vladimir Davydov References: <20220221233951.659048-1-roman.gushchin@linux.dev> From: Vlastimil Babka In-Reply-To: <20220221233951.659048-1-roman.gushchin@linux.dev> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/22/22 00:39, Roman Gushchin wrote: > Add myself as a memcg co-maintainer. My primary focus over last few > years was the kernel memory accounting stack, but I do work on some > other parts of the memory controller as well. > > Signed-off-by: Roman Gushchin Acked-by: Vlastimil Babka > Cc: Johannes Weiner > Cc: Michal Hocko > Cc: Vladimir Davydov > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 66aa3a589f6a..ecdb90e99ba7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4991,6 +4991,7 @@ CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) > M: Johannes Weiner > M: Michal Hocko > M: Vladimir Davydov > +M: Roman Gushchin > L: cgroups@vger.kernel.org > L: linux-mm@kvack.org > S: Maintained