Re: memory leakage in ncm_wrap_ntb() in USB ncm mode with kernel 5.15

From: gregkh
Date: Mon May 20 2024 - 14:22:10 EST


On Mon, May 20, 2024 at 10:32:21PM +0800, nanfengwq@xxxxxxxx wrote:
> hello:
> In embedded devices with relatively small memory, if the transfer speed of ncm is fast and other programs occupy CPU memory, it is likely that the return value ncm ->skd_tx_data of alloc_skb() is NULL, and the code is likely to enter err. If skb2 is not processed in err, it will cause memory leakage.

Please do not send html email, the mailing list rejects it :(

Please read how to properly send kernel patches, the in-kernel
documentation should be very complete, is there anything there that you
do not understand?

thanks,

greg k-h