From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f67.google.com ([74.125.83.67]:43951 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455AbeDTW0X (ORCPT ); Fri, 20 Apr 2018 18:26:23 -0400 Received: by mail-pg0-f67.google.com with SMTP id f132so4568241pgc.10 for ; Fri, 20 Apr 2018 15:26:22 -0700 (PDT) From: Harsh Shandilya To: stable@vger.kernel.org Cc: Harsh Shandilya Subject: [PATCH 0/4] 4.17-rc1 stable tagged ext4 patches for 3.18.y Date: Sat, 21 Apr 2018 03:56:08 +0530 Message-Id: <20180420222612.18881-1-harsh@prjkt.io> Sender: stable-owner@vger.kernel.org List-ID: These are all the ext4 patches that were tagged for -stable and failed to apply to 3.18.y. Side note: Patch e15dc99dbb9c ("ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation") which was tagged for -stable is not required on 3.18.y so I have skipped the backport. Theodore Ts'o (4): 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 ext4: force revalidation of directory pointer after seekdir(2) fs/ext4/balloc.c | 16 ++++++++++++++-- fs/ext4/dir.c | 8 +++++--- fs/ext4/ialloc.c | 7 +++++++ fs/ext4/inode.c | 6 ++++++ fs/ext4/super.c | 6 ++++++ 5 files changed, 38 insertions(+), 5 deletions(-) -- 2.15.0.2308.g658a28aa74af