Re: [PATCH 0/2] ocfs2: validate active orphan slots during inode read
Andrew Morton <[email protected]>
| Newsgroups | dev.linux.lists.ocfs2-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 3 Aug 2026 11:00:05 +0800 ZhengYuan Huang <[email protected]> wrote: > OCFS2 trusts active ordinary and append-DIO orphan slots read from dinodes. > A corrupted slot can therefore index osb_orphan_wipes or the slot-local > system-inode cache outside their allocations before the corruption is > reported. Thanks. AI review raised several possible issues, all pre-existing. "out of bound access", "crash the kernel", "out-of-bounds heap access", "triggering this crash", etc. All the usual things (seriously!). https://sashiko.dev/#/patchset/[email protected] None of which stands in the way of your fixes. The best I can do with this onslaught is to make maintainers aware then move on. I do wish that Sashiko was more organized about these drive-by bug reports. Retain them in some lookable-uppable way for maintainers to look at when they have time. This has been suggested to the Sashiko developers. Perhaps one day...