[v3 PATCH] crypto: algapi - Remove skbuff.h inclusion

2020-08-19 Thread Herbert Xu
v3 Add sizes.h to arch/x86/crypto glue code. ---8<--- The header file algapi.h includes skbuff.h unnecessarily since all we need is a forward declaration for struct sk_buff. This patch removes that inclusion. Unfortunately skbuff.h pulls in a lot of things and drivers over the years have come t

[v2 PATCH] crypto: algapi - Remove skbuff.h inclusion

2020-06-12 Thread Herbert Xu
The header file algapi.h includes skbuff.h unnecessarily since all we need is a forward declaration for struct sk_buff. This patch removes that inclusion. Unfortunately skbuff.h pulls in a lot of things and drivers over the years have come to rely on it so this patch adds a lot of missing inclusi

Re: [PATCH] crypto: algapi - Remove skbuff.h inclusion

2020-06-11 Thread kernel test robot
Hi Herbert, I love your patch! Yet something to improve: [auto build test ERROR on cryptodev/master] [also build test ERROR on crypto/master rockchip/for-next v5.7 next-20200611] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also sugges

[PATCH] crypto: algapi - Remove skbuff.h inclusion

2020-06-11 Thread Herbert Xu
The header file algapi.h includes skbuff.h unnecessarily since all we need is a forward declaration for struct sk_buff. This patch removes that inclusion. Unfortunately skbuff.h pulls in a lot of things and drivers over the years have come to rely on it so this patch adds a lot of missing inclusi