2015-08-28 09:23, Stephen Hemminger: > These are some recently found bug fixes for virtio driver. > > Stephen Hemminger (3): > virtio: don't report link state feature unless available > virtio: fix Coverity unsigned warnings > virtio: fix possible NULL dereference > > drivers/net/virtio/virtio_ethdev.c | 20 +- > drivers/net/virtio/virtio_ethdev.c.orig | 1577 > +++++++++++++++++++++++++++++++ > drivers/net/virtio/virtio_ring.h | 4 +- > drivers/net/virtio/virtio_rxtx.c | 4 +-
Applied without virtio_ethdev.c.orig and without the 3rd patch duplicated by Bernard. Thanks