mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 6.1 0/1] erofs: Fix the slab-out-of-bounds in drop_buffers()
@ 2026-03-23  7:48 Denis Arefev
  2026-03-23  7:48 ` [PATCH 6.1 1/1] erofs: enable large folios for iomap mode Denis Arefev
  2026-03-23  7:55 ` [PATCH 6.1 0/1] erofs: Fix the slab-out-of-bounds in drop_buffers() Gao Xiang
  0 siblings, 2 replies; 4+ messages in thread
From: Denis Arefev @ 2026-03-23  7:48 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman
  Cc: Gao Xiang, Chao Yu, Yue Hu, Jeffle Xu, linux-erofs, linux-kernel,
	lvc-project

Syzbot reported that a KASAN slab-out-of-bounds bug was discovered in the drop_buffers()
function [1].

The root cause is that erofs_raw_access_aops does not define .release_folio and
.invalidate_folio. When using iomap-based operations, folio->private may contain
iomap-specific data rather than buffer_heads. Without special handlers, the kernel
may fall back to generic functions (e.g., drop_buffers), which incorrectly treat
folio->private as a list of buffer_head structures, leading to incorrect memory
interpretation and out-of-bounds access.

This can be fixed by explicitly setting .release_folio and .invalidate_folio to 
iomap_release_folio and iomap_invalidate_folio, respectively, but there is a 
commit ce529cc25b184e93397b94a8a322128fc0095cbb in upstream  that implicitly 
fixes this bug.

Please commit it to the stable branch v6.1.y .

[1] https://syzkaller.appspot.com/bug?id=c6aeabd0c4ad2466f63a274faf2a123103f8fbf7

Jingbo Xu (1):
  erofs: enable large folios for iomap mode

 fs/erofs/data.c  | 2 ++
 fs/erofs/inode.c | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-23  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-23  7:48 [PATCH 6.1 0/1] erofs: Fix the slab-out-of-bounds in drop_buffers() Denis Arefev
2026-03-23  7:48 ` [PATCH 6.1 1/1] erofs: enable large folios for iomap mode Denis Arefev
2026-03-23  7:53   ` Gao Xiang
2026-03-23  7:55 ` [PATCH 6.1 0/1] erofs: Fix the slab-out-of-bounds in drop_buffers() Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®