patch command

How To Patch Running Linux Kernel Source Tree

by Vivek Gite on February 12, 2008 · 4 comments

Yesterday, I wrote about a serious Linux kernel bug and fix. However, few readers like to know about patching running Linux kernel. Patching production kernel is a risky business. Following procedure will help you to fix the problem. Step # 1: Make sure your product is affected First find out if your product is affected [...]

{ 4 comments }

Linux kernel version from 2.6.17 to 2.6.24.1 all are affected because of vmsplice bug. The exploit code can be used to test if a kernel is vulnerable and it can start a root shell. => Debian Bug report logs => Fix 1 and Fix 2 Update: See how to apply a patch to kernel source [...]

{ 4 comments }