commit | c11f7749f1fc9bad6b1f0e073de08fa996f21cc3 | [log] [tgz] |
---|---|---|
author | Hailong liu <[email protected]> | Tue Jan 12 15:49:08 2021 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Sat Jan 30 13:55:19 2021 +0100 |
tree | 5eebab63460739f3d8c39d7ef81a9e640731a19b | |
parent | c6fd968f58439398b765300aecd7758d501ee49c [diff] |
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint commit ce8f86ee94fabcc98537ddccd7e82cfd360a4dc5 upstream. The trace point *trace_mm_page_alloc_zone_locked()* in __rmqueue() does not currently cover all branches. Add the missing tracepoint and check the page before do that. [[email protected]: use IS_ENABLED() to suppress warning] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Hailong liu <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> Cc: Ivan Babrou <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>