Re: [PATCH 0/3] usbio: fix two out-of-bounds accesses and a hang

From: Greg Kroah-Hartman

Date: Sun Jul 26 2026 - 07:45:11 EST


On Sun, Jul 26, 2026 at 08:32:25PM +0900, skyexpoc wrote:
> I’m sorry. I should have included an attribution.
> That was my oversight.
>
> I did use an LLM this time to assist with the audit and translation. It performed variant analysis on the code around 8c6314489550, identified these three issues, and wrote the patches and changelog. I ran the build, reviewed the results, decided what was worth submitting, and sent everything out. The Signed-off-by line is mine, and I take responsibility for this work.

Yes, but the LLM did _all_ the work here, that's not good, you can't
rely on it being correct (hint, you also sent an html email here which
the mailing list rejected...)

> I have now read ⁠coding-assistants.rst and ⁠generated-content.rst. The following has been added to all three patches in v2:
>
> Assisted-by: Claude:claude-opus-5 asan
>
> The cover letter also explains what the tool did and what I did. There are no code changes compared with v1.

And the LLM got this all wrong, again, please don't assume that what
they spit out is correct. I see on average, only 2/3 of the patches
they create are proper. Given my initial review of your first patch,
those odds are still in play here...

thanks,

greg k-h