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 X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3D87C433DB for ; Fri, 8 Jan 2021 11:05:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9DDED2395C for ; Fri, 8 Jan 2021 11:05:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727684AbhAHLFY (ORCPT ); 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