From b568032e10e0accea606e2b03c80f141bc07484e Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Tue, 17 May 2022 08:55:23 -0500 Subject: [PATCH] Add kernel bug issue to release notes * added note to "Known Issues" on the kernel/KDE screen lock issue --- docs/release_notes/8_6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release_notes/8_6.md b/docs/release_notes/8_6.md index 0c27ff3bbe..771f2d9554 100644 --- a/docs/release_notes/8_6.md +++ b/docs/release_notes/8_6.md @@ -39,7 +39,7 @@ New modules are available for: ### Ansible -You can now install `ansible-core` from the Rocky Linux Appstream repository. If you already have `ansible` installed from another source, you will need to uninstall that to be able to upgrade ansible. +You can now install `ansible-core` from the Rocky Linux Appstream repository. If you already have `ansible` installed from another source, you will need to uninstall that to be able to upgrade ansible. ## New Modules @@ -74,6 +74,7 @@ Simply run `sudo dnf -y upgrade`. * `kdump`: Currently, when using any interactive installation method, the `kdump` spoke must be entered last. This includes any plans for disk encryption. In these cases, if you have plans to turn off `kdump`, format the disk with encryption before turning it off. * minimal ISO: When doing an installation with the minimal ISO, be prepared to be missing packages, most notably from the AppStream repository (rsyslog, policycoreutils-python-utils, etc.). This is to be expected. +* KDE and [this kernel bug](https://bugzilla.redhat.com/show_bug.cgi?id=2082719): If you are using KDE on 8.5 and upgrade to 8.6, it is highly likely that you will end up with issues. The referenced bug deals with the inability to unlock your screen after locking occurs. A workaround is to boot to the older kernel in GRUB on startup. As with any release, there are issues that are already known. You can see the current listing of issues from the upstream [here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/known-issues).