[Bug 92845] [BSW clflush] igt/gem_partial_pwrite_pread subtests fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 12 08:41:14 PST 2016


https://bugs.freedesktop.org/show_bug.cgi?id=92845

--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
I've trimmed it down to

diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c
index 6000ad7..54683f9 100644
--- a/arch/x86/mm/pageattr.c
+++ b/arch/x86/mm/pageattr.c
@@ -141,6 +141,8 @@ void clflush_cache_range(void *vaddr, unsigned int size)
        for (; p < vend; p += clflush_size)
                clflushopt(p);

+       clflushopt(vaddr);
+
        mb();
 }
 EXPORT_SYMBOL_GPL(clflush_cache_range);

(with the proviso of converting us over to clflush_cache_range).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160112/b0b12826/attachment.html>


More information about the intel-gfx-bugs mailing list