From: Linus Torvalds Date: Wed, 18 Jan 2023 17:50:23 +0000 (-0800) Subject: Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang... X-Git-Tag: v6.6.17~5739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fbad44dddf560ba03e247352e8040992c7e95e8;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'erofs-for-6.2-rc5' of git://git./linux/kernel/git/xiang/erofs Pull erofs fixes from Gao Xiang: "Two patches fixes issues reported by syzbot, one fixes a missing `domain_id` mount option in documentation and a minor cleanup: - Fix wrong iomap->length calculation post EOF, which could cause a WARN_ON in iomap_iter_done() (Siddh) - Fix improper kvcalloc() use with __GFP_NOFAIL (me) - Add missing `domain_id` mount option in documentation (Jingbo) - Clean up fscache option parsing (Jingbo)" * tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs: erofs: clean up parsing of fscache related options erofs: add documentation for 'domain_id' mount option erofs: fix kvcalloc() misuse with __GFP_NOFAIL erofs/zmap.c: Fix incorrect offset calculation --- 5fbad44dddf560ba03e247352e8040992c7e95e8