Analyzing the Impact of Feature Changes in Linux
Title | Analyzing the Impact of Feature Changes in Linux |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Ziegler, Andreas, Rothberg, Valentin, Lohmann, Daniel |
Conference Name | Proceedings of the Tenth International Workshop on Variability Modelling of Software-intensive Systems |
Date Published | January 2016 |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4019-9 |
Keywords | CADOS, Configurability, Kconfig, Linux, pubcrawl170201 |
Abstract | In a software project as large and as rapidly evolving as the Linux kernel, automated testing systems are an integral component to the development process. Extensive build and regression tests can catch potential problems in changes before they appear in a stable release. Current systems, however, do not systematically incorporate the configuration system Kconfig. In this work, we present an approach to identify relationships between configuration options. These relationships allow us to find source files which might be affected by a change to a configuration option and hence require retesting. Our findings show that the majority of configuration options only affects few files, while very few options influence almost all files in the code base. We further observe that developers sometimes value usability over clean dependency modelling, leading to counterintuitive outliers in our results. |
URL | https://dl.acm.org/doi/10.1145/2866614.2866618 |
DOI | 10.1145/2866614.2866618 |
Citation Key | ziegler_analyzing_2016 |