Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-13 | xen/gntalloc: Replace UAPI 1-element array | Kees Cook | 1 | -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-23 | xen/gntalloc: use types from linux/types.h in userspace headers | Mikko Rapeli | 1 | -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-11 | xen: install xen/gntdev.h and xen/gntalloc.h | David Vrabel | 1 | -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]> |