]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 May 2022 00:02:25 +0000 (14:02 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 May 2022 00:02:25 +0000 (14:02 -1000)
commit1fa2adb74c7b239fd75db49bf3293ce3253d8627
tree57eef06740eebe0b9793449ca6ee8dd12edbcbfd
parentbf6a1450030d4b252c6fe5ccbdc868877a726ef7
parent8544130d396312de4530a67c1f929cb1c1fa1a9d
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc fixes from Al Viro:
 "vhost race fix and a percpu_ref_init-caused cgroup double-free fix.

  The latter had manifested as buggered struct mount refcounting - those
  are also using percpu data structures, but anything that does percpu
  allocations could be hit"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Fix double fget() in vhost_net_set_backend()
  percpu_ref_init(): clean ->percpu_count_ref on failure