Bug 1213147 - [doc] Issue in "Performing Kernel Live Patching"
Summary: [doc] Issue in "Performing Kernel Live Patching"
Status: RESOLVED FIXED
Alias: None
Product: PUBLIC SUSE Linux Enterprise Server 15 SP3
Classification: SUSE Linux Enterprise Server
Component: Documentation (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: unspecified
Assignee: Tomáš Bažant
QA Contact: Frank Sundermeyer
URL:
Whiteboard: https://jira.suse.com/browse/DOCTEAM-...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 18:23 UTC by Paul McKeith
Modified: 2023-08-07 10:08 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul McKeith 2023-07-07 18:23:18 UTC
Performing Kernel Live Patching:

https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-klp.html#sec-klp-perform

Please add information to the docs informing the admin that the output of the uname command will NOT change when live patching is used. Instead the klp command is to be used. This is often a confusion of customers new to live patching and security tools that scan servers only with the "uname -a" command to determine if a server has any outstanding CVEs that need to be applied.
Comment 1 Tomáš Bažant 2023-07-27 11:39:53 UTC
Thank you for reporting this bug!
It is being tracked and processed as part of our queue.
Comment 2 Tomáš Bažant 2023-08-03 14:45:15 UTC
progress tracked in https://github.com/SUSE/doc-sle/pull/1567/files
@Paul, can you review pls?
Comment 3 Paul McKeith 2023-08-03 15:54:25 UTC
Hi Tomas,
It is minor edit but you can change "uname -a" to "uname -r" or better just "uname". Also it would be best to have engineering review to see if anything else should be mentioned in this change. 

Note that below is an an article dedicated to live patching for RHEL that makes this point very clear. Of course for SLE it is similar but not exactly the same:

https://blog.dorianbolivar.com/2020/08/linux-kernel-live-patching-with-kpatch.html
Comment 5 Paul McKeith 2023-08-07 10:08:18 UTC
Thank you Tomáš! It is much clearer now.