https://github.com/torvalds/linux
Revision ea828131909d77ae3185991669ecc0152519ea1d authored by Linus Torvalds on 22 December 2015, 23:37:19 UTC, committed by Linus Torvalds on 22 December 2015, 23:37:19 UTC
Pull virtio fix from Michael Tsirkin:
 "This includes a single fix for virtio ccw error handling"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  virtio/s390: handle error values in irb
2 parent s de37937 + 74a599f
Raw File
Tip revision: ea828131909d77ae3185991669ecc0152519ea1d authored by Linus Torvalds on 22 December 2015, 23:37:19 UTC
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Tip revision: ea82813
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top