All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix enqueueing vnet header in discontiguous decs buffer
@ 2018-04-30  9:35 Maxime Coquelin
  2018-04-30  9:35 ` [PATCH 1/2] examples/vhost: fix header copy to discontiguous desc buffer Maxime Coquelin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maxime Coquelin @ 2018-04-30  9:35 UTC (permalink / raw)
  To: dev, jianfeng.tan, tiwei.bie, john.mcnamara; +Cc: stable, Maxime Coquelin

This series fixes copying virtio net header to discontiguous descriptor
buffer in VA space.

The issue was spotted by Coverity for examples/vhost, but same issue
was present in vhost-user library.

Maxime Coquelin (2):
  examples/vhost: fix header copy to discontiguous desc buffer
  vhost: fix header copy to discontiguous desc buffer

 examples/vhost/virtio_net.c   | 2 +-
 lib/librte_vhost/virtio_net.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-04 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30  9:35 [PATCH 0/2] Fix enqueueing vnet header in discontiguous decs buffer Maxime Coquelin
2018-04-30  9:35 ` [PATCH 1/2] examples/vhost: fix header copy to discontiguous desc buffer Maxime Coquelin
2018-04-30  9:35 ` [PATCH 2/2] vhost: " Maxime Coquelin
2018-05-04 15:14 ` [PATCH 0/2] Fix enqueueing vnet header in discontiguous decs buffer Maxime Coquelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.