From nobody Fri Sep 20 01:26:12 2024 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) (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 9FD0319D08B; Wed, 5 Jun 2024 13:36:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.255 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717594602; cv=none; b=lvM03gmsogpcRLKxZ+Iq57lAn9obVd6ZXpasZborSpgnjYrNXRsvz5JaisZt8liKwpLL36qZHcpW7kSEYYc87JFL/CAFUqAdJjn76g1lUboIvLX/TCTf9jm2oUafn0eGEK0ma9QPV0qEwK5OInlaM/HZ5EhbJW+oSbiXpHmabps= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717594602; c=relaxed/simple; bh=6EwSfbEh0H1kuJai2tJ7JkQgGY5jSFOoFUJo9k9Tko4=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XE7+knJAXw28i6vmw4e2a90C57LmNwIosFApyUO5NJb+57vPZl0DJtISY74zqKLtA8gRumqkINkPNfApuyNKr4ksbC3qIKnC+esywxm+WwW49vi1YWELxQdkixrdx2tUZKmqhHStHmsrazuRlfuB2lh1pmEV29GpSwqjqn1S+70= 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.255 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.252]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4VvT0n6wVsz1S8XV; Wed, 5 Jun 2024 21:32:41 +0800 (CST) Received: from dggpemm500005.china.huawei.com (unknown [7.185.36.74]) by mail.maildlp.com (Postfix) with ESMTPS id 94E9F180085; Wed, 5 Jun 2024 21:36:38 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by dggpemm500005.china.huawei.com (7.185.36.74) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 5 Jun 2024 21:36:38 +0800 From: Yunsheng Lin To: , , CC: , , Yunsheng Lin , Alexander Duyck Subject: [PATCH net-next v6 15/15] mm: page_frag: add a entry in MAINTAINERS for page_frag Date: Wed, 5 Jun 2024 21:33:05 +0800 Message-ID: <20240605133306.11272-16-linyunsheng@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20240605133306.11272-1-linyunsheng@huawei.com> References: <20240605133306.11272-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: dggems703-chm.china.huawei.com (10.3.19.180) To dggpemm500005.china.huawei.com (7.185.36.74) Content-Type: text/plain; charset="utf-8" After this patchset, page_frag is a small subsystem/library on its own, so add a entry in MAINTAINERS for to indicate the new subsystem/library's maintainer, maillist, status and file lists of page_frag. Alexander is the orginal author of page_frag, add him in the MAINTAINERS too. CC: Alexander Duyck Signed-off-by: Yunsheng Lin --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 27367ad339ea..bdc2cb1cdf5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16953,6 +16953,17 @@ 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: mm/page_frag_test.c + PAGE POOL M: Jesper Dangaard Brouer M: Ilias Apalodimas --=20 2.30.0