mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat
@ 2026-08-21  6:40 Enlin Mu
  2026-08-21  7:07 ` Barry Song
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Enlin Mu @ 2026-08-21  6:40 UTC (permalink / raw)
  To: akpm, kasong, qi.zheng, shakeel.butt, baohua, axelrasmussen,
	yuanchu, weixugc, hannes, david, mhocko, ljs, linux-mm,
	linux-kernel, enlin.mu, enlin.mu

In balance_pgdat(), when the low watermark is met, processes sleeping on
pfmemalloc_wait are woken up because they are able to safely make forward
progress.

However, the comment incorrectly states "they should not be able",
which contradicts the actual code behavior. Fix this typo to accurately
reflect the logic.

No functional changes are introduced.

Signed-off-by: Enlin Mu <enlin.mu@unisoc.com>
Signed-off-by: Enlin Mu <enlin.mu@linux.dev>
---
 mm/vmscan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 35c3bb15ae96..8c4766b4c29c 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -7188,7 +7188,7 @@ static int balance_pgdat(pg_data_t *pgdat, int order, int highest_zoneidx)
 
 		/*
 		 * If the low watermark is met there is no need for processes
-		 * to be throttled on pfmemalloc_wait as they should not be
+		 * to be throttled on pfmemalloc_wait as they should now be
 		 * able to safely make forward progress. Wake them
 		 */
 		if (waitqueue_active(&pgdat->pfmemalloc_wait) &&
-- 
2.39.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat
  2026-08-21  6:40 [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat Enlin Mu
@ 2026-08-21  7:07 ` Barry Song
  2026-08-24 19:59 ` Johannes Weiner
  2026-08-24 20:05 ` Shakeel Butt
  2 siblings, 0 replies; 4+ messages in thread
From: Barry Song @ 2026-08-21  7:07 UTC (permalink / raw)
  To: Enlin Mu
  Cc: akpm, kasong, qi.zheng, shakeel.butt, axelrasmussen, yuanchu,
	weixugc, hannes, david, mhocko, ljs, linux-mm, linux-kernel,
	enlin.mu

On Fri, Aug 21, 2026 at 2:41 PM Enlin Mu <enlin.mu@linux.dev> wrote:
>
> In balance_pgdat(), when the low watermark is met, processes sleeping on
> pfmemalloc_wait are woken up because they are able to safely make forward
> progress.
>
> However, the comment incorrectly states "they should not be able",
> which contradicts the actual code behavior. Fix this typo to accurately
> reflect the logic.
>
> No functional changes are introduced.
>
> Signed-off-by: Enlin Mu <enlin.mu@unisoc.com>
> Signed-off-by: Enlin Mu <enlin.mu@linux.dev>

Thanks to Johannes for pointing out the "not" and "now" issues in v1.

I followed Johannes's comments. I also feel that the patch looks good.

Reviewed-by: Barry Song <baohua@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat
  2026-08-21  6:40 [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat Enlin Mu
  2026-08-21  7:07 ` Barry Song
@ 2026-08-24 19:59 ` Johannes Weiner
  2026-08-24 20:05 ` Shakeel Butt
  2 siblings, 0 replies; 4+ messages in thread
From: Johannes Weiner @ 2026-08-24 19:59 UTC (permalink / raw)
  To: Enlin Mu
  Cc: akpm, kasong, qi.zheng, shakeel.butt, baohua, axelrasmussen,
	yuanchu, weixugc, david, mhocko, ljs, linux-mm, linux-kernel,
	enlin.mu

On Fri, Aug 21, 2026 at 02:40:57PM +0800, Enlin Mu wrote:
> In balance_pgdat(), when the low watermark is met, processes sleeping on
> pfmemalloc_wait are woken up because they are able to safely make forward
> progress.
> 
> However, the comment incorrectly states "they should not be able",
> which contradicts the actual code behavior. Fix this typo to accurately
> reflect the logic.
> 
> No functional changes are introduced.
> 
> Signed-off-by: Enlin Mu <enlin.mu@unisoc.com>
> Signed-off-by: Enlin Mu <enlin.mu@linux.dev>

Looks good, thanks for updating the patch.

Acked-by: Johannes Weiner <hannes@cmpxchg.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat
  2026-08-21  6:40 [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat Enlin Mu
  2026-08-21  7:07 ` Barry Song
  2026-08-24 19:59 ` Johannes Weiner
@ 2026-08-24 20:05 ` Shakeel Butt
  2 siblings, 0 replies; 4+ messages in thread
From: Shakeel Butt @ 2026-08-24 20:05 UTC (permalink / raw)
  To: Enlin Mu
  Cc: akpm, kasong, qi.zheng, baohua, axelrasmussen, yuanchu, weixugc,
	hannes, david, mhocko, ljs, linux-mm, linux-kernel, enlin.mu

On Fri, Aug 21, 2026 at 02:40:57PM +0800, Enlin Mu wrote:
> In balance_pgdat(), when the low watermark is met, processes sleeping on
> pfmemalloc_wait are woken up because they are able to safely make forward
> progress.
> 
> However, the comment incorrectly states "they should not be able",
> which contradicts the actual code behavior. Fix this typo to accurately
> reflect the logic.
> 
> No functional changes are introduced.
> 
> Signed-off-by: Enlin Mu <enlin.mu@unisoc.com>
> Signed-off-by: Enlin Mu <enlin.mu@linux.dev>

Acked-by: Shakeel Butt <shakeel.butt@linux.dev>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-24 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21  6:40 [PATCH v2] mm/vmscan: fix comment logic in balance_pgdat Enlin Mu
2026-08-21  7:07 ` Barry Song
2026-08-24 19:59 ` Johannes Weiner
2026-08-24 20:05 ` Shakeel Butt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®