linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] virtio_ring: fix errors to make virtio tools
@ 2021-07-14  2:28 Cai Huoqing
  2021-07-14  2:28 ` [PATCH 1/2] virtio_ring: fix error - unknown type name 'spinlock_t' Cai Huoqing
  2021-07-14  2:28 ` [PATCH 2/2] virtio_ring: fix error - 'prev' and 'head_flags' may be used uninitialized in this function Cai Huoqing
  0 siblings, 2 replies; 4+ messages in thread
From: Cai Huoqing @ 2021-07-14  2:28 UTC (permalink / raw)
  To: sgarzare, mst, jasowang; +Cc: virtualization, linux-kernel, Cai Huoqing

the errors occurs when run "make virtio" in linux/tools

Cai Huoqing (2):
  virtio_ring: fix error - unknown type name 'spinlock_t'
  virtio_ring: fix error - 'prev' and 'head_flags' may be used
    uninitialized in this function

 drivers/virtio/virtio_ring.c | 6 +++---
 include/linux/vringh.h       | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

--
2.25.1


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

end of thread, other threads:[~2021-07-19  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  2:28 [PATCH 0/2] virtio_ring: fix errors to make virtio tools Cai Huoqing
2021-07-14  2:28 ` [PATCH 1/2] virtio_ring: fix error - unknown type name 'spinlock_t' Cai Huoqing
2021-07-19  5:14   ` Cai,Huoqing
2021-07-14  2:28 ` [PATCH 2/2] virtio_ring: fix error - 'prev' and 'head_flags' may be used uninitialized in this function Cai Huoqing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).