<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Kernel Space</title>
  <link>https://kernelspace.top</link>
  <description>Linux 内核工程师的调试笔记、补丁记录和系统底层观察。</description>
<item>
  <title>内核 panic 后的第一个小时：从现场保护到根因假设</title>
  <link>https://kernelspace.top/posts/kernel-panic-first-hour/</link>
  <guid>https://kernelspace.top/posts/kernel-panic-first-hour/</guid>
  <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
  <description>一次内核崩溃真正有价值的不是 panic 文本本身，而是从现场保护、日志整理、调用栈还原到假设收敛的完整路径。</description>
</item>
<item>
  <title>第一篇：为什么要建这个站点</title>
  <link>https://kernelspace.top/posts/welcome/</link>
  <guid>https://kernelspace.top/posts/welcome/</guid>
  <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
  <description>kernelspace.top 会作为一个长期维护的内核工程技术笔记站点，用来沉淀调试过程、补丁记录和问题复盘。</description>
</item>
<item>
  <title>设备树问题排查方法：不要只盯着 dts</title>
  <link>https://kernelspace.top/posts/device-tree-debugging-method/</link>
  <guid>https://kernelspace.top/posts/device-tree-debugging-method/</guid>
  <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  <description>设备树问题通常不是单纯写错一个属性，而是硬件连接、binding、驱动匹配、资源获取和 probe 时序共同作用的结果。</description>
</item>
<item>
  <title>驱动 probe 失败排查：从错误码看资源依赖</title>
  <link>https://kernelspace.top/posts/driver-probe-failure/</link>
  <guid>https://kernelspace.top/posts/driver-probe-failure/</guid>
  <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
  <description>probe 失败不是一个点，而是一条资源依赖链。错误码、defer、devm 生命周期和日志位置决定了排查效率。</description>
</item>
<item>
  <title>kdump 和 crash 分析流程：让 vmcore 变成证据</title>
  <link>https://kernelspace.top/posts/kdump-crash-vmcore-workflow/</link>
  <guid>https://kernelspace.top/posts/kdump-crash-vmcore-workflow/</guid>
  <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
  <description>vmcore 的价值不在于文件本身，而在于能否用 crash 把崩溃时的任务、内存、锁和对象状态还原成可验证证据。</description>
</item>
<item>
  <title>补丁复盘怎么写：从现象修复到根因闭环</title>
  <link>https://kernelspace.top/posts/patch-review-root-cause/</link>
  <guid>https://kernelspace.top/posts/patch-review-root-cause/</guid>
  <pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
  <description>一个好补丁不只改代码，还应该能解释现象、根因、影响范围、验证方法和为什么这个修法是合适的。</description>
</item>
</channel>
</rss>