[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Thu Jan 25 21:43:11 UTC 2018


New commits:
commit 4d69de5fd5a24a88746eeb130ca830ba813e7210
Author: Andrew Cagney <cagney at 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.



More information about the Swan-commit mailing list