Comment by lukeh
I used Claude Code to review a kernel driver patch last week. If found an issue that was staring me in the face, indeed one I would’ve expected the compiler to flag.
I used Claude Code to review a kernel driver patch last week. If found an issue that was staring me in the face, indeed one I would’ve expected the compiler to flag.
Sure. It was an uninitialized variable in the retry loop below. Fixed now.
https://github.com/PADL/linux/commit/b83b9619eecc02c5e95a1d3...
Yea, there will always be the pro vs anti 'thing' argument; and like always the correct answer is responsible use of 'thing'. I consider debugging to be an almost universally responsible use of LLMs.