From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:40614 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480AbeDUMV4 (ORCPT ); Sat, 21 Apr 2018 08:21:56 -0400 Received: by mail-pf0-f196.google.com with SMTP id a26so522813pfi.7 for ; Sat, 21 Apr 2018 05:21:55 -0700 (PDT) From: Harsh Shandilya To: stable@vger.kernel.org Cc: Harsh Shandilya Subject: [PATCH 0/3] 4.17-rc1 stable tagged ext4 patches for 3.18.y Date: Sat, 21 Apr 2018 17:51:45 +0530 Message-Id: <20180421122145.19137-1-harsh@prjkt.io> In-Reply-To: <20180420222612.18881-1-harsh@prjkt.io> References: <20180420222612.18881-1-harsh@prjkt.io> Sender: stable-owner@vger.kernel.org List-ID: I've dropped one of the initial 4 patches since it required a dependency patch that was ~250 lines in size and not really suitable for -stable. Theodore Ts'o (3): ext4: add validity checks for bitmap block numbers ext4: fail ext4_iget for root directory if unallocated ext4: don't allow r/w mounts if metadata blocks overlap the superblock fs/ext4/balloc.c | 16 ++++++++++++++-- fs/ext4/ialloc.c | 8 +++++++- fs/ext4/inode.c | 6 ++++++ fs/ext4/super.c | 6 ++++++ 4 files changed, 33 insertions(+), 3 deletions(-) -- 2.15.0.2308.g658a28aa74af