New commits:
commit 4d69de5fd5a24a88746eeb130ca830ba813e7210
Author: Andrew Cagney <cag...@gnu.org>
Date:   Fri Jan 12 13:39:47 2018 -0500

    crypto: suspend the MD in complete_*_state_transition() when STF_SUSPEND
    
    This replaces set_suspended() with suspend_md() where the latter
    transfers ownership of MD from *MDP to .st_suspended_md as a single
    operation.  The old macro - set_suspended() - would start the transfer
    but not finish it.
    
    The only quirk here is with crypto continue functions which need to
    submit more crypto - the MD needs to be re-suspended (by calling
    suspend_md()).
    
    The crypto offload code no longer uses its MD parameter.

_______________________________________________
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to