A Study of Cloning in the Linux SCSI Drivers

Authors: Wei Wang Michael W. Godfrey

Venue: 2011 IEEE 11th International Working Conference on Source Code Analysis and Manipulation, pp. 95-104, 2011

Year: 2011

Abstract: To date, most research on software code cloning has concentrated on detection and analysis techniques and their evaluation, and most empirical studies of cloning have investigated cloning within single system versions. In this paper, we present the results of a longitudinal study of cloning among the SCSI drivers for the Linux operating system that spans 16 years of evolution. We have chosen the SCSI driver subsystem as a test subject as it is known that cloning has been embraced by these developers as a design practice: when a new SCSI card comes out that is similar to an old one, but different enough to warrant its own implementation, a new driver may be cloned from an existing one. We discuss the results of our qualitative and quantitative analyses, including how the layered architecture of the SCSI subsystem seems to have affected the use of cloning as a design tool, the likelihood of consistent and inconsistent change over time, and the predictive power of using cloning between two independent driver implementations to model the similarity between two target devices.

BibTeX:

@inproceedings{weiwang2011asocitlsd,
    author = "Wei Wang and Michael W. Godfrey",
    title = "A Study of Cloning in the Linux SCSI Drivers",
    year = "2011",
    pages = "95-104",
    booktitle = "Proceedings of 2011 IEEE 11th International Working Conference on Source Code Analysis and Manipulation"
}

Plain Text:

Wei Wang and Michael W. Godfrey, "A Study of Cloning in the Linux SCSI Drivers," 2011 IEEE 11th International Working Conference on Source Code Analysis and Manipulation, pp. 95-104