- P2 initial submission due tonight
-
In L16 we covered:
-
Review of kkey race condition
-
Open syscall overview
-
File descriptor table in Linux kernel
-
-
Peel back the layers of
close(2)
-
Removing entries of the FDT
-
Scheduling work to be done later
-
Execution context design considerations
-
Several more concurrency techniques
-
Execution context sentitive code