SELGMay 12, 2025

Linux Kernel Configurations at Scale: A Dataset for Performance and Evolution Analysis

arXiv:2505.07487v12 citationsh-index: 3EASE
Originality Synthesis-oriented
AI Analysis

This dataset addresses the lack of large-scale, multi-version data for researchers studying Linux kernel configuration and evolution, enabling reproducible analysis and AI-based techniques.

The authors tackled the challenge of configuring the Linux kernel by creating LinuxData, a comprehensive dataset of over 240,000 kernel configurations across versions 4.13 to 5.8, labeled with compilation outcomes and binary sizes.

Configuring the Linux kernel to meet specific requirements, such as binary size, is highly challenging due to its immense complexity-with over 15,000 interdependent options evolving rapidly across different versions. Although several studies have explored sampling strategies and machine learning methods to understand and predict the impact of configuration options, the literature still lacks a comprehensive and large-scale dataset encompassing multiple kernel versions along with detailed quantitative measurements. To bridge this gap, we introduce LinuxData, an accessible collection of kernel configurations spanning several kernel releases, specifically from versions 4.13 to 5.8. This dataset, gathered through automated tools and build processes, comprises over 240,000 kernel configurations systematically labeled with compilation outcomes and binary sizes. By providing detailed records of configuration evolution and capturing the intricate interplay among kernel options, our dataset enables innovative research in feature subset selection, prediction models based on machine learning, and transfer learning across kernel versions. Throughout this paper, we describe how the dataset has been made easily accessible via OpenML and illustrate how it can be leveraged using only a few lines of Python code to evaluate AI-based techniques, such as supervised machine learning. We anticipate that this dataset will significantly enhance reproducibility and foster new insights into configuration-space analysis at a scale that presents unique opportunities and inherent challenges, thereby advancing our understanding of the Linux kernel's configurability and evolution.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes