On Tue, Aug 16, 2016 at 04:26:54PM +0200, Sabrina Dubroca wrote:
> This patchset fixes several issues for users of genetlink:
>
> - Duplicated code for initialization of a genl handle.
>All users of genl must open a socket and resolve the family, and
>use the same code to do that.
>So
This patchset fixes several issues for users of genetlink:
- Duplicated code for initialization of a genl handle.
All users of genl must open a socket and resolve the family, and
use the same code to do that.
Solution: add a library function.
- genl family resolution fails when the mod