node2:~ # zypper install kgraft-patch-4_4_180-94_103-default
.
.
The following 2 NEW packages are going to be installed:
kernel-default-4.4.180-94.103.1 kgraft-patch-4_4_180-94_103-default
(1/2) Installing: kernel-default-4.4.180-94.103.1.x86_64 .........................................................................................................[done]
(2/2) Installing: kgraft-patch-4_4_180-94_103-default-1-4.3.1.x86_64 .............................................................................................[done]
i.e the newer kernel(kernel-default-4.4.180-94.103.1) is installed, but still system is running on the old kernel(the one that comes with SLES 12 SP 3 media)
running ‘uname -r’ is still showing
node2:~ # uname -r
4.4.73-7-default
Once the system was back(after installing the kgraft), only then again I installed the latest version of kgraft via:
zypper install kgraft-patch-4_4_180-94_103-default
by running the above command, kernel version 4.4.180-94.102.1 got installed too.
The system is almost idle and more than 3 hours are passed but still ‘uname -r’ is showing me the old(4.4.180-94.97) kernel.
kgr command gives the following output:
kGraft patches your kernel only “in RAM” (with kgraft-patch_3_2_1). kGraft don’t install any kernel updates “on disk”.
If your machine run a supported kernel version, you can safely stay with kGraft on this kernel version until EoL (end of life).
With kGraft:
=> the running kernel is fully patched “in RAM”. => receive all necessary security updates by kgraft-patch
=> Your kernel images file on hard disc don’t receive any security updates (by kgraft-patch)
[QUOTE=AndreasMeyer;58563]kGraft patches your kernel only “in RAM” (with kgraft-patch_3_2_1). kGraft don’t install any kernel updates “on disk”.
If your machine run a supported kernel version, you can safely stay with kGraft on this kernel version until EoL (end of life).
With kGraft:
=> the running kernel is fully patched “in RAM”. => receive all necessary security updates by kgraft-patch
=> Your kernel images file on hard disc don’t receive any security updates (by kgraft-patch)[/QUOTE]
Does it mean that ‘uname -r’ would keep reporting the old kernel ? if so how can I justify Auditors that system is running on patched/updated kernel ?
Also does kGraft only address the security bugs i.e only receives the security updates ? or non-security updates too ?