]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Jul 2019 00:31:19 +0000 (17:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Jul 2019 00:31:19 +0000 (17:31 -0700)
commit6fdc2a762543586067e7f3c67e2a65a10f362c56
tree8a3c882dcddc89175efb93236b6f57036165eb88
parent61ff7cc7e42e1bbc1af47545cadf9115e70cb7db
parent716f032506c88ce8c5a9a24c6e3b2b2eca659335
Merge tag '9p-for-5.3' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:
 "Two small fixes to properly cleanup the 9p transports list if
  virtio/xen module initialization fail.

  9p might otherwise try to access memory from a module that failed to
  register got freed"

* tag '9p-for-5.3' of git://github.com/martinetd/linux:
  9p/xen: Add cleanup path in p9_trans_xen_init
  9p/virtio: Add cleanup path in p9_virtio_init
net/9p/trans_virtio.c
net/9p/trans_xen.c