a state spill free theseus operating system
play

A State Spill-free Theseus: Operating System Kevin Boos Lin Zhong - PowerPoint PPT Presentation

A State Spill-free Theseus: Operating System Kevin Boos Lin Zhong Rice Efficient Computing Group Rice University PLOS 2017 October 28 Problems with Todays OSes Modern single-node OSes are vast and very complex Results in entangled


  1. A State Spill-free Theseus: Operating System Kevin Boos Lin Zhong Rice Efficient Computing Group Rice University PLOS 2017 October 28

  2. Problems with Today’s OSes • Modern single-node OSes are vast and very complex • Results in entangled web 
 of components • Nigh impossible to decouple • Difficult to maintain, 
 evolve, update safely, 
 and run reliably 2

  3. Easy Evolution is Crucial • Computer hardware must endure longer upgrade cycles [1] • Exacerbated by the (economic) decline of Moore’s Law • Evolutionary advancements 
 occur mostly in software • Extreme example: DARPA’s challenge for systems to 
 “remain robust and functional 
 in excess of 100 years” [2] [2] DARPA seeks to create software systems that could last 100 years. https://www.darpa.mil/news-events/2015-04-08. 3 [1] The PC upgrade cycle slows to every ve to six years, Intel’s CEO says. PCWorld article.

  4. What do we need? Easier evolution by reducing complexity without reducing size (and features). We need a disentangled OS that: • allows every component to 
 evolve independently at runtime • prevents failures in one component 
 from jeopardizing others 4

  5. “But surely existing systems have solved this already?” – the astute audience member 5

  6. Existing attempts to decouple systems 1. Traditional modularization 2. Encapsulation-based 3. Privilege-level separation 4. Hardware-driven 6

  7. Existing attempts to decouple systems 1. Traditional modularization • Decompose large monolithic system into smaller entities of related functionality 
 (separation of concerns) 2. Encapsulation-based Achieves some goals: code reuse • Often causes tight coupling, 
 which inhibits other goals 3. Privilege-level separation • Evidence: Linux is highly modular, but requires substantial effort to realize live update [3, 4, 5, 6] 
 and fault isolation [7, 8, 9] 4. Hardware-driven [3] J. Arnold and M. F. Kaashoek. Ksplice: Automatic rebootless kernel updates. EuroSys , 2009. [4] M. Siniavine and A. Goel. Seamless kernel updates. DSN) 2013. [7] M. M. Swift, M. Annamalai, B. N. Bershad, and H. M. Levy. Recovering device drivers. OSDI, 2004. [5] G. Altekar, I. Bagrak, P. Burstein, and A. Schultz. OPUS: Online patches and updates for security. USENIX Security , 2005. [8] M. M. Swift, B. N. Bershad, and H. M. Levy. Improving the reliability of commodity operating systems. SOSP, 2003. 7 [6] K. Makris and K. D. Ryu. Dynamic and adaptive updates of non-quiescent subsystems in commodity OS. EuroSys , 2007. [9] C. Jacobsen, et al. Lightweight capability domains: Towards decomposing the Linux kernel. SIGOPS Oper. Syst. Rev., 2016. 


  8. Existing attempts to decouple systems 1. Traditional modularization • Group related code and data together into a single entity • Strict boundaries between entities, 2. Encapsulation-based e.g., classes in OOP Achieves better maintainability 
 and adaptability • Similar problems as traditional 3. Privilege-level separation modularization, i.e., inextricably coupled entities that are difficult to interchange [10, 11] 4. Hardware-driven [10] C. A. Soules, et al.. System support for online reconfiguration. Usenix ATC, 2003. 8 [11] F. M. David, E. M. Chan, J. C. Carlyle, and R. H. Campbell. CuriOS: Improving reliability through operating system structure. OSDI , 2008.

  9. Existing attempts to decouple systems 1. Traditional modularization • Aims to decouple entities by forcing them into separate domains with boundaries based on privilege levels 2. Encapsulation-based • Microkernels, virtual machines Achieves fault isolation • Coarse spatial granularity [12] 3. Privilege-level separation • Evolution remains difficult because microkernel userspace servers 
 must still closely collaborate [13] 4. Hardware-driven [12] J. N. Herder, H. Bos, B. Gras, P. Homburg, and A. S. Tanenbaum. MINIX 3: A highly reliable, self-repairing operating system. ACM OS Review, 2006. 9 [13] C. Giuffrida, A. Kuijsten, and A. S. Tanenbaum. Safe and automatic live update for operating systems. ASPLOS, 2013.

  10. Existing attempts to decouple systems 1. Traditional modularization • Choose entity bounds based on the underlying hardware architecture 
 (cores, coherence domains) 2. Encapsulation-based • Barrelfish [14], Helios [15], fos [16], K2 [17] Achieves scalable and 
 energy-efficient performance 3. Privilege-level separation • Does not facilitate evolution, 
 runtime flexibility, or fault isolation 4. Hardware-driven [14] A. Baumann, et al. The multikernel: A new os architecture for scalable multicore systems. SOSP, 2009. [16] D. Wentzlaff, et al. An operating system for multicore and clouds. SoCC, 2010. 10 [15] E. B. Nightingale, et al. Helios: Heterogeneous multiprocessing with satellite kernels. SOSP, 2009. [17] Felix Lin, et al. K2: a mobile OS for heterogeneous coherence domains. ASPLOS, 2014

  11. 
 Key Insight: state spill is the root cause of entanglement within OSes 
 overlooked by existing 
 decoupling strategies

  12. [EuroSys’17] What is state spill? • When one software entity’s state undergoes a lasting change as a result of handling an interaction with another entity. • Prevalent and deeply ingrained 
 in modern system software • Causes entanglement • Individual entities cannot be 
 easily interchanged • Multiple entities share fate • Hinders other goals as well Kevin Boos, et al. A Characterization of State Spill in Modern Operating Systems. EuroSys, 2017. 12

  13. “Why is state spill a useful concept?” – the skeptical audience member 13

  14. userspace processes nano-core userspace Modern OSes under the light of state spill processes nano-core kern syscall filesystem PIC filesyst el dispatcher IRQ em cons s kern task syscall filesystem PIC fil ole filesyst c el mgmt dispatcher IRQ e em cons h s task filesystem s ole fil e c mgmt y sysc e d VGA indirection h module filesystem s st all e u layer sysc y indir e d VGA indirection graphics mux l module st all ecti u layer m e e indir graphics mux l s on s r event dispatcher m ecti e c laye c s on s RR r event dispatcher h r h c laye CFQ c policy filesyst RR e e h r h policy CFQ em policy filesyst d e d e policy em d u d u PIC u l u l PIC IRQ s l input event l e IRQ e s c input event e e submodule mux r c r submodule mux h r r h frame e frame stack e stack allocator d allocator d PIT clock allocator PIT clock allocator ul ul IRQ IRQ FCFS er FCFS er key key policy policy boar boar entanglement entanglement d d mouse mouse heap indir indirection layer heap indir PIC via state spill indirection layer PIC allocator ecti PIC via state spill allocator ecti IRQ PIC on IRQ IRQ on IRQ laye laye r (a) Monolithic Kernel (b) Microkernel OS (c) Theseus Kernel r (a) Monolithic Kernel (b) Microkernel OS (c) Theseus Kernel • Web of interacting modules spill state into each other • Larger modules contain submodules that cannot be managed independently 14

  15. userspace userspace processes nano-core processes nano-core Theseus: a Disentangled OS kern kern syscall PIC filesystem filesystem syscall PIC filesyst filesyst el el dispatcher IRQ dispatcher IRQ em em cons cons s s task task ole fil ole fil c c mgmt mgmt e e h h filesystem s filesystem s e e sysc y y sysc d VGA indirection d VGA indirection module module st all all st u layer layer u indir e e indir graphics mux l graphics mux l m ecti ecti m e e s on s s on s r r event dispatcher event dispatcher c laye c laye c c RR RR h r h r h h CFQ CFQ policy policy filesyst filesyst e e e e policy policy em em d d d d u u u u PIC PIC l l l l IRQ IRQ s s input event input event e e e e c c submodule submodule mux mux r r r r h h frame frame e e stack stack allocator allocator d d PIT clock allocator PIT clock allocator ul ul IRQ IRQ FCFS er er FCFS key key policy policy boar boar entanglement entanglement d d mouse mouse heap indir heap indir indirection layer PIC indirection layer PIC via state spill via state spill allocator allocator ecti ecti PIC PIC IRQ IRQ on IRQ on IRQ laye laye r r (b) Microkernel OS (a) Monolithic Kernel (c) Theseus Kernel (b) Microkernel OS (a) Monolithic Kernel (c) Theseus Kernel Implemented 
 Inspired by Runtime 
 from scratch distributed composable using Rust computing 15

  16. Our Namesake: Ship of Theseus The ship wherein Theseus and the youth of Athens returned from Crete had thirty oars, and was preserved by the Athenians down even to the time of Demetrius Phalereus, for they took away the old planks as they decayed, putting in new and stronger timber in their places, in so much that this ship became a standing example among the philosophers, for the TODO: picture of ship logical question of things that grow; one side holding that the ship remained the same, and the other contending that it was not the same. 
 — Plutarch (Theseus) 16

  17. Theseus Directives no state spill Primary Directive eliminate state spill above all else, e.g., performance, ease of programming elementary modules Secondary Directive no submodules; modules as small as possible 17

  18. Design Principles

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend