diff options
| author | Johannes Weiner <[email protected]> | 2021-08-20 02:04:27 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-08-20 18:31:42 +0000 |
| commit | 57f29762cdd4687a02f245d1b1e78de046388eac (patch) | |
| tree | 618d4ae22167aef73c1cb0cd605ff244fcd43326 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | mm/hwpoison: retry with shake_page() for unhandlable pages (diff) | |
| download | kernel-57f29762cdd4687a02f245d1b1e78de046388eac.tar.gz kernel-57f29762cdd4687a02f245d1b1e78de046388eac.zip | |
mm: vmscan: fix missing psi annotation for node_reclaim()
In a debugging session the other day, Rik noticed that node_reclaim()
was missing memstall annotations. This means we'll miss pressure and
lost productivity resulting from reclaim on an overloaded local NUMA
node when vm.zone_reclaim_mode is enabled.
There haven't been any reports, but that's likely because
vm.zone_reclaim_mode hasn't been a commonly used feature recently, and
the intersection between such setups and psi users is probably nil.
But secondary memory such as CXL-connected DIMMS, persistent memory etc,
and the page demotion patches that handle them
(https://lore.kernel.org/lkml/[email protected]/)
could soon make this a more common codepath again.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Johannes Weiner <[email protected]>
Reported-by: Rik van Riel <[email protected]>
Reviewed-by: Shakeel Butt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions
