diff for duplicates of <55B79B7F.9010604@suse.cz> diff --git a/a/1.txt b/N1/1.txt index 2b3854a..55ade17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ Note that the second call shouldn't change (i.e. munlock) existing vma's just because MCL_CURRENT is not present. The current implementation doesn't do that thanks to the following in do_mlockall(): - if (flags == MCL_FUTURE) + if (flags = MCL_FUTURE) goto out; before current vma's are processed and MCL_CURRENT is checked. This is diff --git a/a/content_digest b/N1/content_digest index aabd3d7..76af0f3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\020150728134942.GB2407@akamai.com\0" "From\0Vlastimil Babka <vbabka@suse.cz>\0" "Subject\0Re: [PATCH V5 0/7] Allow user to request memory to be locked on page fault\0" - "Date\0Tue, 28 Jul 2015 17:10:55 +0200\0" + "Date\0Tue, 28 Jul 2015 15:10:55 +0000\0" "To\0Eric B Munson <emunson@akamai.com>" " Michal Hocko <mhocko@kernel.org>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" @@ -56,7 +56,7 @@ "just because MCL_CURRENT is not present. The current implementation \n" "doesn't do that thanks to the following in do_mlockall():\n" "\n" - " if (flags == MCL_FUTURE)\n" + " if (flags = MCL_FUTURE)\n" " goto out;\n" "\n" "before current vma's are processed and MCL_CURRENT is checked. This is \n" @@ -90,4 +90,4 @@ "skeletons. Maybe it was an unnoticed regression and we can restore some \n" sanity? -6a8f39d784def798cf0ca47538bf36bbcf294996bc2eedc5a961c33b9d81c4e0 +c516856a27b9676758214b08098eac702d213fb8295e1c625d04c3430d3e939c
diff --git a/a/1.txt b/N2/1.txt index 2b3854a..0bd787d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -60,3 +60,9 @@ will clear VM_LOCKED from def_flags if MCL_FUTURE is not passed. So And not documented in manpage. Oh crap, this API is a closet full of skeletons. Maybe it was an unnoticed regression and we can restore some sanity? + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index aabd3d7..4000552 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -88,6 +88,12 @@ "*it's different* from how it handles MCL_CURRENT (as explained above). \n" "And not documented in manpage. Oh crap, this API is a closet full of \n" "skeletons. Maybe it was an unnoticed regression and we can restore some \n" - sanity? + "sanity?\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -6a8f39d784def798cf0ca47538bf36bbcf294996bc2eedc5a961c33b9d81c4e0 +85b342aba79b678e2d30bb299d0017ed56bf5e7ff4a84eac4eea2d25370b4096
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.