From: YueHaibing <yuehaibing@xxxxxxxxxx> Date: Thu, 2 Apr 2020 10:32:58 +0800 > drivers/crypto/chelsio/chcr_ktls.c: In function ʽchcr_short_record_handlerʼ: > drivers/crypto/chelsio/chcr_ktls.c:1770:12: error: implicit declaration of function ʽkmap_atomicʼ; > did you mean ʽin_atomicʼ? [-Werror=implicit-function-declaration] > vaddr = kmap_atomic(skb_frag_page(f)); > ^~~~~~~~~~~ > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Fixes: dc05f3df8fac ("chcr: Handle first or middle part of record") > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Applied.