Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e4587ea1 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'macsec-fixes'


Sabrina Dubroca says:

====================
macsec fixes

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.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 0ee13627 6052f7fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment