diff for duplicates of <54627512.7060806@intel.com> diff --git a/a/1.txt b/N1/1.txt index 1262abf..74d283b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On 11/11/2014 10:27 AM, Thomas Gleixner wrote: >> ret = cmpxchg(addr) >> if (!ret) >> break; ->> if (ret = -EFAULT) +>> if (ret == -EFAULT) >> get_user_pages(addr); >> } >> diff --git a/a/content_digest b/N1/content_digest index f7219e7..0306067 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\0alpine.DEB.2.11.1411111213450.3935@nanos\0" "From\0Dave Hansen <dave.hansen@intel.com>\0" "Subject\0Re: [PATCH v9 11/12] x86, mpx: cleanup unused bound tables\0" - "Date\0Tue, 11 Nov 2014 20:44:02 +0000\0" + "Date\0Tue, 11 Nov 2014 12:44:02 -0800\0" "To\0Thomas Gleixner <tglx@linutronix.de>\0" "Cc\0Qiaowei Ren <qiaowei.ren@intel.com>" H. Peter Anvin <hpa@zytor.com> @@ -27,7 +27,7 @@ ">> \tret = cmpxchg(addr)\n" ">> \tif (!ret)\n" ">> \t\tbreak;\n" - ">> \tif (ret = -EFAULT)\n" + ">> \tif (ret == -EFAULT)\n" ">> \t\tget_user_pages(addr);\n" ">> }\n" ">>\n" @@ -56,4 +56,4 @@ "\n" Whew. Fixing it was getting nasty and complicated. :) -cd8607e4d1580d89372f48fcc5663b9fd48b64ecdbd9c83e9ccfcea3559418d4 +2e1a85898ad4bd43f4ca696c6bae93e56aad126c953a5dac1d616420f816218e
diff --git a/a/1.txt b/N2/1.txt index 1262abf..70aaf2d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ On 11/11/2014 10:27 AM, Thomas Gleixner wrote: >> ret = cmpxchg(addr) >> if (!ret) >> break; ->> if (ret = -EFAULT) +>> if (ret == -EFAULT) >> get_user_pages(addr); >> } >> @@ -36,3 +36,9 @@ have not looked in to it in detail at all. > about GUP at all :( Whew. Fixing it was getting nasty and complicated. :) + +-- +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 f7219e7..509f221 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,7 +5,7 @@ "ref\0alpine.DEB.2.11.1411111213450.3935@nanos\0" "From\0Dave Hansen <dave.hansen@intel.com>\0" "Subject\0Re: [PATCH v9 11/12] x86, mpx: cleanup unused bound tables\0" - "Date\0Tue, 11 Nov 2014 20:44:02 +0000\0" + "Date\0Tue, 11 Nov 2014 12:44:02 -0800\0" "To\0Thomas Gleixner <tglx@linutronix.de>\0" "Cc\0Qiaowei Ren <qiaowei.ren@intel.com>" H. Peter Anvin <hpa@zytor.com> @@ -27,7 +27,7 @@ ">> \tret = cmpxchg(addr)\n" ">> \tif (!ret)\n" ">> \t\tbreak;\n" - ">> \tif (ret = -EFAULT)\n" + ">> \tif (ret == -EFAULT)\n" ">> \t\tget_user_pages(addr);\n" ">> }\n" ">>\n" @@ -54,6 +54,12 @@ "> But yes, this might solve most of the issues at hand. Did not think\n" "> about GUP at all :(\n" "\n" - Whew. Fixing it was getting nasty and complicated. :) + "Whew. Fixing it was getting nasty and complicated. :)\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>" -cd8607e4d1580d89372f48fcc5663b9fd48b64ecdbd9c83e9ccfcea3559418d4 +105fe9f31b8027bdec0aae33f298fc034a1b30b20def71e0ccd6e78fa33e75a4
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.