]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'erofs-for-7.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 15:28:10 +0000 (08:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 15:28:10 +0000 (08:28 -0700)
commit2b389a573b76f4e3e1e17654eeaced3eb48c2972
tree9c40d69dd9f28a8c2866fd3699785d17d29c2ced
parente4a9638a0b2295fc6b69500b25d01510aa8d66ac
parent27f2d085bd72abe4235689d34d8654cfc876d568
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