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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30818C43334 for ; Sun, 5 Jun 2022 19:14:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345235AbiFETNv (ORCPT ); Sun, 5 Jun 2022 15:13:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234938AbiFETNt (ORCPT ); Sun, 5 Jun 2022 15:13:49 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94859338A1; Sun, 5 Jun 2022 12:13:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=WBgWj2o0rQ0VeqJ5O4/YRTbEP3jJViaoLrQNykDYgME=; b=pqgq3feGVSSZNKPyYlgsCuptPZ MysECDtrrFOhWvuwVLpVb9Cblclr3zir/9LzkSA+lFglzrNrUIHq4EjSrMlsQRvmXWpCwab8hl5IA XbjfaqRzda9HaxNR6XffEP5/bsQDWNKUIGEfue5cjn5PtfIVGr75zytCMocjS9RfD6T3UgNHIPQcT j1roe7IezegXnJ+Qj8UYoBpa/SUVFbXyH0BdhNoWOzvO3Hs0rBtdJFD6P22BItcjAmR7hmYFYfpmw SSDT3T1FClzKUkEIBXXxcrwteHomJUtTjPVDH/nqO6pe7gzL11OYQ6RyKpd8hHRSJGOxPqfv2/xqR 8skhsOdQ==; Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nxvh4-003qoa-Bh; Sun, 05 Jun 2022 19:13:46 +0000 Date: Sun, 5 Jun 2022 19:13:46 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] work.fd fix Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [BTW, what conventions are generally used for pull tag names?] The following changes since commit 6319194ec57b0452dcda4589d24c4e7db299c5bf: Unify the primitives for file descriptor closing (2022-05-14 18:49:01 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.fd-fixes for you to fetch changes up to 40a1926022d128057376d35167128a7c74e3dca4: fix the breakage in close_fd_get_file() calling conventions change (2022-06-05 15:03:03 -0400) ---------------------------------------------------------------- fix for breakage in #work.fd this window Signed-off-by: Al Viro ---------------------------------------------------------------- Al Viro (1): fix the breakage in close_fd_get_file() calling conventions change drivers/android/binder.c | 2 ++ fs/file.c | 3 +-- fs/io_uring.c | 5 +---- 3 files changed, 4 insertions(+), 6 deletions(-)