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, 31 Mar 2014 00:23:35 +0100 From: Ben Hutchings <ben@...adent.org.uk> To: linux-kernel@...r.kernel.org, stable@...r.kernel.org CC: akpm@...ux-foundation.org, "Konrad Rzeszutek Wilk" <konrad.wilk@...cle.com>, "David Vrabel" <david.vrabel@...rix.com> Subject: [PATCH 3.2 102/200] xen: install xen/gntdev.h and xen/gntalloc.h 3.2.56-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: David Vrabel <david.vrabel@...rix.com> commit 564eb714f5f09ac733c26860d5f0831f213fbdf1 upstream. xen/gntdev.h and xen/gntalloc.h both provide userspace ABIs so they should be installed. Signed-off-by: David Vrabel <david.vrabel@...rix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com> [bwh: Backported to 3.2: no renaming is required] Signed-off-by: Ben Hutchings <ben@...adent.org.uk> --- --- a/include/xen/Kbuild +++ b/include/xen/Kbuild @@ -1,2 +1,4 @@ header-y += evtchn.h +header-y += gntalloc.h +header-y += gntdev.h header-y += privcmd.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists