From nobody Sun Nov 10 04:14:52 2024 Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA32915DBB2; Fri, 6 Sep 2024 07:43:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725608594; cv=none; b=E6gJBP54NVPsz91y+P9EWZ5OfDsn+KCp9UvKtdlrE+LuGo4Pj0Z4JkmDJFUasJVU8nAlj1/qCHqOCQdsWeYrtsEj8gzc621Vd+bwWcr5HdOPTyLhKVUL9bMT64z2ien9JX6Z+cZ3IOzUo5ikNffo2qYYYecLGITLuhrVxGUsPlw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725608594; c=relaxed/simple; bh=TUdxhzkOVlqIh3Th+2uWfyG5gICt92EVlcykpqawaU4=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=r/od0n+ew4BgiRN1dVq/poNBVTZZQFDZ0AKtaV7OFVYFParFc13F+ioL48TgCpcl4VqvodWqXslGUAXm6lHCJtE/OBnTwfkZOQAAgN4sU1du/HnNIDD43HZ8HoE661V054iZbCFiCV7bxNpx/ViM0G3mG43bNu6VJNsCAyY/AXQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.17]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4X0Sr76Ct7z2DbrG; Fri, 6 Sep 2024 15:42:47 +0800 (CST) Received: from dggpemf200006.china.huawei.com (unknown [7.185.36.61]) by mail.maildlp.com (Postfix) with ESMTPS id 9DB1A1A0190; Fri, 6 Sep 2024 15:43:10 +0800 (CST) Received: from localhost.localdomain (10.90.30.45) by dggpemf200006.china.huawei.com (7.185.36.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 6 Sep 2024 15:43:10 +0800 From: Yunsheng Lin To: , , CC: , , Yunsheng Lin , Alexander Duyck Subject: [PATCH net-next v18 14/14] mm: page_frag: add an entry in MAINTAINERS for page_frag Date: Fri, 6 Sep 2024 15:36:46 +0800 Message-ID: <20240906073646.2930809-15-linyunsheng@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20240906073646.2930809-1-linyunsheng@huawei.com> References: <20240906073646.2930809-1-linyunsheng@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpemf200006.china.huawei.com (7.185.36.61) Content-Type: text/plain; charset="utf-8" After this patchset, page_frag is a small subsystem/library on its own, so add an entry in MAINTAINERS to indicate the new subsystem/library's maintainer, maillist, status and file lists of page_frag. Alexander is the original author of page_frag, add him in the MAINTAINERS too. CC: Alexander Duyck Signed-off-by: Yunsheng Lin --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ca1469d52076..a3ab6909e2a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17285,6 +17285,18 @@ F: mm/page-writeback.c F: mm/readahead.c F: mm/truncate.c =20 +PAGE FRAG +M: Alexander Duyck +M: Yunsheng Lin +L: linux-mm@kvack.org +L: netdev@vger.kernel.org +S: Supported +F: Documentation/mm/page_frags.rst +F: include/linux/page_frag_cache.h +F: mm/page_frag_cache.c +F: tools/testing/selftests/mm/page_frag/ +F: tools/testing/selftests/mm/test_page_frag.sh + PAGE POOL M: Jesper Dangaard Brouer M: Ilias Apalodimas --=20 2.33.0