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
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).