lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 21 Sep 2020 09:14:06 +0000
From:   "Zhang, Qiang" <Qiang.Zhang@...driver.com>
To:     Johannes Thumshirn <Johannes.Thumshirn@....com>,
        "clm@...com" <clm@...com>,
        "josef@...icpanda.com" <josef@...icpanda.com>,
        "dsterba@...e.com" <dsterba@...e.com>,
        "syzbot+582e66e5edf36a22c7b0@...kaller.appspotmail.com" 
        <syzbot+582e66e5edf36a22c7b0@...kaller.appspotmail.com>
CC:     "linux-btrfs@...r.kernel.org" <linux-btrfs@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: 回复: [PATCH] btrfs: Fix missing close devices



________________________________________
发件人: Johannes Thumshirn <Johannes.Thumshirn@....com>
发送时间: 2020年9月21日 16:52
收件人: Zhang, Qiang; clm@...com; josef@...icpanda.com; dsterba@...e.com
抄送: linux-btrfs@...r.kernel.org; linux-kernel@...r.kernel.org
主题: Re: [PATCH] btrfs: Fix missing close devices

On 21/09/2020 10:27, qiang.zhang@...driver.com wrote:
> From: Zqiang <qiang.zhang@...driver.com>
>
> When the btrfs fill super error, we should first close devices and
> then call deactivate_locked_super func to free fs_info.
>
> Signed-off-by: Zqiang <qiang.zhang@...driver.com>
> ---
>  fs/btrfs/super.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
> index 8840a4fa81eb..3bfd54e8f388 100644
> --- a/fs/btrfs/super.c
> +++ b/fs/btrfs/super.c
> @@ -1675,6 +1675,7 @@ static struct dentry *btrfs_mount_root(struct file_system_type *fs_type,
>               error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL);
>       security_free_mnt_opts(&new_sec_opts);
>       if (error) {
> +             btrfs_close_devices(fs_devices);
>               deactivate_locked_super(s);
>               return ERR_PTR(error);
>       }
>

>I think this is the fix for the syzkaller issue:
>Reported-by: syzbot+582e66e5edf36a22c7b0@...kaller.appspotmail.com

Please  try this patch.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ