From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:40306 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753211AbeDUUHq (ORCPT ); Sat, 21 Apr 2018 16:07:46 -0400 Date: Sat, 21 Apr 2018 16:07:44 -0400 From: "Theodore Y. Ts'o" To: Harsh Shandilya Cc: stable@vger.kernel.org Subject: Re: [PATCH 3/3] ext4: don't allow r/w mounts if metadata blocks overlap the superblock Message-ID: <20180421200744.GB2984@thunk.org> References: <20180420222612.18881-4-harsh@prjkt.io> <20180421122927.19842-1-harsh@prjkt.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180421122927.19842-1-harsh@prjkt.io> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Apr 21, 2018 at 05:59:27PM +0530, Harsh Shandilya wrote: > From: Theodore Ts'o > > Commit 18db4b4e6fc31eda838dd1c1296d67dbcb3dc957 upstream. Thanks for resending with the upstream commit. Could you include in the future the kernel version the backport is meant for in the subject line, e.g: [PATCH 3.18.y 3/3] ext4: don't allow r/w mounts if metadata blocks or [PATCH 4.9.y 3/3] ext4: don't allow r/w mounts if metadata blocks Thanks!! - Ted