Skip to content

Commit 120f3b1

Browse files
rddunlapJames Morris
authored andcommitted
integrity/security: fix digsig.c build error with header file
security/integrity/digsig.c has build errors on some $ARCH due to a missing header file, so add it. security/integrity/digsig.c:146:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] Reported-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Mimi Zohar <zohar@linux.vnet.ibm.com> Cc: linux-integrity@vger.kernel.org Link: http://kisskb.ellerman.id.au/kisskb/head/13396/ Signed-off-by: James Morris <james.morris@microsoft.com>
1 parent 16c4db3 commit 120f3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/integrity/digsig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <linux/cred.h>
1919
#include <linux/key-type.h>
2020
#include <linux/digsig.h>
21+
#include <linux/vmalloc.h>
2122
#include <crypto/public_key.h>
2223
#include <keys/system_keyring.h>
2324

0 commit comments

Comments
 (0)