linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tools/virtio: fix compilation
@ 2021-07-06 14:26 Eugenio Pérez
  2021-07-06 14:26 ` [PATCH 1/2] tools: Remove lockdep.h and its include from spinlock.h Eugenio Pérez
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eugenio Pérez @ 2021-07-06 14:26 UTC (permalink / raw)
  To: mst, linux-kernel
  Cc: Matthew Wilcox, Jason Wang, Stefano Garzarella, Yunsheng Lin

Virtio testing tools cannot build. Fixing.

Comments are welcome, specially in case I missed use of stub lockdep.h.

I couldn't try some of the tools, that already did not compile on 5.13:
gpio, liblockdep, selftests, bpf, tracing.

Eugenio Pérez (2):
  tools: Remove lockdep.h and its include from spinlock.h
  vringh: Include spinlock.h

 include/linux/vringh.h                   |  1 +
 tools/include/linux/spinlock.h           |  2 --
 tools/testing/radix-tree/linux/lockdep.h | 11 -----------
 3 files changed, 1 insertion(+), 13 deletions(-)
 delete mode 100644 tools/testing/radix-tree/linux/lockdep.h

-- 
2.27.0



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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 14:26 [PATCH 0/2] tools/virtio: fix compilation Eugenio Pérez
2021-07-06 14:26 ` [PATCH 1/2] tools: Remove lockdep.h and its include from spinlock.h Eugenio Pérez
2021-07-06 14:32   ` Matthew Wilcox
2021-07-06 14:26 ` [PATCH 2/2] vringh: Include spinlock.h Eugenio Pérez
2021-07-06 14:44   ` Stefano Garzarella
2021-07-07  3:18 ` [PATCH 0/2] tools/virtio: fix compilation Yunsheng Lin

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).