[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161126193107.yy4fmkiliqeyz7uy@thunk.org>
Date: Sat, 26 Nov 2016 14:31:07 -0500
From: Theodore Ts'o <tytso@....edu>
To: Andreas Dilger <adilger@...ger.ca>
Cc: Eric Sandeen <sandeen@...hat.com>,
"linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>,
shuwang@...hat.com
Subject: Re: [PATCH] ext4: fix mmp use after free during unmount
On Thu, Oct 20, 2016 at 02:26:38PM -0600, Andreas Dilger wrote:
> On Oct 20, 2016, at 12:19 PM, Eric Sandeen <sandeen@...hat.com> wrote:
> >
> > In ext4_put_super, we call brelse on the buffer head containing
> > the ext4 superblock, but then try to use it when we stop the
> > mmp thread, because when the thread shuts down it does:
> >
> > write_mmp_block
> > ext4_mmp_csum_set
> > ext4_has_metadata_csum
> > WARN_ON_ONCE(ext4_has_feature_metadata_csum(sb)...)
> >
> > which reaches into sb->s_fs_info->s_es->s_feature_ro_compat,
> > which lives in the superblock buffer s_sbh which we just released.
> >
> > Fix this by moving the brelse down to a point where we are no
> > longer using it.
> >
> > Reported-by: Wang Shu <shuwang@...hat.com>
> > Signed-off-by: Eric Sandeen <sandeen@...hat.com>
>
> Reviewed-by: Andreas Dilger <adilger@...ger.ca>
Applied, thanks.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists