]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man2/: Add MPOL_WEIGHTED_INTERLEAVE documentation
authorSvetly Todorov <svetly.todorov@memverge.com>
Tue, 23 Apr 2024 23:36:56 +0000 (16:36 -0700)
committerAlejandro Colomar <alx@kernel.org>
Thu, 25 Apr 2024 23:04:04 +0000 (01:04 +0200)
commit92bf7eb59fd382914a92dcb8f4dacbb059f63cbc
treef937d962de20e9c788d19bf4f3d352c077ca9e37
parent07178952cc59516ba7ceb465c59d8a0f3da2b461
man2/: Add MPOL_WEIGHTED_INTERLEAVE documentation

Add documentation for the new MPOL_WEIGHTED_INTERLEAVE mode in the same
manual pages that mention MPOL_INTERLEAVE; namely, mbind(2),
set_mempolicy(2), and get_mempolicy(2).

Descriptions were based on the changes introduced in this patch:
<https://lore.kernel.org/all/20240202170238.90004-4-gregory.price@memverge.com/>

Which was upstreamed to 6.9 here:
<https://lore.kernel.org/linux-mm/20240313200532.34e4cff216acd3db8def4637@linux-foundation.org/>

Cc: gregory.price@memverge.com
Reviewed-by: "Huang, Ying" <ying.huang@intel.com>
Signed-off-by: Svetly Todorov <svetly.todorov@memverge.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/get_mempolicy.2
man2/mbind.2
man2/set_mempolicy.2