On Thu, Jun 03, 2021 at 11:09:47PM +0800, Linyu Yuan wrote: > From: Linyu Yuan <linyyuan@xxxxxxxxxxxxxx> > > when skb_clone() or skb_copy_expand() fail, How can these calls fail? If they do, what is the overall system health? > it should pull skb with lengh indicated by header, > or not it will read network data and check it as header. > > Signed-off-by: Linyu Yuan <linyyuan@xxxxxxxxxxxxxx> > --- > drivers/usb/gadget/function/f_eem.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) What commit does this fix? Should it go to stable kernels? If so, how far back? And any reason you didn't use scripts/get_maintainer.pl for who to send your patch to? thanks, greg k-h