From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7539BC433E7 for ; Wed, 2 Sep 2020 15:38:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B90E207EA for ; Wed, 2 Sep 2020 15:38:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727122AbgIBPiP (ORCPT ); Wed, 2 Sep 2020 11:38:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726618AbgIBPhu (ORCPT ); Wed, 2 Sep 2020 11:37:50 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87971C061244; Wed, 2 Sep 2020 08:37:49 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDUpX-009Lvr-6d; Wed, 02 Sep 2020 15:37:47 +0000 Date: Wed, 2 Sep 2020 16:37:47 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Marc Zyngier Subject: [git pull] epoll fixup Message-ID: <20200902153747.GL1236603@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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(-)