]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2022 19:19:45 +0000 (15:19 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2022 19:19:45 +0000 (15:19 -0400)
commitd2ec799d1c1be847d6a70704fe586ac4d14265c8
treec9781a4d3bdaf86e8c30b9b7cbaf05f16255321d
parent53e99dcff61e1523ec1c3628b2d564ba15d32eb7
parent2f44013e39984c127c6efedf70e6b5f4e9dcf315
Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:

 - Fix return codes in erofs_fscache_{meta_,}read_folio error paths

 - Fix potential wrong pcluster sizes for later non-4K lclusters

 - Fix in-memory pcluster use-after-free on UP platforms

* tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: fix pcluster use-after-free on UP platforms
  erofs: avoid the potentially wrong m_plen for big pcluster
  erofs: fix error return code in erofs_fscache_{meta_,}read_folio