]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Oct 2020 17:37:08 +0000 (10:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Oct 2020 17:37:08 +0000 (10:37 -0700)
commit27c6f6b52fde1ee43e4cde6f7c5a5d1df7be5227
treec9758caf4be5cfcec23fab563f4dd90224141304
parent9c5d39c9753a31e801cb2f5ead2ed353ee3d7fcd
parent75e3d469b38441b6a9f4a920ab2da6cbacb8b7f5
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull epoll fixes from Al Viro:
 "Several race fixes in epoll"

* 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ep_create_wakeup_source(): dentry name can change under you...
  epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
  epoll: replace ->visited/visited_list with generation count
  epoll: do not insert into poll queues until all sanity checks are done