On (07/27/17 04:40), Nadav Amit wrote: [..] > --- a/mm/debug.c > +++ b/mm/debug.c > @@ -159,7 +159,7 @@ void dump_mm(const struct mm_struct *mm) > mm->numa_next_scan, mm->numa_scan_offset, mm->numa_scan_seq, > #endif > #if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION) > - mm->tlb_flush_pending, > + atomic_read(&mm->tlb_flush_pending), > #endif can we use mm_tlb_flush_pending() here and get rid of ifdef-s? /* I understand that this a -stable patch, so we can do it in a separate patch. */ -ss