From: Linus Torvalds Date: Sat, 25 Sep 2021 18:31:48 +0000 (-0700) Subject: Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: Ubuntu-5.15.0-12.12~1714 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a5e0aceabef618e2bb3d96c096002d8326d46a83;p=mirror_ubuntu-jammy-kernel.git Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs Pull erofs fixes from Gao Xiang: "Two bugfixes to fix the 4KiB blockmap chunk format availability and a dangling pointer usage. There is also a trivial cleanup to clarify compacted_2b if compacted_4b_initial > totalidx. Summary: - fix the dangling pointer use in erofs_lookup tracepoint - fix unsupported chunk format check - zero out compacted_2b if compacted_4b_initial > totalidx" * tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs: erofs: clear compacted_2b if compacted_4b_initial > totalidx erofs: fix misbehavior of unsupported chunk format check erofs: fix up erofs_lookup tracepoint --- a5e0aceabef618e2bb3d96c096002d8326d46a83