From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxout5.mail.janestreet.com (mxout5.mail.janestreet.com [64.215.233.18]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id E9E3316064E for ; Mon, 11 Aug 2025 15:22:13 +0200 (CEST) From: Eric Hagberg To: christoph.boehmwalder@linbit.com Subject: [PATCH] drbd: Remove the open-coded page pool Date: Mon, 11 Aug 2025 09:16:02 -0400 Message-Id: <20250811131602.978555-1-ehagberg@janestreet.com> In-Reply-To: <20250605103852.23029-1-christoph.boehmwalder@linbit.com> References: <20250605103852.23029-1-christoph.boehmwalder@linbit.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: axboe@kernel.dk, philipp.reisner@linbit.com, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Eric Hagberg , lars.ellenberg@linbit.com, drbd-dev@lists.linbit.com List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch has ben running on thousands of hosts here and we've not seen the memory leak that was happening previously. Tested-by: Eric Hagberg