mbox series

[git,pull] epoll fixup

Message ID 20200902153747.GL1236603@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] epoll fixup | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.epoll

Message

Al Viro Sept. 2, 2020, 3:37 p.m. UTC
Fixup for epoll regression; there's a better solution longer term,
but this is the least intrusive fix.

The following changes since commit 52c479697c9b73f628140dcdfcd39ea302d05482:

  do_epoll_ctl(): clean the failure exits up a bit (2020-08-22 18:25:52 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.epoll

for you to fetch changes up to 77f4689de17c0887775bb77896f4cc11a39bf848:

  fix regression in "epoll: Keep a reference on files added to the check list" (2020-09-02 11:30:48 -0400)

----------------------------------------------------------------
Al Viro (1):
      fix regression in "epoll: Keep a reference on files added to the check list"

 fs/eventpoll.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Marc Zyngier Sept. 2, 2020, 3:54 p.m. UTC | #1
On 2020-09-02 16:37, Al Viro wrote:
> Fixup for epoll regression; there's a better solution longer term,
> but this is the least intrusive fix.
> 
> The following changes since commit 
> 52c479697c9b73f628140dcdfcd39ea302d05482:
> 
>   do_epoll_ctl(): clean the failure exits up a bit (2020-08-22 18:25:52 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.epoll
> 
> for you to fetch changes up to 
> 77f4689de17c0887775bb77896f4cc11a39bf848:
> 
>   fix regression in "epoll: Keep a reference on files added to the
> check list" (2020-09-02 11:30:48 -0400)
> 
> ----------------------------------------------------------------
> Al Viro (1):
>       fix regression in "epoll: Keep a reference on files added to the
> check list"
> 
>  fs/eventpoll.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Cheers for that Al. I'll take care of the stable backports.

Thanks,

         M.
pr-tracker-bot@kernel.org Sept. 2, 2020, 8:08 p.m. UTC | #2
The pull request you sent on Wed, 2 Sep 2020 16:37:47 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.epoll

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/54e54d58184e34887cc40d0bc83720dbaf57db1a

Thank you!