]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'macsec-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 21:47:46 +0000 (14:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 21:47:46 +0000 (14:47 -0700)
commitc9ab404dd934bb064c311656782bdfc87ec07848
treeef61e717c1ae4817b3b3f053524d5a5ca725b9a5
parent352add8b153e4fba5132935aff2a06ce37aaa2ba
parentd2e9e75ba53248d6ced3856b647158b60f988552
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: David S. Miller <davem@davemloft.net>