[0/3] Fixes and cleanups to break_down_buddy_pages in

Message ID 20230810095309.3109107-1-shikemeng@huaweicloud.com
Headers
Series Fixes and cleanups to break_down_buddy_pages in |

Message

Kemeng Shi Aug. 10, 2023, 9:53 a.m. UTC
  Hi all, this series contains one bugfix and two cleanups to
break_down_buddy_pages in page_alloc.
Patch 1 corrects page forward in case guard page debug is enabled. Patch
2 and 3 remove unnecessary check and local variable.
More details can be found in respective patches. Thanks!

Kemeng Shi (3):
  mm/page_alloc: correct start page when guard page debug is enabled
  mm/page_alloc: remove unnecessary check in break_down_buddy_pages
  mm/page_alloc: remove unnecessary next_page in break_down_buddy_pages

 mm/page_alloc.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)