Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701612
| From | Minchan Kim <minchan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 4/4] mm: fix KSM data corruption |
| Date | 2017-08-02 03:00 +0200 |
| Message-ID | <u9Qb0-2LB-17@gated-at.bofh.it> (permalink) |
| References | <u9ynL-7J1-5@gated-at.bofh.it> <u9ynL-7J1-9@gated-at.bofh.it> <u9Lbk-89a-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Andrea, On Tue, Aug 01, 2017 at 09:33:41PM +0200, Andrea Arcangeli wrote: > Hello, > > On Tue, Aug 01, 2017 at 02:56:17PM +0900, Minchan Kim wrote: > > CPU0 CPU1 CPU2 CPU3 > > ---- ---- ---- ---- > > Write the same > > value on page > > > > [cache PTE as > > dirty in TLB] > > > > MADV_FREE > > pte_mkclean() > > > > 4 > clear_refs > > pte_wrprotect() > > > > write_protect_page() > > [ success, no flush ] > > > > pages_indentical() > > [ ok ] > > > > Write to page > > different value > > > > [Ok, using stale > > PTE] > > > > replace_page() > > > > Later, CPU1, CPU2 and CPU3 would flush the TLB, but that is too late. CPU0 > > already wrote on the page, but KSM ignored this write, and it got lost. > > " > > > > In above scenario, MADV_FREE is fixed by changing TLB batching API > > including [set|clear]_tlb_flush_pending. Remained thing is soft-dirty part. > > > > This patch changes soft-dirty uses TLB batching API instead of flush_tlb_mm > > and KSM checks pending TLB flush by using mm_tlb_flush_pending so that > > it will flush TLB to avoid data lost if there are other parallel threads > > pending TLB flush. > > > > [1] http://lkml.kernel.org/r/BD3A0EBE-ECF4-41D4-87FA-C755EA9AB6BD@gmail.com > > > > Note: > > I failed to reproduce this problem through Nadav's test program which > > need to tune timing in my system speed so didn't confirm it work. > > Nadav, Could you test this patch on your test machine? > > Reviewed-by: Andrea Arcangeli <aarcange@redhat.com> Thanks for the review!
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 4/4] mm: fix KSM data corruption Minchan Kim <minchan@kernel.org> - 2017-08-01 08:00 +0200
Re: [PATCH v2 4/4] mm: fix KSM data corruption Nadav Amit <nadav.amit@gmail.com> - 2017-08-01 21:30 +0200
Re: [PATCH v2 4/4] mm: fix KSM data corruption Minchan Kim <minchan@kernel.org> - 2017-08-02 03:00 +0200
Re: [PATCH v2 4/4] mm: fix KSM data corruption Andrea Arcangeli <aarcange@redhat.com> - 2017-08-01 21:40 +0200
Re: [PATCH v2 4/4] mm: fix KSM data corruption Minchan Kim <minchan@kernel.org> - 2017-08-02 03:00 +0200
csiph-web