----- Ursprüngliche Mail -----
> Von: "Andreas Gruenbacher" <agrue...@redhat.com>
> An: "Christoph Hellwig" <h...@infradead.org>, "Darrick" 
> <darrick.w...@oracle.com>
> CC: "Andreas Gruenbacher" <agrue...@redhat.com>, "torvalds" 
> <torva...@linux-foundation.org>, "linux-kernel"
> <linux-ker...@vger.kernel.org>, "Al Viro" <v...@zeniv.linux.org.uk>, "Jeff 
> Layton" <jlay...@kernel.org>, "Sage Weil"
> <s...@redhat.com>, "Ilya Dryomov" <idryo...@gmail.com>, "tytso" 
> <ty...@mit.edu>, "Andreas Dilger"
> <adilger.ker...@dilger.ca>, "Jaegeuk Kim" <jaeg...@kernel.org>, "Chao Yu" 
> <c...@kernel.org>, linux-...@vger.kernel.org,
> "linux-fsdevel" <linux-fsde...@vger.kernel.org>, "richard" <rich...@nod.at>, 
> "Artem Bityutskiy" <dedeki...@gmail.com>,
> "Adrian Hunter" <adrian.hun...@intel.com>, ceph-de...@vger.kernel.org, 
> linux-e...@vger.kernel.org,
> linux-f2fs-devel@lists.sourceforge.net, "linux-mtd" 
> <linux-...@lists.infradead.org>, "Chris Mason" <c...@fb.com>, "Josef
> Bacik" <jo...@toxicpanda.com>, "David Sterba" <dste...@suse.com>, 
> "linux-btrfs" <linux-bt...@vger.kernel.org>
> Gesendet: Freitag, 29. November 2019 15:20:45
> Betreff: [PATCH v2] fs: Fix page_mkwrite off-by-one errors

> The check in block_page_mkwrite meant to determine whether an offset is
> within the inode size is off by one.  This bug has spread to
> iomap_page_mkwrite and to several filesystems (ubifs, ext4, f2fs, ceph).
> To fix that, introduce a new page_mkwrite_check_truncate helper that
> checks for truncate and computes the bytes in the page up to EOF, and
> use that helper in the above mentioned filesystems and in btrfs.
> 
> Signed-off-by: Andreas Gruenbacher <agrue...@redhat.com>

Thank you for fixing UBIFS!

Acked-by: Richard Weinberger <rich...@nod.at>

Thanks,
//richard


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to