In the Linux kernel, the following vulnerability has been resolved: rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when done Add the missing of_node_put() to release the refcount.
https://git.kernel.org/stable/c/de66e4f28dfd11f954966c447b4430529ed040a2
https://git.kernel.org/stable/c/4b2dc39ca024990abe36ad5d145c4fe0c06afd34