In the Linux kernel, the following vulnerability has been resolved:
tty: serial: Fix refcount leak bug in ucc_uart.c
In socinfo(), offindnodebytype() will return a node pointer with refcount incremented. We should use ofnode_put() when it is not used anymore.