https://github.com/torvalds/linux
Revision 64ec45bff6b3dade2643ed4c0f688a15ecf46ea2 authored by Linus Torvalds on 19 December 2014, 04:50:30 UTC, committed by Linus Torvalds on 19 December 2014, 04:50:30 UTC
Pull virtio fixes from Michael S Tsirkin:
 "virtio 1.0 related fixes

  Most importantly, this fixes using virtio_pci as a module.

  Further, the big virtio 1.0 conversion missed a couple of places.
  This fixes them up.

  This isn't 100% sparse-clean yet because on many architectures
  get_user triggers sparse warnings when used with __bitwise tag (when
  same tag is on both pointer and value read).

  I posted a patchset to fix it up by adding __force on all arches that
  don't already have it (many do), when that's merged these warnings
  will go away"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  virtio_pci: restore module attributes
  mic/host: fix up virtio 1.0 APIs
  vringh: update for virtio 1.0 APIs
  vringh: 64 bit features
  tools/virtio: add virtio 1.0 in vringh_test
  tools/virtio: add virtio 1.0 in virtio_test
  tools/virtio: enable -Werror
  tools/virtio: 64 bit features
  tools/virtio: fix vringh test
  tools/virtio: more stubs
  virtio: core support for config generation
  virtio_pci: add VIRTIO_PCI_NO_LEGACY
  virtio_pci: move probe to common file
  virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
  virtio_config: fix virtio_cread_bytes
  virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore
2 parent s c0f486f + 5ff1611
History
Tip revision: 64ec45bff6b3dade2643ed4c0f688a15ecf46ea2 authored by Linus Torvalds on 19 December 2014, 04:50:30 UTC
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Tip revision: 64ec45b
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 279 bytes
af_can.c -rw-r--r-- 23.7 KB
af_can.h -rw-r--r-- 4.2 KB
bcm.c -rw-r--r-- 39.2 KB
gw.c -rw-r--r-- 24.7 KB
proc.c -rw-r--r-- 15.8 KB
raw.c -rw-r--r-- 18.4 KB

back to top