Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 02:12:26 +0000 (18:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 02:12:26 +0000 (18:12 -0800)
commit6f3625006b157c5a460970ca4d651b100bfa67bf
tree324afccda64dc1e6ccc629d03a647a5d0320bef9
parentb5f66ba2d07180706ffa10df07f202335df190f1
parent2b872b0f466d2acb4491da845c66b49246d5cdf9
Merge tag 'erofs-for-6.8-rc1-fixes' of git://git./linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:

 - Fix a "BUG: kernel NULL pointer dereference" issue due to
   inconsistent on-disk indices of compressed inodes against
   per-sb `available_compr_algs` generated by Syzkaller

 - Don't use certain unnecessary folio_*() helpers if the folio
   type (page cache) is known

* tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: Don't use certain unnecessary folio_*() functions
  erofs: fix inconsistent per-file compression format
fs/erofs/decompressor.c
fs/erofs/zmap.c