All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Nikolay Borisov <nborisov@suse.com>
Cc: stable@vger.kernel.org, chao2.yu@samsung.com, jaegeuk@kernel.org,
	cm224.lee@samsung.com, Yunlei He <heyunlei@huawei.com>
Subject: Re: [PATCH 4.4] f2fs: fix a bug caused by NULL extent tree
Date: Wed, 28 Feb 2018 13:28:33 +0100	[thread overview]
Message-ID: <20180228122833.GB28076@kroah.com> (raw)
In-Reply-To: <1519730585-909-1-git-send-email-nborisov@suse.com>

On Tue, Feb 27, 2018 at 01:23:05PM +0200, Nikolay Borisov wrote:
> From: Yunlei He <heyunlei@huawei.com>
> 
> Thread A:					Thread B:
> 
> -f2fs_remount
>     -sbi->mount_opt.opt = 0;
> 						<--- -f2fs_iget
> 						         -do_read_inode
> 							     -f2fs_init_extent_tree
> 							         -F2FS_I(inode)->extent_tree is NULL
>         -default_options && parse_options
> 	    -remount return
> 						<---  -f2fs_map_blocks
> 						          -f2fs_lookup_extent_tree
>                                                               -f2fs_bug_on(sbi, !et);
> 
> The same problem with f2fs_new_inode.
> 
> Signed-off-by: Yunlei He <heyunlei@huawei.com>
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
> Signed-off-by: Nikolay Borisov <nborisov@suse.com>
> ---
> 
> Hello Greg, 
> 
> I would like to have upstream commit dad48e73127b ("f2fs: fix a bug
> caused by NULL extent tree") included in the 4.4 stable kernel. This is the 
> backport of it. 

It also needs to go to 4.9.y, right?

Can you provide a backport for that?

thanks,

greg k-h

  reply	other threads:[~2018-02-28 12:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27 11:23 [PATCH 4.4] f2fs: fix a bug caused by NULL extent tree Nikolay Borisov
2018-02-28 12:28 ` Greg KH [this message]
2018-02-28 13:46   ` [PATCH 4.9.y] " Nikolay Borisov
2018-02-28 14:44     ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180228122833.GB28076@kroah.com \
    --to=greg@kroah.com \
    --cc=chao2.yu@samsung.com \
    --cc=cm224.lee@samsung.com \
    --cc=heyunlei@huawei.com \
    --cc=jaegeuk@kernel.org \
    --cc=nborisov@suse.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.