commit | d4fce2e20ffed59eb5db7780fcbbb0a21decef74 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 02 10:37:08 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 02 10:37:08 2020 -0700 |
tree | c9758caf4be5cfcec23fab563f4dd90224141304 | |
parent | db23baa28eb1f93df1fc175a419e7ffe5b6f1582 [diff] | |
parent | 3701cb59d892b88d569427586f01491552f377b1 [diff] |
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