Automatic Verification of Application-Tailored OSEK Kernels

Research output: Chapter in book/report/conference proceedingConference contributionResearchpeer review

Authors

  • Hans Peter Deifel
  • Merlin Gottlinger
  • Stefan Milius
  • Lutz Schroder
  • Christian Dietrich
  • Daniel Lohmann

External Research Organisations

  • Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU Erlangen-Nürnberg)
View graph of relations

Details

Original languageEnglish
Title of host publicationProceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017)
EditorsGeorg Weissenbacher, Daryl Stewart
PublisherInstitute of Electrical and Electronics Engineers Inc.
Pages196-203
Number of pages8
ISBN (electronic)9780983567875
Publication statusPublished - 9 Nov 2017
Event17th Conference on Formal Methods in Computer-Aided Design, FMCAD 2017 - Vienna, Austria
Duration: 2 Oct 20176 Oct 2017

Abstract

The OSEK industrial standard governs the design of embedded real-time operating systems in the automotive domain. We report on efforts to develop verification methods for OSEK-conformant compilers, specifically of a code generator that weaves system calls and application code using a static configuration file, producing a stand-alone application that incorporates the relevant parts of the kernel. Our methodology involves two verification steps: On the one hand, we extract an OS-application interaction graph during the compilation phase and verify that it conforms to the standard, in particular regarding prioritized scheduling and interrupt handling. To this end, we generate from the configuration file a temporal specification of standard-conformant behaviour and model check the arising formulas on a labelled transition system extracted from the interaction graph. On the other hand, we verify that the actual generated code conforms to the interaction graph; this is done by graph isomorphism checking of the interaction graph against a dynamically-explored state-transition graph of the generated system.

ASJC Scopus subject areas

Cite this

Automatic Verification of Application-Tailored OSEK Kernels. / Deifel, Hans Peter; Gottlinger, Merlin; Milius, Stefan et al.
Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017). ed. / Georg Weissenbacher; Daryl Stewart. Institute of Electrical and Electronics Engineers Inc., 2017. p. 196-203 8102260.

Research output: Chapter in book/report/conference proceedingConference contributionResearchpeer review

Deifel, HP, Gottlinger, M, Milius, S, Schroder, L, Dietrich, C & Lohmann, D 2017, Automatic Verification of Application-Tailored OSEK Kernels. in G Weissenbacher & D Stewart (eds), Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017)., 8102260, Institute of Electrical and Electronics Engineers Inc., pp. 196-203, 17th Conference on Formal Methods in Computer-Aided Design, FMCAD 2017, Vienna, Austria, 2 Oct 2017. https://doi.org/10.23919/FMCAD.2017.8102260
Deifel, H. P., Gottlinger, M., Milius, S., Schroder, L., Dietrich, C., & Lohmann, D. (2017). Automatic Verification of Application-Tailored OSEK Kernels. In G. Weissenbacher, & D. Stewart (Eds.), Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017) (pp. 196-203). Article 8102260 Institute of Electrical and Electronics Engineers Inc.. https://doi.org/10.23919/FMCAD.2017.8102260
Deifel HP, Gottlinger M, Milius S, Schroder L, Dietrich C, Lohmann D. Automatic Verification of Application-Tailored OSEK Kernels. In Weissenbacher G, Stewart D, editors, Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017). Institute of Electrical and Electronics Engineers Inc. 2017. p. 196-203. 8102260 doi: 10.23919/FMCAD.2017.8102260
Deifel, Hans Peter ; Gottlinger, Merlin ; Milius, Stefan et al. / Automatic Verification of Application-Tailored OSEK Kernels. Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017). editor / Georg Weissenbacher ; Daryl Stewart. Institute of Electrical and Electronics Engineers Inc., 2017. pp. 196-203
Download
@inproceedings{543bebfbe14c4f57aae97695c33bb095,
title = "Automatic Verification of Application-Tailored OSEK Kernels",
abstract = "The OSEK industrial standard governs the design of embedded real-time operating systems in the automotive domain. We report on efforts to develop verification methods for OSEK-conformant compilers, specifically of a code generator that weaves system calls and application code using a static configuration file, producing a stand-alone application that incorporates the relevant parts of the kernel. Our methodology involves two verification steps: On the one hand, we extract an OS-application interaction graph during the compilation phase and verify that it conforms to the standard, in particular regarding prioritized scheduling and interrupt handling. To this end, we generate from the configuration file a temporal specification of standard-conformant behaviour and model check the arising formulas on a labelled transition system extracted from the interaction graph. On the other hand, we verify that the actual generated code conforms to the interaction graph; this is done by graph isomorphism checking of the interaction graph against a dynamically-explored state-transition graph of the generated system.",
author = "Deifel, {Hans Peter} and Merlin Gottlinger and Stefan Milius and Lutz Schroder and Christian Dietrich and Daniel Lohmann",
year = "2017",
month = nov,
day = "9",
doi = "10.23919/FMCAD.2017.8102260",
language = "English",
pages = "196--203",
editor = "Georg Weissenbacher and Daryl Stewart",
booktitle = "Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017)",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
address = "United States",
note = "17th Conference on Formal Methods in Computer-Aided Design, FMCAD 2017 ; Conference date: 02-10-2017 Through 06-10-2017",

}

Download

TY - GEN

T1 - Automatic Verification of Application-Tailored OSEK Kernels

AU - Deifel, Hans Peter

AU - Gottlinger, Merlin

AU - Milius, Stefan

AU - Schroder, Lutz

AU - Dietrich, Christian

AU - Lohmann, Daniel

PY - 2017/11/9

Y1 - 2017/11/9

N2 - The OSEK industrial standard governs the design of embedded real-time operating systems in the automotive domain. We report on efforts to develop verification methods for OSEK-conformant compilers, specifically of a code generator that weaves system calls and application code using a static configuration file, producing a stand-alone application that incorporates the relevant parts of the kernel. Our methodology involves two verification steps: On the one hand, we extract an OS-application interaction graph during the compilation phase and verify that it conforms to the standard, in particular regarding prioritized scheduling and interrupt handling. To this end, we generate from the configuration file a temporal specification of standard-conformant behaviour and model check the arising formulas on a labelled transition system extracted from the interaction graph. On the other hand, we verify that the actual generated code conforms to the interaction graph; this is done by graph isomorphism checking of the interaction graph against a dynamically-explored state-transition graph of the generated system.

AB - The OSEK industrial standard governs the design of embedded real-time operating systems in the automotive domain. We report on efforts to develop verification methods for OSEK-conformant compilers, specifically of a code generator that weaves system calls and application code using a static configuration file, producing a stand-alone application that incorporates the relevant parts of the kernel. Our methodology involves two verification steps: On the one hand, we extract an OS-application interaction graph during the compilation phase and verify that it conforms to the standard, in particular regarding prioritized scheduling and interrupt handling. To this end, we generate from the configuration file a temporal specification of standard-conformant behaviour and model check the arising formulas on a labelled transition system extracted from the interaction graph. On the other hand, we verify that the actual generated code conforms to the interaction graph; this is done by graph isomorphism checking of the interaction graph against a dynamically-explored state-transition graph of the generated system.

UR - http://www.scopus.com/inward/record.url?scp=85044636278&partnerID=8YFLogxK

U2 - 10.23919/FMCAD.2017.8102260

DO - 10.23919/FMCAD.2017.8102260

M3 - Conference contribution

AN - SCOPUS:85044636278

SP - 196

EP - 203

BT - Proceedings of the 17th Conference on Formal Methods in Computer-Aided Design (FMCAD 2017)

A2 - Weissenbacher, Georg

A2 - Stewart, Daryl

PB - Institute of Electrical and Electronics Engineers Inc.

T2 - 17th Conference on Formal Methods in Computer-Aided Design, FMCAD 2017

Y2 - 2 October 2017 through 6 October 2017

ER -