prio/Paper/document/root.tex
author urbanc
Mon, 30 Jan 2012 06:46:47 +0000
changeset 267 83fb18cadd2b
parent 265 993068ce745f
child 268 1baf8d0c7093
permissions -rwxr-xr-x
added two paragraphs to the introduction
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 
265
993068ce745f changed abstract, intro and IsaMakefile
urbanc
parents: 263
diff changeset
    44
           King's College London, United Kingdom}
262
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
\begin{abstract}
267
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    48
In realtime systems with support for resource locking and processes
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    49
involving priorities, one faces the problem of priority
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    50
inversion. This problem can make the behaviour of processes
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    51
unpredictable and the resulting bugs can be hard to find.  The
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    52
Priority Inheritance Protocol is one solution implemented in many
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    53
systems for solving this problem, but the correctness of this solution
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    54
has never been formally verified in a theorem prover. As already
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    55
pointed out in the literature, the original description of the
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    56
Property Inheritance Protocol presents an informal correctness
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    57
``proof'' for an \emph{incorrect} algorithm. In this paper we fix the
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    58
problem of the original proof by making all notions precise and
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    59
implementing a variant of a solution proposed earlier. Our
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    60
formalisation in Isabelle/HOL uncovered facts not mentioned in the
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    61
literature, but also shows how to efficiently implement this
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    62
protocol. Earlier correct implementations were criticised as too
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    63
inefficient. Our formalisation is based on Paulson's inductive
83fb18cadd2b added two paragraphs to the introduction
urbanc
parents: 265
diff changeset
    64
approach to verifying protocols.\medskip
265
993068ce745f changed abstract, intro and IsaMakefile
urbanc
parents: 263
diff changeset
    65
993068ce745f changed abstract, intro and IsaMakefile
urbanc
parents: 263
diff changeset
    66
{\bf Keywords:} Priority Inheritance Protocol, formal connectness proof, 
993068ce745f changed abstract, intro and IsaMakefile
urbanc
parents: 263
diff changeset
    67
realtime systems
262
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    68
\end{abstract}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    69
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    70
\input{session}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    71
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    72
\bibliographystyle{plain}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    73
\bibliography{root}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    74
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    75
\end{document}
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    76
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    77
%%% Local Variables:
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    78
%%% mode: latex
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    79
%%% TeX-master: t
4190df6f4488 initial version of the PIP formalisation
urbanc
parents:
diff changeset
    80
%%% End: