PulseAugur
实时 08:45:48

AI agent kAgent 攻克 Linux 内核崩溃问题

研究人员开发了 kAgent,一个旨在自动解决 Linux 内核崩溃的人工智能代理。与专注于用户空间应用程序的现有基于 LLM 的修复技术不同,kAgent 针对内核开发的独特挑战进行了定制,例如缺乏自然语言错误报告和专门的崩溃伪影。该系统会检查执行日志、生成假设、合成补丁并通过复现进行验证,在 kBenchSyz 基准测试中,在有文件提示的情况下修复率高达 65%。 AI

影响 可能显著加速操作系统内核等复杂系统软件的调试和修补。

排序理由 学术论文,详细介绍了一种用于系统软件崩溃解决的新型 AI 代理。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

AI agent kAgent 攻克 Linux 内核崩溃问题

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Alex Mathai, Chenxi Huang, Suwei Ma, Jihwan Kim, Hailie Mitchell, Aleksandr Nogikh, Petros Maniatis, Franjo Ivan\v{c}i\'c, Junfeng Yang, Baishakhi Ray ·

    kAgent: An execution-guided crash resolution agent for the Linux kernel

    arXiv:2504.20412v3 Announce Type: replace-cross Abstract: Fuzzing frameworks like syzkaller have uncovered thousands of Linux kernel crashes, many of which are critical and security-sensitive. However, the ability to rapidly repair these crashes has not kept pace, particularly gi…