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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 76CACC433E0 for ; Tue, 19 May 2020 22:48:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D7D4207C4 for ; Tue, 19 May 2020 22:48:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728148AbgESWsd (ORCPT ); Tue, 19 May 2020 18:48:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726536AbgESWsd (ORCPT ); Tue, 19 May 2020 18:48:33 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46955C061A0E for ; Tue, 19 May 2020 15:48:33 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jbB2E-00C3mh-KO; Tue, 19 May 2020 22:48:30 +0000 Date: Tue, 19 May 2020 23:48:30 +0100 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git fix Message-ID: <20200519224830.GV23230@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 -stable fodder - copy_fdtable() would get screwed on 64bit boxen with sysctl_nr_open raised to 512M or higher, which became possible since 2.6.25; nobody sane would set the things up that way, but... The following changes since commit b0d3869ce9eeacbb1bbd541909beeef4126426d5: propagate_one(): mnt_set_mountpoint() needs mount_lock (2020-04-27 10:37:14 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to 4e89b7210403fa4a8acafe7c602b6212b7af6c3b: fix multiplication overflow in copy_fdtable() (2020-05-19 18:29:36 -0400) ---------------------------------------------------------------- Al Viro (1): fix multiplication overflow in copy_fdtable() fs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)