In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]coresight: Fix incorrect handling for return value of devm_kzalloc[EOL][EOL]The return value of devm_kzalloc could be an null pointer,[EOL]use "!desc.pdata" to fix incorrect handling return value[EOL]of devm_kzalloc.