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 A5E99C433EF for ; Tue, 17 May 2022 15:53:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350654AbiEQPxg (ORCPT ); Tue, 17 May 2022 11:53:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345790AbiEQPx1 (ORCPT ); Tue, 17 May 2022 11:53:27 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50DE8227 for ; Tue, 17 May 2022 08:53:26 -0700 (PDT) Date: Tue, 17 May 2022 08:53:14 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1652802804; 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=wfBG6eKJk8oFsC6G458XvLjWY+AMptTUcLkV35mMTF0=; b=ApbPYg/YKBLSROri76aIqLDLXO+UA6DSlIspka06yKi+iZEMltrMkuxCrApNhFGI7+rFw1 BFz3tvauxQf/Chzbnw7V47DR/df3OQIX4mgS+T7MRPOwhf1dB2VF6hN7+wrCBHR+yvxpv1 XA+RO4d+8tjuQeBgdkHIWlDwLjsea7A= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Muchun Song Cc: hannes@cmpxchg.org, mhocko@kernel.org, shakeelb@google.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer Message-ID: References: <20220517143320.99649-1-songmuchun@bytedance.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517143320.99649-1-songmuchun@bytedance.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 17, 2022 at 10:33:20PM +0800, Muchun Song wrote: > I have been focusing on mm for the past two years. e.g. developing, > fixing bugs, reviewing. I have fixed lots of races (including memcg). > I would like to help people working on memcg or related by reviewing > their work. Let me be Cc'd on patches related to memcg. > > Signed-off-by: Muchun Song You're really good at finding subtle races and complicated synchronization issues, so I'm really glad to see you on board (but in fact you already are). Welcome! Acked-by: Roman Gushchin