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
commit 9f46488 upstream.

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-17356
  • Loading branch information
ppisar committed Jan 2, 2024
1 parent 1a29f3a commit 82a341d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/needs_restarting.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
# For which package updates we should recommend a reboot
# Mostly taken from https://access.redhat.com/solutions/27943
NEED_REBOOT = ['kernel', 'kernel-rt', 'glibc', 'linux-firmware',
'systemd', 'dbus', 'dbus-broker', 'dbus-daemon']
'systemd', 'dbus', 'dbus-broker', 'dbus-daemon',
'microcode_ctl']

NEED_REBOOT_DEPENDS_ON_DBUS = ['zlib']

Expand Down

0 comments on commit 82a341d

Please sign in to comment.