Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 14:04:54 +0000 (08:04 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Mar 2020 14:04:54 +0000 (08:04 -0600)
commitcbee7c8b4485fb876895b82ddba19ae4e2e2d102
tree4f3fac5090b301f8561c6e3f3f356cc494fc5194
parentfa883d6afb158c3c9bf33262272da3b6f0489742
parent4ab50af63d2eb5da5c1571f8518948514f535782
Merge tag 'for-linus-5.6b-rc5-tag' of git://git./linux/kernel/git/xen/tip

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