Confirmed that zsh completions are working now
Didn't run into any issues when testing. The alacritty migrate
command for converting the old YAML-based configuration to the new TOML-based one worked just fine.
The fTPM is detected and working again on a Supermicro X13SAE-F + Intel 13600K.
This seems to fix the random crashes I've been encountering with Firefox + the proprietary Nvidia driver (upstream bug: https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/168).
The UEFI framebuffer is working again for me (Gigabyte Aorus z390 Master + Nvidia RTX 3090).
No video output at all with the Nvidia proprietary driver (525.78.01), even with rhgb quiet
removed. This kernel update's changelog mentions the drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set
commit, which I believe is intended to fix this, though no luck on my hardware despite nvidia-drm.modeset=1
being in the kernel cmdline.
Hardware: Gigabyte Z390 Aorus Master + Nvidia 3090.
This fixes the cifs kernel panic for me: https://bugzilla.redhat.com/show_bug.cgi?id=2158496, https://bugzilla.kernel.org/show_bug.cgi?id=216895
Working well for me using the native LSP support + rust-analyzer.
Works for my Samba domain controller setup
I can confirm that this fixes #1840908. It is no longer necessary to set:
ad_gpo_access_control = permissive
in /etc/sssd/sssd.conf
when joined to a Samba AD server.
Confirmed that rmdir no longer recursively deletes non-empty directories.