]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Oct 2025 14:58:00 +0000 (04:58 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Oct 2025 14:58:00 +0000 (04:58 -1000)
commit250a17e8f9555f5c5207581068ebfa2aa1f540a2
treef8e825ec933f7f2ed492e2ccbfacd6b31f803819
parent9ea7460217423f07febe273307a5f3b6b1303b29
parent2a13fc417f493e28bdd368785320dd4c2b3d732e
Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:
 "Just three small fixes to address fuzzed images in relatively new
  features, as reported by Robert.

   - Hardening against fuzzed encoded extents

   - Fix infinite loops due to crafted subpage compact indexes

   - Improve z_erofs_extent_lookback()"

* tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: consolidate z_erofs_extent_lookback()
  erofs: avoid infinite loops due to corrupted subpage compact indexes
  erofs: fix crafted invalid cases for encoded extents