kernel security update

Latest response

anyone know the best way to fix this? Quick way to make the installed update the currently running version?

dnf updateinfo

Updating Subscription Management repositories.
Last metadata expiration check: 0:59:44 ago on Wed 10 Jan 2024 01:32:13 PM EST.
Updates Information Summary: available
1 Security notice(s)
1 Important Security notice(s)
Security: kernel-core-5.14.0-362.13.1.el9_3.x86_64 is an installed security update
Security: kernel-core-5.14.0-362.8.1.el9_3.x86_64 is the currently running version

grubby --default-kernel

/boot/vmlinuz-5.14.0-362.8.1.el9_3.x86_64
#

grubby --info=ALL | grep title

title="Red Hat Enterprise Linux (5.14.0-362.8.1.el9_3.x86_64) 9.3 (Plow)"
title="Red Hat Enterprise Linux (0-rescue-ff3664eabb5747f0b342d63d6bd7c644) 9.3 (Plow)"

ls -l /boot/vmlinuz-*

-rwxr-xr-x. 1 root root 13335480 Jan 8 15:47 /boot/vmlinuz-0-rescue-ff3664eabb5747f0b342d63d6bd7c644
-rwxr-xr-x. 1 root root 13335480 Oct 3 12:01 /boot/vmlinuz-5.14.0-362.8.1.el9_3.x86_64

Responses