Revision 0bacbe528e26422e424d110ebda4ec68ea0fd5eb authored by Al Viro on 02 February 2016, 02:28:05 UTC, committed by Al Viro on 20 February 2016, 05:15:51 UTC
It forgets kunmap() on a failure exit, but there's really no point keeping
the page kmapped at all - after all, what we are doing is a bunch of memcpy()
into the parts of page, so kmap_atomic()/kunmap_atomic() just around those
memcpy() is enough.

Spotted-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 0e9a7da
History
File Mode Size
inject_fault.sh -rwxr-xr-x 1001 bytes

back to top