summaryrefslogtreecommitdiffstats
path: root/include/linux/sched/coredump.h
diff options
context:
space:
mode:
authorRalph Campbell <rcampbell@nvidia.com>2020-10-13 16:53:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-29 09:55:15 +0100
commit2761fff65fbf59cd77346fc63b76f651cf0f97d2 (patch)
tree6cd060728435009ef9e37c0c8869b3b62e0f5647 /include/linux/sched/coredump.h
parentd74d61d90babd63b2fc953fbf0ce5f4fe2d47cf0 (diff)
downloadlinux-stable-2761fff65fbf59cd77346fc63b76f651cf0f97d2.tar.gz
linux-stable-2761fff65fbf59cd77346fc63b76f651cf0f97d2.tar.bz2
linux-stable-2761fff65fbf59cd77346fc63b76f651cf0f97d2.zip
mm/memcg: fix device private memcg accounting
[ Upstream commit 9a137153fc8798a89d8fce895cd0a06ea5b8e37c ] The code in mc_handle_swap_pte() checks for non_swap_entry() and returns NULL before checking is_device_private_entry() so device private pages are never handled. Fix this by checking for non_swap_entry() after handling device private swap PTEs. I assume the memory cgroup accounting would be off somehow when moving a process to another memory cgroup. Currently, the device private page is charged like a normal anonymous page when allocated and is uncharged when the page is freed so I think that path is OK. Signed-off-by: Ralph Campbell <rcampbell@nvidia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@kernel.org> Cc: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: Jerome Glisse <jglisse@redhat.com> Cc: Balbir Singh <bsingharora@gmail.com> Cc: Ira Weiny <ira.weiny@intel.com> Link: https://lkml.kernel.org/r/20201009215952.2726-1-rcampbell@nvidia.com xFixes: c733a82874a7 ("mm/memcontrol: support MEMORY_DEVICE_PRIVATE") Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/sched/coredump.h')
0 files changed, 0 insertions, 0 deletions