[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1d7b94b1-f20f-f68c-8aa2-cfd2f3786b91@fb.com>
Date: Thu, 25 Aug 2016 08:38:45 -0600
From: Jens Axboe <axboe@...com>
To: Andrey Ryabinin <aryabinin@...tuozzo.com>,
Alexander Viro <viro@...iv.linux.org.uk>
CC: <linux-fsdevel@...r.kernel.org>,
Maxim Patlasov <mpatlasov@...tuozzo.com>,
Christoph Hellwig <hch@....de>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fs/block_dev: fix potential NULL ptr deref in
freeze_bdev()
On 08/23/2016 09:55 AM, Andrey Ryabinin wrote:
> Calling freeze_bdev() twice on the same block device without mounted
> filesystem get_super() will return NULL, which will lead to NULL-ptr
> dereference later in drop_super().
>
> Check get_super() result to fix that.
>
> Note, that this is a purely theoretical issue. We have only 3
> freeze_bdev() callers. 2 of them are in filesystem code and used on a
> device with mounted fs. The third one in lock_fs() has protection in
> upper-layer code against freezing block device the second time without
> thawing it first.
Applied, thanks.
--
Jens Axboe
Powered by blists - more mailing lists