Oracle Brings Real-Time Kernel Patching To Oracle Enterprise Linux
prisoninmate writes: Oracle's Unbreakable Enterprise Kernel (UEK) Release 4 is an important engineering effort and introduces performance improvements and enhancements for some of the most essential components, including CPU schedulers and Automatic NUMA Balancing, along with powerful new features, such as real-time kernel patching, which is possible thanks to the Ksplice open-source extension of the Linux kernel 4 branch, which lets users to apply patches to the running kernel without the need to reboot the system, thus improving security and simplify the management of cloud infrastructures.
Welcome to 2008?
"Go to CNN [for a] spell-checked, fact-checked summary" -- CmdrTaco
So Oracle takes linux tech and uses it for their own purposes. Okay fine. How about donating some source code to the ZFSonLinux project? What's that you say? Patents, you say?
I would probably be an Oracle "fan boy". Ksplice is not new. They "bought" it a few years ago, one of the main reasons it took so long forTorvald's kernel to get hot kernel patching.
Ksplice will only update the OS, it cannot update drivers or firmware of any kind (Storage arrays, NICs, etc...) you still need to bounce for that. Learned the unfortunate way when we needed to update drivers for a buggy as be damned big blue flash array. (Very recent history...)
Also as I RTFA, SELinux does not yet work with an Oracle DB. When it does it will be amazing, but it has not happened yet...
y'all know how this works.
read a joke about Slashdot shilling oracle Linux for the next slashvertisement. At least I thought it was a joke.
If it's unbreakable why do they have to patch it?
"Yeah, this thing will never break! Hang on a sec while I fix it..."
Just cruising through this digital world at 33 1/3 rpm...
If you need to live patch your kernel you've got a misdesigned application. Failures happen and if you can't design your application for redundancy, don't expect uninterrupted service.
If you need to live-patch kernels in your cloud infrastructure, you need to go back to the drawing board because you don't have a cloud, you have a SPOF.
"Real time" like with bounded deadlines, right? Or maybe you mean "live", "online" or "nonstop"?