Update on Overleaf.

This commit is contained in:
jsh77 2022-05-19 16:32:55 +00:00 committed by node
parent e0746ba1cb
commit 0d6777d837

View File

@ -22,6 +22,7 @@
\usepackage[square,numbers]{natbib} % citations
\usepackage{listings} % code listings
\usepackage{multirow} % multi-row cells in tables
\usepackage{makecell} % multi-line cells in tables
% TODO: remove me
\usepackage{todonotes}
@ -252,49 +253,49 @@ This work focuses on the application of namespaces to more conventional privileg
& Feb 2001 & \citep{viro_patchcft_2001}
& 2.5.2 & \citep{torvalds_linux_2002}
& 2020-29373
& \\
& \makecell[tl]{2021-23021 \\ 2021-45083 \\ 2022-23653 \vspace{3mm}} \\
\texttt{ipc}
& Oct 2006 & \citep{korotaev_patch_2006}
& 2.6.19 & \citep{linux_kernel_newbies_editors_linux_2006}
&
& \\
& \makecell[tl]{\vspace{3mm}} \\
\texttt{uts}
& Oct 2006 & \citep{hallyn_patch_2006}
& 2.6.19 & \citep{linux_kernel_newbies_editors_linux_2006}
&
& \\
& \makecell[tl]{\vspace{3mm}} \\
\texttt{user}
& Jul 2007 & \citep{le_goater_user_2007}
& 2.6.23 & \citep{linux_kernel_newbies_editors_linux_2007}
& 2021-21284
& \\
& \makecell[tl]{2021-43816 \vspace{3mm}} \\
\texttt{network}
& Oct 2007 & \citep{biederman_net_2007}
& 2.6.24 & \citep{linux_kernel_newbies_editors_linux_2008}
& 2011-2189
& \\
& \makecell[tl]{\vspace{3mm}} \\
\texttt{pid}
& Oct 2006 & \citep{bhattiprolu_patch_2006}
& 2.6.24 & \citep{linux_kernel_newbies_editors_linux_2008}
& 2019-20794
& \\
& \makecell[tl]{\vspace{3mm}} \\
\texttt{cgroup}
& Mar 2016 & \citep{heo_git_2016}
& 4.6 & \citep{torvalds_linux_2016}
& 2022-0492
& \\
& \makecell[tl]{\vspace{3mm}} \\
\texttt{time}
& Nov 2019 & \citep{vagin_ns_2020}
& 5.6 & \citep{linux_kernel_newbies_editors_linux_2020}
&
&
& \makecell[tl]{\vspace{3mm}}
\end{tabular}
\end{center}
@ -762,7 +763,6 @@ to \texttt{/var/www/html}, which is bind-mounted into an empty file system names
\chapter{Evaluation}
\label{chap:evaluation}
\todo{Write evaluation}
\section{Startup performance}
\label{sec:evaluation-startup-perf}