From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C1E7F21FF35 for ; Fri, 16 Jan 2026 17:14:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768583680; cv=none; b=hw9mvJ2sbsjU2RWNT2ORv/qsTMyePhfrxFhCTSds9pi1RyEFy+G9f3CTnkzrNrFwNfXxJW4ggt9gOU9FUw+LtnPQ02n3Bgfk0twAeQYvBUxicJ+UYdkBis+YHDcg9TzuhfqELl+7AatGuV8eFGbfVBghKxCp21Wba5c3XVqFbAY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768583680; c=relaxed/simple; bh=d4CxCBV64cuXzGjuk2uWj4LPcoHD1d0/Q4IvI0bWIQ0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=evm0v6LvOMC0cyxCLNhRsR9Wf+oRTryZ51/DQy2M/orIj7G4z12MynqsdXMhgEIV665DCG8WDKbSl1DbS6dp5zlczm+Ve0MXL5o+dst9byOv0SMdfnyTro9iZrk6U0zX59AV2PiY2nanWAZ29DTgQ6ctwaIfH26LTOjs9dvGtt0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rZkslwi1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rZkslwi1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25132C116C6; Fri, 16 Jan 2026 17:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768583680; bh=d4CxCBV64cuXzGjuk2uWj4LPcoHD1d0/Q4IvI0bWIQ0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=rZkslwi1YB3MS82MWfrwr91m8ny+VcHQ9zx1fV+m11nPiXOIlxOrDB/3qRKxF+3Ya lJ6NR5Lo7R/QYTpVw5hVM5WxiUe5ytTY42GKkTOGzeriYbHLL/1l3ZKIMgpop0l97d K/vWGnYE4k5FWbLO5qdZ/QlzcDTFhV7O75SxKkUMDG8XpAHNiLCOGUAgJGQQlKd/1A aSrhQRWgaThcB5aA7mc86eaSvrqtNi+tIqCMWxJIZhLO/7CaaL8lhNiZ/TiTFW9R5f +g1uB6VjXsuotecCbO8L5DN4UvuvaHcc0YfFdx6Q+aSjK2BY8Vv3PYle+XeSRaQM4j q0X13GuhF/OjQ== From: Pratyush Yadav To: l00580197 Cc: Alexander Graf , Mike Rapoport , Pasha Tatashin , Pratyush Yadav , , , , Subject: Re: [PATCH] kho: test: clean up residual memory upon test_kho module unload In-Reply-To: <20260107022427.4114424-1-longwei27@huawei.com> (longwei27@huawei.com's message of "Wed, 7 Jan 2026 10:24:27 +0800") References: <20260107022427.4114424-1-longwei27@huawei.com> Date: Fri, 16 Jan 2026 17:14:37 +0000 Message-ID: <2vxzjyxh7a4i.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Jan 07 2026, l00580197 wrote: > From: Long Wei > > During the initialization phase, the test_kho module invokes the > kho_preserve_folio function, which internally configures bitmaps > within kho_mem_track and establishes chunk linked lists in KHO. > Upon unloading the test_kho module, it is necessary to clean up > these states. > > Signed-off-by: Long Wei Reviewed-by: Pratyush Yadav [...] -- Regards, Pratyush Yadav