Skip to content

Commit

Permalink
needs-restarting: Add microcode_ctl to a reboot list
Browse files Browse the repository at this point in the history
To fully update CPU microcode, a reboot is needed because the
microcode update should be applied before starting a kernel and other
process.

Therefore recommend a reboot after installing or updating
microcode_ctl package.

https://issues.redhat.com/browse/RHEL-4600
  • Loading branch information
ppisar authored and jan-kolarik committed Nov 24, 2023
1 parent aee9cac commit 9f46488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/needs_restarting.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Mostly taken from https://access.redhat.com/solutions/27943
NEED_REBOOT = ['kernel', 'kernel-core', 'kernel-rt', 'glibc',
'linux-firmware', 'systemd', 'dbus', 'dbus-broker',
'dbus-daemon']
'dbus-daemon', 'microcode_ctl']

def get_options_from_dir(filepath, base):
"""
Expand Down

0 comments on commit 9f46488

Please sign in to comment.