Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214835
| From | Vlastimil Babka <vbabka@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mm, migrate: count pages failing all retries in vmstat and tracepoint |
| Date | 2015-08-27 23:40 +0200 |
| Message-ID | <q2d3P-8eQ-9@gated-at.bofh.it> (permalink) |
| References | <q26lH-72W-5@gated-at.bofh.it> <q2cAO-7GI-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 27.8.2015 23:02, David Rientjes wrote: > On Thu, 27 Aug 2015, Vlastimil Babka wrote: > >> Migration tries up to 10 times to migrate pages that return -EAGAIN until it >> gives up. If some pages fail all retries, they are counted towards the number >> of failed pages that migrate_pages() returns. They should also be counted in >> the /proc/vmstat pgmigrate_fail and in the mm_migrate_pages tracepoint. >> >> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> > > Acked-by: David Rientjes <rientjes@google.com> Thanks. > I assume nothing else other than stats and tracepoints are affected by > this and this isn't a critical bugfix :) Yep, no stable needed :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] mm, migrate: count pages failing all retries in vmstat and tracepoint Vlastimil Babka <vbabka@suse.cz> - 2015-08-27 16:30 +0200
Re: [PATCH] mm, migrate: count pages failing all retries in vmstat and tracepoint David Rientjes <rientjes@google.com> - 2015-08-27 23:10 +0200
Re: [PATCH] mm, migrate: count pages failing all retries in vmstat and tracepoint Vlastimil Babka <vbabka@suse.cz> - 2015-08-27 23:40 +0200
csiph-web