Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp215776pxb; Fri, 8 Jan 2021 03:06:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJwrKVtYvZqpPvqfKnPLXMVBMUmQHG2bp8YsS74qx/A5Va5ojg/nGd94PcO43YsxiLRH3RVH X-Received: by 2002:a17:907:2052:: with SMTP id pg18mr2344439ejb.153.1610103995373; Fri, 08 Jan 2021 03:06:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610103995; cv=none; d=google.com; s=arc-20160816; b=T8n/EaZscf8PD7+PNWB2kvVicYju3j66uov2VJnbJeZXbLXE/fzU5LvAZ0BTo05h7G OBFIBaOFo5vHNO4nz1wIb40BDpShRA6aIwrvxXA7KNY8E+cKyefxNVf4XsSUFtu8MKgy FXyhdgkuPDWFLkf8cQ2MYsHjk4a2WB/6WEEcGc74aVbhQ5DmrBWa9XPsDVkMKMkpbZGM iG5lphSn2jYDN34QXAoaofRmIzCFc1NSP5wEYmZTo3zj/1v/oGQZhdZ46LNKGjIRGl/D YFC4j4Vnzl1bu0YBDp6KqBqVi1Egjk/QMQlXDF7f5rbiHnHevilGhuhY/6L5W0QogZYD zeaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=plbQCfgj06BztxFlQ3Lc1oVbjo6idXhhD2oe/DXaJdQ=; b=DVwsRApHgUyFIxMPPKSyD+vwKvkBpfGTF5EpIGYmG0k7+K8057lEBNim1lP3X7XVjs GoaRg8x2+ym9669uNPwtlbXXgvysTef3PPJyaIlDKO/uGqTwxnVLP/X4B/UNqnLpULbR 1EBh9ZfrJ/aizYI1SUn8yxeNNr0XjhI2oJ0YVYt59kcoZK9zmupgCzGb2+OMYtz4RYe+ l9mSRXvOnxiBJd1dIU976PCpG2MkhgRxUaI6KE6oITcgZvj3of2HeDuucCkXemgx7E91 mANxvxzWEN50HxVGonHmN9UyjW/TbqY9/Hqk7olaIv3XzZHZWiufN6/uWS8V6YDv5uX7 a65Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e26si3393551edy.255.2021.01.08.03.06.11; Fri, 08 Jan 2021 03:06:35 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727552AbhAHLFY (ORCPT + 99 others); Fri, 8 Jan 2021 06:05:24 -0500 Received: from mx2.suse.de ([195.135.220.15]:43598 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725901AbhAHLFX (ORCPT ); Fri, 8 Jan 2021 06:05:23 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 9BC64AD24; Fri, 8 Jan 2021 11:04:42 +0000 (UTC) From: Vlastimil Babka To: linux-mm@kvack.org Cc: Andrew Morton , linux-kernel@vger.kernel.org, Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Vlastimil Babka Subject: [PATCH] MAINTAINERS: add myself as slab allocators maintainer Date: Fri, 8 Jan 2021 12:03:53 +0100 Message-Id: <20210108110353.19971-1-vbabka@suse.cz> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I would like to help with slab allocators maintenance, from the perspective of being responsible for SLAB and more recently also SLUB in an enterprise distro kernel and supporting its users. Recently I've been focusing on improving SLUB's debugging features, and patch review in the area, including the kmemcg accounting rewrite last year. Signed-off-by: Vlastimil Babka --- Hi, this might look perhaps odd with 4 people (plus Andrew) already listed, but on closer look we have 2 (or 3 if you count SLOB) allocators and the focus of each maintainer varies. Maybe this would be also an opportunity to split the area explicitly, if the maintainers would want that? I'm fine with all of them personally - while we moved to SLUB in new code streams, olders ones with SLAB will continue be supported for years anyway. Thanks, Vlastimil MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index da4892dc52b4..fd657bb4157f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16351,6 +16351,7 @@ M: Pekka Enberg M: David Rientjes M: Joonsoo Kim M: Andrew Morton +M: Vlastimil Babka L: linux-mm@kvack.org S: Maintained F: include/linux/sl?b*.h -- 2.29.2