lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 17 Feb 2020 15:52:35 -0000 From: "tip-bot2 for Benjamin Thiel" <tip-bot2@...utronix.de> To: linux-tip-commits@...r.kernel.org Cc: Benjamin Thiel <b.thiel@...teo.de>, Borislav Petkov <bp@...e.de>, x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org> Subject: [tip: x86/cleanups] x86/iopl: Include prototype header for ksys_ioperm() The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: cdcb58cc05ed9a7f74509a023762488c111cdfb3 Gitweb: https://git.kernel.org/tip/cdcb58cc05ed9a7f74509a023762488c111cdfb3 Author: Benjamin Thiel <b.thiel@...teo.de> AuthorDate: Thu, 23 Jan 2020 14:30:51 +01:00 Committer: Borislav Petkov <bp@...e.de> CommitterDate: Mon, 17 Feb 2020 16:36:53 +01:00 x86/iopl: Include prototype header for ksys_ioperm() .. in order to fix a -Wmissing-prototype warning. No functional change. Signed-off-by: Benjamin Thiel <b.thiel@...teo.de> Signed-off-by: Borislav Petkov <bp@...e.de> Link: https://lkml.kernel.org/r/20200123133051.5974-1-b.thiel@posteo.de --- arch/x86/kernel/ioport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/ioport.c b/arch/x86/kernel/ioport.c index 8abeee0..a53e7b4 100644 --- a/arch/x86/kernel/ioport.c +++ b/arch/x86/kernel/ioport.c @@ -13,6 +13,7 @@ #include <asm/io_bitmap.h> #include <asm/desc.h> +#include <asm/syscalls.h> #ifdef CONFIG_X86_IOPL_IOPERM
Powered by blists - more mailing lists