prio/Paper/document/root.tex
author urbanc
Tue, 24 Jan 2012 00:20:09 +0000
changeset 262 4190df6f4488
child 263 f1e6071a4613
permissions -rwxr-xr-x
initial version of the PIP formalisation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
262
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     1
\documentclass[runningheads]{llncs}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     2
\usepackage{isabelle}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     3
\usepackage{isabellesym}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     4
\usepackage{amsmath}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     5
\usepackage{amssymb}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     6
\usepackage{tikz}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     7
\usepackage{pgf}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     8
%\usetikzlibrary{arrows,automata,decorations,fit,calc}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
     9
%\usetikzlibrary{shapes,shapes.arrows,snakes,positioning}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    10
%\usepgflibrary{shapes.misc} % LATEX and plain TEX and pure pgf
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    11
%\usetikzlibrary{matrix}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    12
\usepackage{pdfsetup}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    13
\usepackage{ot1patch}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    14
\usepackage{times}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    15
%%\usepackage{proof}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    16
%%\usepackage{mathabx}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    17
\usepackage{stmaryrd}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    18
\usepackage{url}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    19
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    20
\titlerunning{Myhill-Nerode using Regular Expressions}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    21
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    22
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    23
\urlstyle{rm}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    24
\isabellestyle{it}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    25
\renewcommand{\isastyleminor}{\it}%
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    26
\renewcommand{\isastyle}{\normalsize\it}%
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    27
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    28
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    29
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    30
\renewcommand{\isasymequiv}{$\dn$}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    31
\renewcommand{\isasymemptyset}{$\varnothing$}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    32
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    33
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    34
\newcommand{\isasymcalL}{\ensuremath{\cal{L}}}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    35
\newcommand{\isasymbigplus}{\ensuremath{\bigplus}}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    36
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    37
\newcommand{\bigplus}{\mbox{\Large\bf$+$}}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    38
\begin{document}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    39
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    40
\title{A Formalisation of Priority Inheritance Protocol \\ 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    41
       for Correct and Efficient Implementation}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    42
\author{Xingyuan Zhang\inst{1} \and Christian Urban\inst{2} \and Chunhan Wu\inst{1}}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    43
\institute{PLA University of Science and Technology, China \and 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    44
           King's College, University of London, U.K.}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    45
\maketitle
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    46
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    47
%\mbox{}\\[-10mm]
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    48
\begin{abstract}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    49
Despite the wide use of Priority Inheritance Protocol in real time operating
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    50
system, it's correctness has never been formally proved and mechanically checked. 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    51
All existing verification are based on model checking technology. Full automatic
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    52
verification gives little help to understand why the protocol is correct. 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    53
And results such obtained only apply to models of limited size. 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    54
This paper presents a formal verification based on theorem proving. 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    55
Machine checked formal proof does help to get deeper understanding. We found 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    56
the fact which is not mentioned in the literature, that the choice of next 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    57
thread to take over when an critical resource is release does not affect the correctness
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    58
of the protocol. The paper also shows how formal proof can help to construct 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    59
correct and efficient implementation. 
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    60
\end{abstract}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    61
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    62
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    63
\input{session}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    64
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    65
%%\mbox{}\\[-10mm]
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    66
\bibliographystyle{plain}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    67
\bibliography{root}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    68
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    69
\end{document}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    70
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    71
%%% Local Variables:
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    72
%%% mode: latex
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    73
%%% TeX-master: t
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    74
%%% End: