▽Class-based Kernel Resource Management ●02/19 21:17 Class-based Kernel Resource Management (CKRM)IntroductionThe Class-based Kernel Resource Management (CKRM) project seeks to developLinux kernel mechanisms providing differentiated service to resources such asCPU time, memory pages, I/O and some virtual resources based on userdefined groups of tasks called classes. Changes to the primary resourceschedulers such as O(1) (Cpu), deadline/CFQ (I/
▽Live Patching for Linux ●12/15 06:00 Pannus Intro: what? Pannus solves a requirement of the OSDL’s Carrier Grade Linux 3.2 specification, which enables Linux to patch process without eliminating process (named “live patch” in OSDL CGL requirement definition). This is very common function on teleco area, and realized by overwriting each function’s entry point with ”jmp” assembly code. Pannus is kernel patch, library and to