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)
commitdbd380bbffc81f64afeb24c6188fb6889d431a80
tree57eef06740eebe0b9793449ca6ee8dd12edbcbfd
parentdb1fd3fc06420e983c2854c09f0260a66aa8dcc0
parentfb4554c2232e44d595920f4d5c66cf8f7d13f9bc
Merge branch 'fixes' of git://git./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