From: Luca Coelho <luciano.coelho@xxxxxxxxx> Older kernels don't have support for GENL_UNS_ADMIN_PERM. So, if it is not defined, use the previous GENL_ADMIN_PERM permission instead. Change-Id: I4c845de0d5b326aff8400df22a23595ef9cd12aa Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> --- backport/backport-include/uapi/linux/genetlink.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backport/backport-include/uapi/linux/genetlink.h diff --git a/backport/backport-include/uapi/linux/genetlink.h b/backport/backport-include/uapi/linux/genetlink.h new file mode 100644 index 0000000..5292892 --- /dev/null +++ b/backport/backport-include/uapi/linux/genetlink.h @@ -0,0 +1,9 @@ +#ifndef __BACKPORT_UAPI_LINUX_GENETLINK_H +#define __BACKPORT_UAPI_LINUX_GENETLINK_H +#include_next <uapi/linux/genetlink.h> + +#ifndef GENL_UNS_ADMIN_PERM +#define GENL_UNS_ADMIN_PERM GENL_ADMIN_PERM +#endif + +#endif /* __BACKPORT_UAPI_LINUX_GENETLINK_H */ -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in