]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
integrity/security: fix digsig.c build error with header file
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 13 Feb 2018 01:26:20 +0000 (17:26 -0800)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 27 Aug 2018 14:40:05 +0000 (16:40 +0200)
commitdf873ad935734b37e7dd73941136079c6be47bc6
treeb35094bb59a53698965170c2fabd6a0a3ac9476f
parent63e5d06b44fe6d7f18f797627ac4bb812353f6d4
integrity/security: fix digsig.c build error with header file

BugLink: http://bugs.launchpad.net/bugs/1786352
[ Upstream commit 120f3b11ef88fc38ce1d0ff9c9a4b37860ad3140 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
security/integrity/digsig.c