summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2017-05-03 14:55:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-05-03 15:52:11 -0700
commit82a2481e8e2832a19869a7e826e2e7b44420493e (patch)
tree2b91c56d310a77f493f067f582c9b89468b9e3ab /samples
parent5e451be75ca51dd45a77a6409a30a0de39dc15c8 (diff)
downloadlinux-82a2481e8e2832a19869a7e826e2e7b44420493e.tar.gz
linux-82a2481e8e2832a19869a7e826e2e7b44420493e.tar.bz2
linux-82a2481e8e2832a19869a7e826e2e7b44420493e.zip
mm/memory-failure.c: add page flag description in error paths
It helps to provide page flag description along with the raw value in error paths during soft offline process. From sample experiments Before the patch: soft offline: 0x6100: migration failed 1, type 3ffff800008018 soft offline: 0x7400: migration failed 1, type 3ffff800008018 After the patch: soft offline: 0x5900: migration failed 1, type 3ffff800008018 (uptodate|dirty|head) soft offline: 0x6c00: migration failed 1, type 3ffff800008018 (uptodate|dirty|head) Link: http://lkml.kernel.org/r/20170409023829.10788-1-khandual@linux.vnet.ibm.com Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions