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 B94D0C433DF for ; Thu, 21 May 2020 14:13:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9367F206D4 for ; Thu, 21 May 2020 14:13:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729531AbgEUONX (ORCPT ); Thu, 21 May 2020 10:13:23 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:42325 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726973AbgEUONX (ORCPT ); Thu, 21 May 2020 10:13:23 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04LEChtF018113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 May 2020 10:12:44 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 6527F420304; Thu, 21 May 2020 10:12:43 -0400 (EDT) Date: Thu, 21 May 2020 10:12:43 -0400 From: "Theodore Y. Ts'o" To: Linus Torvalds Cc: linux-ext4@vger.kernel.org, Ritesh Harjani , Christoph Hellwig Subject: [GIT PULL] fixes for 5.7 Message-ID: <20200521141243.GA2942212@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd: Linux 5.7-rc4 (2020-05-03 14:56:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/fiemap-regression-fix for you to fetch changes up to 959f7584512941a614113bfddb41b6812214169d: ext4: fix fiemap size checks for bitmap files (2020-05-19 15:03:37 -0400) ---------------------------------------------------------------- Fix regression in ext4's FIEMAP handling introduced in v5.7-rc1 ---------------------------------------------------------------- Christoph Hellwig (1): ext4: fix fiemap size checks for bitmap files Ritesh Harjani (1): ext4: fix EXT4_MAX_LOGICAL_BLOCK macro fs/ext4/ext4.h | 2 +- fs/ext4/extents.c | 31 +++++++++++++++++++++++++++++++ fs/ext4/ioctl.c | 33 ++------------------------------- 3 files changed, 34 insertions(+), 32 deletions(-)