Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 732 Bytes

File metadata and controls

13 lines (11 loc) · 732 Bytes

This repository contains the dataset discussed in the ICSE 2026 paper:

"A Comprehensive Study of Concurrency Bugs in the Linux Kernel" Sishuai Gong, Chih-En Lin, Kevin Wu, Edwin Lu, Pedro Fonseca

Columns in dataset.csv

  • Commit: Linux kernel commit hash that fixes the bug.
  • Bug pattern: Root cause category (e.g., atomicity violation, deadlock, order violation).
  • Interrupt dependent: Whether the bug depends on interrupts.
  • Hardware dependent: Whether the bug depends on specific hardware.
  • Number of contexts: Number of execution contexts involved in the bug.
  • Synchronization misuse: Misused synchronization primitive, if any.
  • Discovery source: How the bug was discovered (e.g., human, testing tool).