Linux Maintainer Greg Kroah-Hartman Says AI Tools Now Useful, Finding Real Bugs
root-parent
26 points
8 comments
June 19, 2026
Related Discussions
Found 5 related stories in 128.7ms across 10,996 title embeddings via pgvector HNSW
- AI bug reports went from junk to legit overnight, says Linux kernel czar amarant · 41 pts · March 27, 2026 · 80% similar
- Rust Will Save Linux from AI, Says Greg Kroah-Hartman signa11 · 15 pts · May 28, 2026 · 70% similar
- The New Linux Kernel AI Bot Uncovering Bugs Is a Local LLM on Framework Desktop guerby · 12 pts · April 26, 2026 · 68% similar
- AI has suddenly become more useful to open-source developers CrankyBear · 53 pts · April 01, 2026 · 64% similar
- Linus Torvalds Is Unhappy About the AI Influence in Linux Kernel Development chungy · 17 pts · May 25, 2026 · 63% similar
Discussion Highlights (4 comments)
cjd8
Not a kernel veteran, but I do send patches and reviews occasionally and as mentioned in the article, Sashiko is a big help. It can detect very obscure race conditions, stack leaks and other bugs that could cause a kernel panic. It's also really good at analyzing subsystem-specific nuances (in the IIO subsystem for example, it can get chip parameters from a datasheet and actually check whether the code reflects it correctly, e. g. with timing).
tom_
Needs a [26th March 2026] tag. That's, like, 3 months ago. Can anything in it still be relevant?
warumdarum
If you get reports on what looks like backdoor and do a gitblame, does the enail that returns get traced to other projects? Like is there a pattern detection to the authors that also allows for detection of current malicous contributors?
ChrisArchitect
URL changed but article from March OP; https://news.ycombinator.com/item?id=47547849