Re: [PATCH 00/61] staging: rtl8723bs: monolithic HAL cleanup and tx power limit fix
From: Greg Kroah-Hartman
Date: Thu Jul 16 2026 - 00:45:48 EST
On Thu, Jul 16, 2026 at 11:03:59AM +0700, Арсений Пащенко wrote:
> Hi Greg,
>
> Thank you for the feedback, and I apologize for the messy submission.
>
> To be completely transparent: I used an LLM to brainstorm refactoring
> ideas, draft some of the verbose commit messages, and assist with
> migrating the custom CMAC logic by proposing to replace the driver's
> custom function with rtw_bip_cmac() using the kernel Crypto API.
> However, all the standard cleanups—such as removing legacy wrappers,
> dead code, and empty stubs—were executed and verified manually.
Then as per our documentation, you needed to say that in the patches
with an Assisted-by line.
Again, this is NOT how to learn how to do kernel development, nor what
the drivers/staging/ tree is here for. Please learn how to do it on
your own _first_, so that you don't submit obviously-wrong patches like
the first patch in your series was. LLMs are great
fuzzy-pattern-matching tools, but you have to manually check them as it
is you who is putting your name and being responsible for the
submission, not a tool.
good luck,
greg k-h