From 0d6777d837e69c455578bc93d39f01dcbb2ee17d Mon Sep 17 00:00:00 2001 From: jsh77 Date: Thu, 19 May 2022 16:32:55 +0000 Subject: [PATCH] Update on Overleaf. --- report.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/report.tex b/report.tex index ae85fb1..3a22cf0 100644 --- a/report.tex +++ b/report.tex @@ -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}