diff for duplicates of <571921F5.2080007@tronnes.org> diff --git a/a/1.txt b/N1/1.txt index a512166..7d9630b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -123,7 +123,7 @@ static int fb_deferred_io_mkwrite(struct vm_area_struct *vma, through a new pte. this new access can cause the mkwrite even when the original ps's pte is marked writable */ - if (unlikely(cur = page)) + if (unlikely(cur == page)) goto page_already_added; else if (cur->index > page->index) break; @@ -166,3 +166,8 @@ static void fb_deferred_io_work(struct work_struct *work) Noralf. + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index 3f7d76e..a714091 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01461165929-11344-5-git-send-email-noralf@tronnes.org\0" "From\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" "Subject\0Re: [PATCH 4/8] drm/fb-helper: Add fb_deferred_io support\0" - "Date\0Thu, 21 Apr 2016 18:54:45 +0000\0" + "Date\0Thu, 21 Apr 2016 20:54:45 +0200\0" "To\0dri-devel@lists.freedesktop.org" " linux-fbdev@vger.kernel.org\0" "Cc\0tomi.valkeinen@ti.com" @@ -135,7 +135,7 @@ " through a new pte. this new access can cause the\n" " mkwrite even when the original ps's pte is marked\n" " writable */\n" - " if (unlikely(cur = page))\n" + " if (unlikely(cur == page))\n" " goto page_already_added;\n" " else if (cur->index > page->index)\n" " break;\n" @@ -177,6 +177,11 @@ "}\n" "\n" "\n" - Noralf. + "Noralf.\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -1461709d472d5e2814595b3fdaf16f83b471ed788daab54b66d938f31f693e8c +b20e7a3a45f3cfd80ded938158bced469bf497c15de8920afbc1c58ac8b78618
diff --git a/a/1.txt b/N2/1.txt index a512166..7fe4044 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -123,7 +123,7 @@ static int fb_deferred_io_mkwrite(struct vm_area_struct *vma, through a new pte. this new access can cause the mkwrite even when the original ps's pte is marked writable */ - if (unlikely(cur = page)) + if (unlikely(cur == page)) goto page_already_added; else if (cur->index > page->index) break; diff --git a/a/content_digest b/N2/content_digest index 3f7d76e..c07d3ac 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,11 +2,12 @@ "ref\01461165929-11344-5-git-send-email-noralf@tronnes.org\0" "From\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" "Subject\0Re: [PATCH 4/8] drm/fb-helper: Add fb_deferred_io support\0" - "Date\0Thu, 21 Apr 2016 18:54:45 +0000\0" + "Date\0Thu, 21 Apr 2016 20:54:45 +0200\0" "To\0dri-devel@lists.freedesktop.org" " linux-fbdev@vger.kernel.org\0" - "Cc\0tomi.valkeinen@ti.com" + "Cc\0daniel@ffwll.ch" laurent.pinchart@ideasonboard.com + tomi.valkeinen@ti.com " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" @@ -135,7 +136,7 @@ " through a new pte. this new access can cause the\n" " mkwrite even when the original ps's pte is marked\n" " writable */\n" - " if (unlikely(cur = page))\n" + " if (unlikely(cur == page))\n" " goto page_already_added;\n" " else if (cur->index > page->index)\n" " break;\n" @@ -179,4 +180,4 @@ "\n" Noralf. -1461709d472d5e2814595b3fdaf16f83b471ed788daab54b66d938f31f693e8c +e76558a55630ab0f30886972dadc729f72dabdd8d6baa1c13bf329c8d88e9bf5
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.