Commit 2b389a573b76 for kernel

commit 2b389a573b76f4e3e1e17654eeaced3eb48c2972
Merge: e4a9638a0b22 27f2d085bd72
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 5 08:28:10 2026 -0700

    Merge tag 'erofs-for-7.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

    Pull erofs fixes from Gao Xiang:

     - Fix a UAF of sbi->sync_decompress when compressed I/Os
       race with unmount

     - Fix a regression introduced this development cycle that
       incorrectly rejects multiple-algorithm images

    * tag 'erofs-for-7.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
      erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check()
      erofs: fix use-after-free on sbi->sync_decompress