HW Probe link: Link: https://linux-hardware.org/?probe=d9f95c9169

1) In the journal I noted an error about splitlock crashing the kernel.
2) Laptop would wake from sleep with the message that the screenlocker was broken.
The message was to open a console and to type loginctl unlock-session 2
These GRUB parameters were my solution:
edit /etc/default/grub
Added these parameters
GRUB_CMDLINE_LINUX_DEFAULT="quiet split_lock_detect=off mem_sleep_default=deep"
After run sudo update-grub
reboot.