In the Linux kernel, the following vulnerability has been resolved:
ALSA: hda: intel-sdw-acpi: fix usage of devicegetnamedchildnode()
The documentation for devicegetnamedchildnode() mentions this important point:
" The caller is responsible for calling fwnodehandleput() on the returned fwnode pointer. "
Add fwnodehandleput() to avoid a leaked reference.