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

From: HE WEI(ギカク)

Date: Sun Jul 26 2026 - 08:02:37 EST


Thank you for your suggestion. I apologize for my oversight, which
added to your workload.

The html was my mail client, I have switched back to plain text.

I won't resubmit all three patches.
I'll submit only the one for the debug hex dump,
which I'll organize and document myself, and generate using git format-patch.

Thanks again,
HE WEI


Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Written on Sunday,
July 26, 2026 at 03:44.:
>
> On Sun, Jul 26, 2026 at 03: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