The linux-hardened kernel crashes after the last update: kernel panic.
pacman -Qs hardened
local/linux-hardened 5.13.13.hardened1-1
The Security-Hardened Linux kernel and modules
local/linux-hardened-headers 5.13.13.hardened1-1
Headers and scripts for building modules for the Security-Hardened Linux kernel
When does the kernel panic happen? During the boot process? When reach a graphical target? Is any output shown related to the panic? What do you see if you remove quiet from the GRUB boot parameters? What do you see in the journal for a failed boot (e.g. journalctl -b-1 after booting using linux)?
You’ve only included the end of the trace, but I can see some references to amdgpu in there. If this is related to the amdgpu driver then it’s likely to be a regression, in which case you can either perform a kernel bisection to identify the specific commit that has caused the issue, or wait for 5.13.14 to see if it will be fixed there.
I know that with AMDGPU theres some stuff you need to do when using linux hardened. I cant be sure if thats the cause but ill see if i cant find the tips for it im thinking of.