Skip to content

Releases: crazyss/linux-kernel-crash-debug

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 13:15
v1.3.2 - exclude repo metadata from GitHub source archive

Bug fix release. The auto-generated Source code (zip) on the
Release page previously shipped 27 repository metadata files
(.github/, .agents/, .gitignore, LICENSE, CONTRIBUTING.md,
CHANGELOG.md, CLAUDE.md, README*.md) alongside the skill content.

Changes:
- .gitattributes with export-ignore for the metadata paths
- release.yml: build a clean <tag>.zip explicitly via git archive
- release.yml: verify step that fails the build on any leak
- SKILL.md / SKILL_CN.md: version 1.3.1 -> 1.3.2
- CHANGELOG.md: 1.3.2 entry

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:37
Tighten .skill packaging whitelist and complete frontmatter bins list.

See CHANGELOG.md for the full set of changes since 1.3.0.

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:17
v1.3.0

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Apr 01:32
chore: update license to MIT No Attribution and revise copyright hold…

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Apr 01:27
refactor: move agent-crash.sh to scripts/ directory and update all re…

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 00:08
chore: grant write permissions to release workflow for tag publication

v1.1.0 - Enhanced Debugging Cases

Choose a tag to compare

@crazyss crazyss released this 28 Mar 07:17

What's New

New Debugging Cases (Case 6-10)

  • Case 6: Soft Lockup Detection - CPU stuck detection and lock analysis
  • Case 7: Kernel Module Crash - Driver debugging with crash utility
  • Case 8: Slab Corruption Detection - Memory corruption in slab allocator
  • Case 9: Interrupt Context Issues - Scheduling while atomic debugging
  • Case 10: Double Fault Analysis - Stack corruption and TSS issues

New Reference Document

  • references/debug-tools-guide.md - Guide for advanced debugging tools (KASAN, Kprobes, Kmemleak, UBSAN, SLUB Debug, Lockdep, Ftrace)

Improvements

  • Reorganized structure: crash utility cases vs. tools requiring kernel rebuild
  • Updated tool selection guide table
  • Enhanced root cause analysis and fix strategies for each case

Installation

claude skill install linux-kernel-crash-debug.skill

v1.0.0 - Initial Release

Choose a tag to compare

@crazyss crazyss released this 06 Mar 15:43

Linux Kernel Crash Debug Skill v1.0.0

首次发布!这是一个用于 Claude Code 的 Linux 内核崩溃调试技能。

功能特性

  • 快速入门指南:核心命令和调试流程
  • 完整命令参考:所有 crash utility 命令及示例
  • 高级技巧:内存分析、链表遍历、地址翻译
  • 实战案例:kernel BUG、死锁、OOM、NULL 指针、栈溢出
  • vmcore 知识:ELF 格式、VMCOREINFO、转储文件类型

安装

claude skill install linux-kernel-crash-debug.skill

致谢

感谢 crash utility 项目和 Linux 内核社区的贡献。