On 2024/7/12 11:30, Hugh Dickins wrote:
In looking through a "git log -p --reverse v6.10-rc6..HEAD"
of mm-everything, I just noticed a small anomaly in mm-stable:
ac90c56bbd73 "mm/ksm: refactor out try_to_merge_with_zero_page()"
modifies mm/hugetlb.c! undoing a oneliner which had been folded-merged into
003af997c8a9 "hugetlb: force allocating surplus hugepages on mempolicy allowed nodes"
which comes just before it.
Yeah, it's strange, that commit I sent should just change ksm.c
https://lore.kernel.org/lkml/20240621-b4-ksm-scan-optimize-v2-1-1c328aa9e30b@xxxxxxxxx/
Signed-off-by: Chengming Zhou <chengming.zhou@xxxxxxxxx>
---
mm/ksm.c | 70
++++++++++++++++++++++++++++++++++++----------------------------
1 file changed, 40 insertions(+), 30 deletions(-)