From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751399AbWGXEB5 (ORCPT ); Mon, 24 Jul 2006 00:01:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751400AbWGXEB5 (ORCPT ); Mon, 24 Jul 2006 00:01:57 -0400 Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58]:46227 "EHLO ms-smtp-04.nyroc.rr.com") by vger.kernel.org with ESMTP id S1751399AbWGXEB4 (ORCPT ); Mon, 24 Jul 2006 00:01:56 -0400 Subject: [PATCH] Add maintainer for memory management From: Steven Rostedt To: LKML Cc: Andrew Morton , Christoph Lameter , linux-mm@kvack.org Content-Type: text/plain Date: Mon, 24 Jul 2006 00:01:47 -0400 Message-Id: <1153713707.4002.43.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I recently realized that there's no listing of a memory management maintainer in the MAINTAINERS file. And didn't know about linux-mm@kvack.org before Ingo enlightened me. So I've decided to add one. Since Christoph is the first person to come in my mind as the proper maintainer, (and I haven't asked him if he wants this title :) I'll let him either add others to the list, or replace his name altogether. (I also used the email that he had in slab.c) Note: If someone else is more likely the person than Christoph, don't be offended that I didn't choose you. It's just that Christoph has responded the most whenever I mention anything about memory. So I chose that as my criteria, than looking at who submits the most memory patches. -- Steve Signed-off-by: Steven Rostedt Index: linux-2.6.18-rc2/MAINTAINERS =================================================================== --- linux-2.6.18-rc2.orig/MAINTAINERS 2006-07-23 23:32:13.000000000 -0400 +++ linux-2.6.18-rc2/MAINTAINERS 2006-07-23 23:34:10.000000000 -0400 @@ -1884,6 +1884,12 @@ S: linux-scsi@vger.kernel.org W: http://megaraid.lsilogic.com S: Maintained +MEMORY MANAGEMENT +P: Christoph Lameter +M: christoph@lameter.com +L: linux-mm@kvack.org +S: Maintained + MEMORY TECHNOLOGY DEVICES (MTD) P: David Woodhouse M: dwmw2@infradead.org