Skip to content

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

Notifications You must be signed in to change notification settings

rssys/kernel-concurrency-bug-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published