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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 0573FFA374C for ; Tue, 5 Nov 2019 09:45:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D15E621929 for ; Tue, 5 Nov 2019 09:45:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572947122; bh=2Pe1vl1z7dfXgVVe8cOhxkfnqWqdDRsyJs+xqRDQvV0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=H95BQCUZZiBCMvU/OtTV/X+MVlY6VxODjvvTKYMZsrmeZgyuHmdxfeOgsjIR0y8IE bdqYsVodm6Wizlr4w9ZvfUgr2LeB66TEED2P8wUcnwxbW74VjM1C2dlZcu+3Ekskzd gS7q1DbNXuOBW5xXOZI1uV4XhPSCqdnXskU1VOGo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730666AbfKEJpV (ORCPT ); Tue, 5 Nov 2019 04:45:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:46040 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730454AbfKEJpV (ORCPT ); Tue, 5 Nov 2019 04:45:21 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id ECD27AEA1; Tue, 5 Nov 2019 09:45:19 +0000 (UTC) Date: Tue, 5 Nov 2019 10:45:18 +0100 From: Michal Hocko To: Vlastimil Babka Cc: Song Liu , linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@fb.com, Johannes Weiner , Andrew Morton Subject: Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT" Message-ID: <20191105094518.GA25980@dhcp22.suse.cz> References: <20191030202217.3498133-1-songliubraving@fb.com> <4e4ff9c9-064c-7515-41ea-9f20b9889e51@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e4ff9c9-064c-7515-41ea-9f20b9889e51@suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon 04-11-19 15:53:18, Vlastimil Babka wrote: [...] > (And obviously, could we finally get a real git? :) I would love to see that happen! While I do appreciate existance of Johannes' mirror that is not something that is suitable for a long term development IMHO because the tree rebases constantly. And while we are talking about a better information on the MM maintainership, should we also be explicit about maintainers of MM parts which have a primary go to person? At least compaction, allocator, OOM, memory hotplug, THP, shmem, memory hwpoisoning, early allocators come to mind. -- Michal Hocko SUSE Labs