]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d617a2d62984a4428c00f9523af90ba7c00f196
tree4f3fac5090b301f8561c6e3f3f356cc494fc5194
parent832916e1ca4a6cb8d84c14c86bc6b81cc4a3dd48
parentb64bbb2e6828689b6f2067a40b850d0ff757b6dd
Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/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