In the Linux kernel, the following vulnerability has been resolved:
octeontx2-vf: Add missing free for alloc_percpu
Add the freepercpu for the allocated "vf->hw.lmtinfo" in order to avoid
memory leak, same as the "pf->hw.lmt_info" in
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
.