aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/xen/gntalloc.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook1-1/+4
Without changing the structure size (since it is UAPI), add a proper flexible array member, and reference it in the kernel so that it will not be trip the array-bounds sanitizer[1]. Link: https://github.com/KSPP/linux/issues/113 [1] Cc: Juergen Gross <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Oleksandr Tyshchenko <[email protected]> Cc: Gustavo A. R. Silva <[email protected]> Cc: [email protected] Signed-off-by: Kees Cook <[email protected]> Reviewed-by: Gustavo A. R. Silva <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Juergen Gross <[email protected]>
2015-10-23xen/gntalloc: use types from linux/types.h in userspace headersMikko Rapeli1-10/+12
__u32, __u64 etc. are preferred for userspace API headers. Signed-off-by: Mikko Rapeli <[email protected]> Signed-off-by: David Vrabel <[email protected]>
2014-02-11xen: install xen/gntdev.h and xen/gntalloc.hDavid Vrabel1-0/+82
xen/gntdev.h and xen/gntalloc.h both provide userspace ABIs so they should be installed. CC: [email protected] Signed-off-by: David Vrabel <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>