https://github.com/torvalds/linux
Revision cbee7c8b4485fb876895b82ddba19ae4e2e2d102 authored by Linus Torvalds on 07 March 2020, 14:04:54 UTC, committed by Linus Torvalds on 07 March 2020, 14:04:54 UTC
Pull xen fixes from Juergen Gross:
 "Four fixes and a small cleanup patch:

   - two fixes by Dongli Zhang fixing races in the xenbus driver

   - two fixes by me fixing issues introduced in 5.6

   - a small cleanup by Gustavo Silva replacing a zero-length array with
     a flexible-array"

* tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen/blkfront: fix ring info addressing
  xen/xenbus: fix locking
  xenbus: req->err should be updated before req->state
  xenbus: req->body should be updated before req->state
  xen: Replace zero-length array with flexible-array member
2 parent s fa883d6 + 4ab50af
History
Tip revision: cbee7c8b4485fb876895b82ddba19ae4e2e2d102 authored by Linus Torvalds on 07 March 2020, 14:04:54 UTC
Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Tip revision: cbee7c8

back to top