commit | e182c570e9953859aee5cb016583217d9e68ea18 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 12 01:56:04 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 13 15:22:59 2015 +0200 |
tree | 164ab952496dd7af944150f5ddc77fa9dbc4ba4d | |
parent | 99975cc6ada0d5f2675e83abecae05aba5f437d2 [diff] |
x86/uaccess: fix sparse errors virtio wants to read bitwise types from userspace using get_user. At the moment this triggers sparse errors, since the value is passed through an integer. Fix that up using __force. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de>