In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hciuart: add missing NULL check in h5enqueue
Syzbot hit general protection fault in _pmruntime_resume(). The problem was in missing NULL check.
hu->serdev can be NULL and we should not blindly pass &serdev->dev somewhere, since it will cause GPF.