]> 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)
commit4ec5422cad0bff17dfadb9c957b61f4616e63bb3
tree57eef06740eebe0b9793449ca6ee8dd12edbcbfd
parent11f33056d414c342edeb693e60341d24467acdd2
parentf21f3d122da510dad9e2d3bc3a27eb1f32c5fd07
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