In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: fix memory leak in xlnxaddcbfornotifyevent() The kfree() should be called when memory fails to be allocated for cbdata in xlnxaddcbfornotify_event(), otherwise there will be a memory leak, so add kfree() to fix it.