diff for duplicates of <20161013002020.3062-5-lstoakes@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 4fbd1fc..e5b5c36 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,7 +34,7 @@ index 381bb07..81b6749 100644 int locked; + unsigned int gup_flags = 0; - if (nr_frames == 0) + if (nr_frames = 0) return 0; + if (write) @@ -100,9 +100,3 @@ index 7e27add..842cfdd 100644 EXPORT_SYMBOL(get_user_pages_locked); -- 2.10.0 - --- -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/N1/content_digest index 348348c..2c39694 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020161013002020.3062-1-lstoakes@gmail.com\0" "From\0Lorenzo Stoakes <lstoakes@gmail.com>\0" "Subject\0[PATCH 04/10] mm: replace get_user_pages_locked() write/force parameters with gup_flags\0" - "Date\0Thu, 13 Oct 2016 01:20:14 +0100\0" + "Date\0Thu, 13 Oct 2016 00:20:14 +0000\0" "To\0linux-mm@kvack.org\0" "Cc\0Linus Torvalds <torvalds@linux-foundation.org>" Jan Kara <jack@suse.cz> @@ -68,7 +68,7 @@ " \tint locked;\n" "+\tunsigned int gup_flags = 0;\n" " \n" - " \tif (nr_frames == 0)\n" + " \tif (nr_frames = 0)\n" " \t\treturn 0;\n" " \n" "+\tif (write)\n" @@ -133,12 +133,6 @@ " }\n" " EXPORT_SYMBOL(get_user_pages_locked);\n" "-- \n" - "2.10.0\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>" + 2.10.0 -d2e863c3248ef0c938ae7bdbe6497ce2159b2d4ca9fe0098d5478beb3b9542a8 +f5fbb17f4126aaf6a33b1222fb0fb6102716b8d756f53383fcbfe83dfc5f1991
diff --git a/a/1.txt b/N2/1.txt index 4fbd1fc..e2186e4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -100,9 +100,3 @@ index 7e27add..842cfdd 100644 EXPORT_SYMBOL(get_user_pages_locked); -- 2.10.0 - --- -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 348348c..dd65062 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -29,7 +29,12 @@ linux-samsung-soc@vger.kernel.org linux-scsi@vger.kernel.org linux-security-module@vger.kernel.org - " linux-sh@vger.kerne\0" + linux-sh@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + netdev@vger.kernel.org + sparclinux@vger.kernel.org + x86@kernel.org + " Lorenzo Stoakes <lstoakes@gmail.com>\0" "\00:1\0" "b\0" "This patch removes the write and force parameters from get_user_pages_locked()\n" @@ -133,12 +138,6 @@ " }\n" " EXPORT_SYMBOL(get_user_pages_locked);\n" "-- \n" - "2.10.0\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>" + 2.10.0 -d2e863c3248ef0c938ae7bdbe6497ce2159b2d4ca9fe0098d5478beb3b9542a8 +96231391a31fa45f1ffd30d5be41f19d5848b7b1e25427a4ed9793df3e55fe80
diff --git a/a/1.txt b/N3/1.txt index 4fbd1fc..e2186e4 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -100,9 +100,3 @@ index 7e27add..842cfdd 100644 EXPORT_SYMBOL(get_user_pages_locked); -- 2.10.0 - --- -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/N3/content_digest index 348348c..9d7c562 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,35 +1,8 @@ "ref\020161013002020.3062-1-lstoakes@gmail.com\0" - "From\0Lorenzo Stoakes <lstoakes@gmail.com>\0" + "From\0lstoakes@gmail.com (Lorenzo Stoakes)\0" "Subject\0[PATCH 04/10] mm: replace get_user_pages_locked() write/force parameters with gup_flags\0" "Date\0Thu, 13 Oct 2016 01:20:14 +0100\0" - "To\0linux-mm@kvack.org\0" - "Cc\0Linus Torvalds <torvalds@linux-foundation.org>" - Jan Kara <jack@suse.cz> - Hugh Dickins <hughd@google.com> - Dave Hansen <dave.hansen@linux.intel.com> - Rik van Riel <riel@redhat.com> - Mel Gorman <mgorman@techsingularity.net> - Andrew Morton <akpm@linux-foundation.org> - adi-buildroot-devel@lists.sourceforge.net - ceph-devel@vger.kernel.org - dri-devel@lists.freedesktop.org - intel-gfx@lists.freedesktop.org - kvm@vger.kernel.org - linux-alpha@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-cris-kernel@axis.com - linux-fbdev@vger.kernel.org - linux-fsdevel@vger.kernel.org - linux-ia64@vger.kernel.org - linux-kernel@vger.kernel.org - linux-media@vger.kernel.org - linux-mips@linux-mips.org - linux-rdma@vger.kernel.org - linux-s390@vger.kernel.org - linux-samsung-soc@vger.kernel.org - linux-scsi@vger.kernel.org - linux-security-module@vger.kernel.org - " linux-sh@vger.kerne\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "This patch removes the write and force parameters from get_user_pages_locked()\n" @@ -133,12 +106,6 @@ " }\n" " EXPORT_SYMBOL(get_user_pages_locked);\n" "-- \n" - "2.10.0\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>" + 2.10.0 -d2e863c3248ef0c938ae7bdbe6497ce2159b2d4ca9fe0098d5478beb3b9542a8 +47a4573a6ee0b7222378f5918f59ddbb79e0221d704f7315e72955e529fe2e9b
diff --git a/a/content_digest b/N4/content_digest index 348348c..a4b5dfe 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -29,7 +29,12 @@ linux-samsung-soc@vger.kernel.org linux-scsi@vger.kernel.org linux-security-module@vger.kernel.org - " linux-sh@vger.kerne\0" + linux-sh@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + netdev@vger.kernel.org + sparclinux@vger.kernel.org + x86@kernel.org + " Lorenzo Stoakes <lstoakes@gmail.com>\0" "\00:1\0" "b\0" "This patch removes the write and force parameters from get_user_pages_locked()\n" @@ -141,4 +146,4 @@ "see: http://www.linux-mm.org/ .\n" "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -d2e863c3248ef0c938ae7bdbe6497ce2159b2d4ca9fe0098d5478beb3b9542a8 +2e836d8426e7b21723128bb2e134bc393bc7457bb32ee66726b6a99734d1a46a
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.