In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]usb: gadget: f_hid: fix refcount leak on error path[EOL][EOL]When failing to allocate report_desc, opts->refcnt has already been[EOL]incremented so it needs to be decremented to avoid leaving the options[EOL]structure permanently locked.