Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Upgrade the kernal package on linux 6.5

Hello,
I want to upgrade the kernel in my Linux 6.5. I am frequently facing an issue. below is the screen shot. after research I figured it out to upgrade the kernel package. I have no clue how to do it. CAn someone help me on this ?.. How can I know which kernel my system is using and to which kernel to upgrade.
Thank you
Kishore Reddy
Answers
-
A "soft lockup" usually occurs when the kernel is too busy allocating or releasing objects that prevent multitasking thresholds. The watchdog daemon will then send a message to all CPU's, reporting the problem and their current running task.
What makes you think that upgrading the kernel is the solution? You may have a problem with hardware or exceeding available system resources. However, updating 6.5, which is obsolete and no longer maintained, to the latest release update 6.9 is a good idea. This will apply errata and patches.
# yum update
-
Hi Dude,
I was reading the below document. it says to upgrade the kernel. I have no idea how to do it.
Link: https://access.redhat.com/solutions/2039183
thank you
Kishore Reddy