From: Jeremy Fitzhardinge Date: Tue, 17 Nov 2009 22:08:54 +0000 (-0800) Subject: drm: make sure page protections are updated after changing vm_flags X-Git-Tag: v2.6.32~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79cc304f3e2fda202242036326afb2aeca486156;p=pandora-kernel.git drm: make sure page protections are updated after changing vm_flags Some architectures compute ->vm_page_prot depending on ->vm_flags, so we need to update the protections after adjusting the flags. AFAIK this only affects running X under Xen; without this patch you get lots of coloured blobs on the screen, or maybe a complete lockup. Or anything really. But that still depends on lots of out-of-tree stuff, so I don't think there are any consequences for anyone else. But it is wrong in principle. Reported-by: Jan Beulich Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed