Re: [PATCH net v2 0/9] macsec: a few fixes

2016-04-24 Thread David Miller
From: Sabrina Dubroca Date: Fri, 22 Apr 2016 11:28:00 +0200 > Some small fixes for the macsec driver: > - possible NULL pointer dereferences > - netlink dumps fixes: RTNL locking, consistent dumps > - a reference counting bug > - wrong name for uapi constant > - a few memory leaks > > Patch

[PATCH net v2 0/9] macsec: a few fixes

2016-04-22 Thread Sabrina Dubroca
Some small fixes for the macsec driver: - possible NULL pointer dereferences - netlink dumps fixes: RTNL locking, consistent dumps - a reference counting bug - wrong name for uapi constant - a few memory leaks Patches 1 to 5 are the same as in v1, patches 6 to 9 are new. Patch 6 fixes the mem