Re: [PATCH net 0/3] macsec fixes

2016-06-15 Thread David Miller
From: Sabrina Dubroca Date: Tue, 14 Jun 2016 15:25:13 +0200 > Patch 1 adds rcu_barrier() during module unload to prevent possible > panics. > > Patch 2 allocates memory for scattergather lists and the IV on the > heap, since they can escape the current function's context during > crypto callback

[PATCH net 0/3] macsec fixes

2016-06-14 Thread Sabrina Dubroca
Patch 1 adds rcu_barrier() during module unload to prevent possible panics. Patch 2 allocates memory for scattergather lists and the IV on the heap, since they can escape the current function's context during crypto callbacks. Patch 3 fixes a failure to create secure associations. Sabrina Dubroc