mbox series

[mm-unstable,0/4] mm: fixes for userspace hugepage collapse, v7

Message ID 20220720140603.1958773-1-zokeefe@google.com (mailing list archive)
Headers show
Series mm: fixes for userspace hugepage collapse, v7 | expand

Message

Zach O'Keefe July 20, 2022, 2:05 p.m. UTC
Hey Andrew,

These are a few requested cleanups for the "mm: userspace hugepage collapse, v7"
series[1] currently in mm-unstable.  Please considering squashing them into the
v7 series.  Note that https://lkml.kernel.org/r/Ys4aTRqWIbjNs1mI@google.com is
still outstanding, and that the series is incomplete until a suitable resolution
is reached there.

Thanks, and apologies for the multiple fixes / adjustments required here.
Zach

[1] https://lore.kernel.org/linux-mm/20220706235936.2197195-1-zokeefe@google.com/


Zach O'Keefe (4):
  mm/khugepaged: Use minimal bits to store num page < HPAGE_PMD_NR
  mm/khugepaged: consistently order cc->is_khugepaged and pte_* checks
  mm/khugepaged: delay computation of hpage boundaries until use
  Revert "mm/madvise: add huge_memory:mm_madvise_collapse tracepoint"

 include/trace/events/huge_memory.h | 22 ----------
 mm/khugepaged.c                    | 64 +++++++++++++++++-------------
 2 files changed, 37 insertions(+), 49 deletions(-)