On Wed, Oct 30, 2013 at 11:07:29PM +0400, Cyrill Gorcunov wrote: > On Wed, Oct 30, 2013 at 11:45:21AM -0700, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > > > The patch below does not apply to the 3.11-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > Like this? > --- > From: Cyrill Gorcunov <gorcunov@xxxxxxxxx> > Subject: [PATCH] mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages > > If a page we are inspecting is in swap we may occasionally report it as > having soft dirty bit (even if it is clean). The pte_soft_dirty helper > should be called on present pte only. > > Backport of e9cdd6e771580e6ff872e5c64e8b766972c7d1bc > > Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx> > --- > fs/proc/task_mmu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, that worked for 3.11, so I'm guessing 3.10 doesn't need this? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html