On 16-8-2016 11:20, Luca Coelho wrote: > 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. I posted a patch for this May 17. > Change-Id: I4c845de0d5b326aff8400df22a23595ef9cd12aa and this is gerrit noise :-) Gr. AvS ps: Gr. are Greetings. Not Growling here. > 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 */ > -- To unsubscribe from this list: send the line "unsubscribe backports" in