From patchwork Sun Apr 29 02:57:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 906240 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=mit.edu Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=thunk.org header.i=@thunk.org header.b="CbAYotyK"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40YXRL0lx2z9s1j for ; Sun, 29 Apr 2018 12:58:06 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751683AbeD2C5w (ORCPT ); Sat, 28 Apr 2018 22:57:52 -0400 Received: from imap.thunk.org ([74.207.234.97]:42258 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751662AbeD2C5v (ORCPT ); Sat, 28 Apr 2018 22:57:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=N62fQorBaJta2co9FOEwYQBA4RQ/jW+W/C5B5durYs8=; b=CbAYotyK8GWKkAfbRmE8GiPUMO BGOAZY4uJjHIaqgqewCyAE+ciPOIAHjm+5/xfiypxG1+xeB2yGi1guHl0Wnf/s6PhpKZ7wfiSVqxf AFciDHWuQOcnQgjT4PKAJGCesBBXlVzNrdJNOpAtQaCRMfa/8/rRrHSyBSmazjtGkEeo=; Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.89) (envelope-from ) id 1fCcX7-0007w2-U3; Sun, 29 Apr 2018 02:57:49 +0000 Received: by callcc.thunk.org (Postfix, from userid 15806) id 9E5EC7A5CE6; Sat, 28 Apr 2018 22:57:48 -0400 (EDT) Date: Sat, 28 Apr 2018 22:57:48 -0400 From: "Theodore Y. Ts'o" To: torvalds@linux-foundation.org Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ext4 fixes for 4.17-rc3 Message-ID: <20180429025748.GA9046@thunk.org> Mail-Followup-To: "Theodore Y. Ts'o" , torvalds@linux-foundation.org, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.5 (2018-04-13) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit e40ff213898502d299351cc2fe1e350cd186f0d3: ext4: force revalidation of directory pointer after seekdir(2) (2018-04-01 23:21:03 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/for_linus_stable for you to fetch changes up to 7ef79ad52136712172eb0525bf0b462516bf2f93: ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs (2018-04-26 00:44:46 -0400) ---------------------------------------------------------------- Fix misc. bugs and a regression for ext4. ---------------------------------------------------------------- Eric Biggers (1): ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS Lukas Czerner (1): ext4: fix bitmap position validation Theodore Ts'o (2): ext4: set h_journal if there is a failure starting a reserved handle ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs fs/ext4/balloc.c | 9 +++++---- fs/ext4/extents.c | 16 +++++++++++----- fs/ext4/super.c | 1 + fs/jbd2/transaction.c | 1 + 4 files changed, 18 insertions(+), 9 deletions(-)