On Fri, Mar 07, 2025 at 11:36:19AM +0800, Herbert Xu wrote: > Add memcpy_sglist which copies one SG list to another. > > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> There's no user of this yet, but presumably this is going to be used to replace some of the bizarre code that is using the "null skcipher" to copy between two scatterlists? For example the code in crypto/seqiv.c. - Eric