summaryrefslogtreecommitdiff
path: root/include/xen/hvm.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-11-28 08:52:20 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-01-10 13:58:20 +0100
commit71d3f6ef7f5af38dea2975ec5715c88bae92e92d (patch)
tree361b3d6472da7d3cf60ff5b8226e21b9c9216798 /include/xen/hvm.h
parenta121103c922847ba5010819a3f250f1f7fc84ab8 (diff)
drm/virtio: fix framebuffer sparse warning
virtio uses normal ram as backing storage for the framebuffer, so we should assign the address to new screen_buffer (added by commit 17a7b0b4d9749f80d365d7baff5dec2f54b0e992) instead of screen_base. Reported-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/xen/hvm.h')
0 files changed, 0 insertions, 0 deletions
rge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Pull namespace fixes from Eric Biederman: "This tree contains 4 fixes. The first is a fix for a race that can causes oopses under the right circumstances, and that someone just recently encountered. Past that are several small trivial correct fixes. A real issue that was blocking development of an out of tree driver, but does not appear to have caused any actual problems for in-tree code. A potential deadlock that was reported by lockdep. And a deadlock people have experienced and took the time to track down caused by a cleanup that removed the code to drop a reference count" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: sysctl: Drop reference added by grab_header in proc_sys_readdir pid: fix lockdep deadlock warning due to ucount_lock libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount mnt: Protect the mountpoint hashtable with mount_lock
Diffstat (limited to 'sound/pci/au88x0')