2021-01-15 14:15:08

by Tang Yizhou

[permalink] [raw]
Subject: [PATCH v2] mm, oom: Fix a comment in dump_task

If p is a kthread, it will be checked in oom_unkillable_task() so
we can delete the corresponding comment.

Signed-off-by: Tang Yizhou <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Shakeel Butt <[email protected]>
Cc: Michal Hocko <[email protected]>
---
v2: Update Cc list
mm/oom_kill.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 04b19b7b5435..9f043ad29554 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -395,9 +395,8 @@ static int dump_task(struct task_struct *p, void *arg)
task = find_lock_task_mm(p);
if (!task) {
/*
- * This is a kthread or all of p's threads have already
- * detached their mm's. There's no need to report
- * them; they can't be oom killed anyway.
+ * All of p's threads have already detached their mm's. There's
+ * no need to report them; they can't be oom killed anyway.
*/
return 0;
}
--
2.22.0


2021-01-15 19:49:10

by David Rientjes

[permalink] [raw]
Subject: Re: [PATCH v2] mm, oom: Fix a comment in dump_task

On Fri, 15 Jan 2021, Tang Yizhou wrote:

> If p is a kthread, it will be checked in oom_unkillable_task() so
> we can delete the corresponding comment.
>
> Signed-off-by: Tang Yizhou <[email protected]>

Acked-by: David Rientjes <[email protected]>

2021-01-18 09:31:26

by Michal Hocko

[permalink] [raw]
Subject: Re: [PATCH v2] mm, oom: Fix a comment in dump_task

On Fri 15-01-21 22:23:14, Tang Yizhou wrote:
> If p is a kthread, it will be checked in oom_unkillable_task() so
> we can delete the corresponding comment.
>
> Signed-off-by: Tang Yizhou <[email protected]>
> Cc: David Rientjes <[email protected]>
> Cc: KOSAKI Motohiro <[email protected]>
> Cc: Shakeel Butt <[email protected]>
> Cc: Michal Hocko <[email protected]>

Yes, this is outdated for a long time. Thanks
Acked-by: Michal Hocko <[email protected]>

> ---
> v2: Update Cc list
> mm/oom_kill.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/mm/oom_kill.c b/mm/oom_kill.c
> index 04b19b7b5435..9f043ad29554 100644
> --- a/mm/oom_kill.c
> +++ b/mm/oom_kill.c
> @@ -395,9 +395,8 @@ static int dump_task(struct task_struct *p, void *arg)
> task = find_lock_task_mm(p);
> if (!task) {
> /*
> - * This is a kthread or all of p's threads have already
> - * detached their mm's. There's no need to report
> - * them; they can't be oom killed anyway.
> + * All of p's threads have already detached their mm's. There's
> + * no need to report them; they can't be oom killed anyway.
> */
> return 0;
> }
> --
> 2.22.0

--
Michal Hocko
SUSE Labs