In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() dev_name() was called with dev.parent as argument but without to NULL-check it before. Solve this by checking the pointer before the call to dev_name().
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49060-6210@gregkh/T